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