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

ナビゲータバーにズームボタンを表示するかどうかを示す値を取得または設定します。
構文
'宣言
 
Public Property ShowZoomButton As Boolean
public bool ShowZoomButton {get; set;}

プロパティ値

bool 値。ドロップダウンダイアログに影を付ける場合は true。それ以外の場合は false
使用例
次のサンプルコードは、ShowZoomButtonプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
gcDateTimeCell1.DropDownCalendar.ShowWeekNumber = true;
gcDateTimeCell1.DropDownCalendar.ShowZoomButton = true;
fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
gcDateTimeCell1.DropDownCalendar.ShowWeekNumber = True
gcDateTimeCell1.DropDownCalendar.ShowZoomButton = True
fpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.