ComponentOne Input for WinForms
ExitOnLastChar Property

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1TextBox Class : ExitOnLastChar Property
Gets or sets whether the next control in the tab order receives the focus as soon as the control is filled at the last character.
Syntax
'Declaration
 
Public Property ExitOnLastChar As System.Boolean
public System.bool ExitOnLastChar {get; set;}

Property Value

true if the focus is moved to the next control in the tab order as soon as the control is filled at the last character defined by the input control; otherwise, false.
The default is false.
Remarks
The input focus moves to the next control when the last entered character causes the text to exceed the limit of the control.
See Also

Reference

C1TextBox Class
C1TextBox Members
ExitOnLeftRightKey Property