PowerTools SPREAD for Windows Forms 8.0J
FocusRectangle プロパティ (CheckBoxCellType)


フォーカス矩形が表示されるかどうかを取得または設定します。
構文
'Declaration
 
Public Overridable Property FocusRectangle As FocusRectangle
'使用法
 
Dim instance As CheckBoxCellType
Dim value As FocusRectangle
 
instance.FocusRectangle = value
 
value = instance.FocusRectangle
public virtual FocusRectangle FocusRectangle {get; set;}
次のサンプルコードは、FocusRectangleプロパティを設定します。
FarPoint.Win.Spread.CellType.CheckBoxCellType checkcell = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
checkcell.FocusRectangle = FarPoint.Win.FocusRectangle.Show;
fpSpread1.Sheets[0].Cells[1, 1].CellType = checkcell;
Dim checkcell As New FarPoint.Win.Spread.CellType.CheckBoxCellType
checkcell.FocusRectangle = FarPoint.Win.FocusRectangle.Show
FpSpread1.Sheets(0).Cells(1, 1).CellType = checkcell
参照

CheckBoxCellType クラス
CheckBoxCellType メンバ

 

 


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