PowerTools SPREAD for Windows Forms 8.0J
ExitOnLeftRightKey プロパティ


[←]キーまたは[→]キーを押したときにフォーカスがタブオーダーの前のコントロールまたは次のコントロールに自動的に移動するかどうかを取得または設定します。
構文
'Declaration
 
Public Property ExitOnLeftRightKey As ExitOnLeftRightKey
'使用法
 
Dim instance As EditBase
Dim value As ExitOnLeftRightKey
 
instance.ExitOnLeftRightKey = value
 
value = instance.ExitOnLeftRightKey
public ExitOnLeftRightKey ExitOnLeftRightKey {get; set;}

プロパティ値

ExitOnLeftRightKey 列挙値の1つ。
既定値は ExitOnLeftRightKey.None です。
解説
このプロパティの値は、入力フォーカスを次のコントロールに移動するキーを示します。キャレットがこのコントロールの最後の文字にあるときに[→]キーを押すと、フォーカスが次のコントロールに移動します。キャレットがこのコントロールの最初の文字の前にあるときに[←]キーを押すと、フォーカスが前のコントロールに移動します。
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.