PowerTools SPREAD for Windows Forms 10.0J
TitleStyle プロパティ (DropDownCalendar)


曜日タイトルのスタイルを取得または設定します。
構文
'Declaration
 
Public Property TitleStyle As Style
'使用法
 
Dim instance As DropDownCalendar
Dim value As Style
 
instance.TitleStyle = value
 
value = instance.TitleStyle
public Style TitleStyle {get; set;}

プロパティ値

曜日タイトルの表示スタイルを示すTitleStyle値。
解説
このプロパティは、曜日タイトルの表示スタイルを取得します。
次のサンプルコードは、TitleStyleプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
gcDateTimeCell1.DropDownCalendar.TitleStyle = new GrapeCity.Win.Spread.InputMan.CellType.Style(Color.LightSalmon, Color.Navy);
fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
gcDateTimeCell1.DropDownCalendar.TitleStyle = New GrapeCity.Win.Spread.InputMan.CellType.Style(Color.LightSalmon, Color.Navy)
FpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


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