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

ドロップダウンカレンダーをスクロールまたはズームするときにアニメーションを実行するかどうかを取得または設定します。
構文
'宣言
 
Public Property EnableScrollAnimation As Boolean
public bool EnableScrollAnimation {get; set;}

プロパティ値

System.Boolean値。ドロップダウンカレンダーをスクロールまたはズームするときにアニメーションを実行する場合はtrue。それ以外の場合はfalse

デフォルト値はtrueです。
使用例
次のサンプルコードは、EnableScrollAnimationプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
gcDateTimeCell1.DropDownCalendar.EnableScrollAnimation = true;
fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
gcDateTimeCell1.DropDownCalendar.EnableScrollAnimation = True
fpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© MESCIUS inc. All rights reserved.