GrapeCity SPREAD for Windows Forms 11.0J
PreventFocusLeave プロパティ


検証対象のCellにフォーカスを維持するかどうかを取得または設定します。
構文
'Declaration
 
Public Property PreventFocusLeave As Boolean
'使用法
 
Dim instance As FocusProcess
Dim value As Boolean
 
instance.PreventFocusLeave = value
 
value = instance.PreventFocusLeave
public bool PreventFocusLeave {get; set;}

プロパティ値

検証対象のCellにフォーカスを維持する場合はtrue、それ以外の場合はfalse。デフォルト値はtrueです。
参照

FocusProcess クラス
FocusProcess メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.