C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / IsInTouchMode Property


In This Topic
IsInTouchMode Property (GridCellsPanel)
In This Topic
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsInTouchMode As Boolean
 
'Usage
 
Dim instance As GridCellsPanel
Dim value As Boolean
 
value = instance.IsInTouchMode
See Also