ExitOnLastChar Property (GcDateTimeCellType)
Gets or sets whether the next control in the tab order receives the focus as soon as the control is filled with the last character.
public bool ExitOnLastChar {get; set;}
'Declaration
Public Property ExitOnLastChar As Boolean
'Usage
Dim instance As GcDateTimeCellType
Dim value As Boolean
instance.ExitOnLastChar = value
value = instance.ExitOnLastChar
Property Value
true if the focus is moved to the next control in the tab order as soon as the control is filled with the last character defined by the input control; otherwise,
false.
The default is
false.