MESCIUS SPREAD for Windows Forms 17.0J
FocusRectangle プロパティ (DropDownCalendar)

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

プロパティ値

項目のインデックスを示す整数FocusRectangle値。
デフォルト値はFocusRectangle.Normalです。
解説
このプロパティは、フォーカスのある日付の表示スタイルを決定します。
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 メンバ

 

 


© MESCIUS inc. All rights reserved.