GrapeCity.Win.Editors.v120 アセンブリ > GrapeCity.Win.Editors 名前空間 : ExitOnLeftRightKey 列挙体 |
Public Enum ExitOnLeftRightKey Inherits System.Enum
public enum ExitOnLeftRightKey : System.Enum
メンバ | 解説 |
---|---|
Both | LeftとRightの両方の機能を使用できます。 |
Left | キャレットが入力中のテキストの左端にあるときに[←]キーまたは [Ctrl]+[←]キーを押すと、フォーカスは1つ前のコントロールに移動します。 |
None | 矢印キーを使ってフォーカスを移動することはできません。 |
Right | キャレットが入力中のテキストの右端にあるときに[→]キーまたは[Ctrl]+[→]キーを押すと、 フォーカスは次のコントロールに移動します。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Editors.ExitOnLeftRightKey