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

今日を示すマークを表示するかどうかを示す値を取得または設定します。
構文
'Declaration
 
Public Property ShowTodayMark As Boolean
public bool ShowTodayMark {get; set;}

プロパティ値

今日を示すマークを表示するかどうかを示すbool値。デフォルトはtrueです。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
inputcell.DropDownCalendar.BackColor = Color.Aquamarine;
inputcell.DropDownCalendar.TodayMarkColor = Color.Firebrick;
inputcell.DropDownCalendar.BorderStyle = BorderStyle.FixedSingle;
inputcell.DropDownCalendar.ShowTodayMark = true;
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
fpSpread1.Sheets[0].Columns[0].Width = 100;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
inputcell.DropDownCalendar.BackColor = Color.Aquamarine
inputcell.DropDownCalendar.TodayMarkColor = Color.Firebrick
inputcell.DropDownCalendar.BorderStyle = BorderStyle.FixedSingle
inputcell.DropDownCalendar.ShowTodayMark = True
fpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
fpSpread1.Sheets(0).Columns(0).Width = 100
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.