MESCIUS SPREAD for Windows Forms 15.0J
ControlStyle プロパティ (DropDownCalendar)
使用例 

ドロップダウンカレンダーのスタイルを取得または設定します。
構文
'宣言
 
Public Property ControlStyle As Style
public Style ControlStyle {get; set;}

プロパティ値

罫線のスタイルを示すStyle値。
解説
このプロパティは、このDropDownCalendarの表示スタイルをカスタマイズします。この設定を適用する場合は、UseControlStyleプロパティをtrueに設定する必要があります。
使用例
次のサンプルコードは、ControlStyleプロパティを使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDownCalendar.ControlStyle = new GrapeCity.Win.Spread.InputMan.CellType.Style(Color.Red, Color.Green);
inputcell.DropDownCalendar.UseControlStyle = true;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
inputcell.DropDownCalendar.ControlStyle = New GrapeCity.Win.Spread.InputMan.CellType.Style(Color.Red, Color.Green)
inputcell.DropDownCalendar.UseControlStyle = True
fpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.