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