GrapeCity.Web.Input.v100 アセンブリ > GrapeCity.Web.Input.Core 名前空間 : 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.Web.Input.Core.ExitOnLeftRightKey