MESCIUS SPREAD for Windows Forms 15.0J
IsCanFocusSet メソッド (StyleInfo)
使用例 

セルにフォーカスを設定できるかどうか(CanFocusプロパティ)が設定されているかどうかを取得します。
構文
'宣言
 
Public Overridable Function IsCanFocusSet() As Boolean
public virtual bool IsCanFocusSet()

戻り値の型

Boolean:プロパティが設定されている場合は True、それ以外の場合は False
解説

CanFocus プロパティが設定されているかどうかを取得します。

使用例
FarPoint.Win.Spread.StyleInfosi=newFarPoint.Win.Spread.StyleInfo();
boolb;
si.CellType=newFarPoint.Win.Spread.CellType.CheckBoxCellType;
fpSpread1.ActiveSheet.DefaultStyle=si;
b=si.IsCanFocusSet();
label1.Text=b.ToString();
DimsiAsNewFarPoint.Win.Spread.StyleInfo
DimbAsBoolean
si.Editor=NewFarPoint.Win.Spread.CellType.CheckBoxCellType
FpSpread1.ActiveSheet.DefaultStyle=si
b=si.IsCanFocusSet()
Label1.Text=b.ToString()
参照

StyleInfo クラス
StyleInfo メンバ

 

 


© MESCIUS inc. All rights reserved.