MultiSelect for WinForms
ExitOnLastChar プロパティ (C1TextBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : ExitOnLastChar プロパティ
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.
シンタックス
'宣言
 
Public Property ExitOnLastChar As System.Boolean
public System.bool ExitOnLastChar {get; set;}

プロパティ値

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.
解説
The input focus moves to the next control when the last entered character causes the text to exceed the limit of the control.
参照

C1TextBox クラス
C1TextBox メンバ
ExitOnLeftRightKey プロパティ