public virtual bool IsCanFocusSet()
'Declaration Public Overridable Function IsCanFocusSet() As Boolean
'使用法 Dim instance As StyleInfo Dim value As Boolean value = instance.IsCanFocusSet()
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.