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

コントロールのスタイルを使用するかどうかを示す値を取得または設定します。
構文
'宣言
 
Public Property UseControlStyle As Boolean
public bool UseControlStyle {get; set;}

プロパティ値

コントロールのスタイルを使用するかどうかを示す値を取得または設定します。
デフォルト値はfalseです。
解説
このプロパティは、ControlStyle設定を適用するかどうかを決定します。
使用例
次のサンプルコードは、UseControlStyleプロパティを設定します。
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.