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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : ExitOnLeftRightKey プロパティ
Gets or sets whether the focus automatically moves to the previous or next control in the tab order when pressing the left or right arrow keys.
シンタックス
'宣言
 
Public Property ExitOnLeftRightKey As ExitOnLeftRightKey
public ExitOnLeftRightKey ExitOnLeftRightKey {get; set;}

プロパティ値

One of the ExitOnLeftRightKey enumeration values.
The default is ExitOnLeftRightKey.None.
解説
The value of this property indicates the key which moves the input focus to the next control. When the caret is at the last character of this control, focus moves out by pressing the right arrow key. When the caret is before the first character of this control, focus moves out by pressing the left key.
参照

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