Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetTab Class / AreAnyTouchesCapturedWithin Property


In This Topic
    AreAnyTouchesCapturedWithin Property (SheetTab)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property AreAnyTouchesCapturedWithin As Boolean
    'Usage
     
    Dim instance As SheetTab
    Dim value As Boolean
     
    value = instance.AreAnyTouchesCapturedWithin
    public bool AreAnyTouchesCapturedWithin {get;}
    See Also