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