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


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