PowerTools SPREAD for Windows Forms 8.0J
IsCanFocusSet メソッド (StyleInfo)


セルにフォーカスを設定できるかどうか(CanFocusプロパティ)が設定されているかどうかを取得します。
構文
'Declaration
 
Public Overridable Function IsCanFocusSet() As Boolean
'使用法
 
Dim instance As StyleInfo
Dim value As Boolean
 
value = instance.IsCanFocusSet()
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 メンバ

 

 


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