GrapeCity SPREAD for Windows Forms 11.0J
FocusRectangle プロパティ (DropDownCalendar)


フォーカス矩形のスタイルを取得または設定します。
構文
'Declaration
 
Public Property FocusRectangle As FocusRectangle
'使用法
 
Dim instance As DropDownCalendar
Dim value As FocusRectangle
 
instance.FocusRectangle = value
 
value = instance.FocusRectangle
public FocusRectangle FocusRectangle {get; set;}

プロパティ値

フォーカス矩形のスタイルを示すFocusRectangle値。
デフォルト値はFocusRectangle.Normalです。
解説
このプロパティは、フォーカスのある日付の表示スタイルを決定します。
次のサンプルコードは、FocusRectangleプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDownCalendar.FocusRectangle = GrapeCity.Win.Spread.InputMan.CellType.FocusRectangle.ThreeD;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
inputcell.DropDownCalendar.FocusRectangle = GrapeCity.Win.Spread.InputMan.CellType.FocusRectangle.ThreeD
FpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


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