'Declaration Public Property ExitOnLastChar As Boolean
'Usage Dim instance As GcTextBox Dim value As Boolean instance.ExitOnLastChar = value value = instance.ExitOnLastChar
public bool ExitOnLastChar {get; set;}
Property Value
true if the focus is moved to the next tab ordering control as soon as the control is filled at the last character defined by the input control; otherwise, false.The default is false.