Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadView Class / AreAnyTouchesCaptured Property


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