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