GrapeCity SPREAD for Windows Forms 11.0J
EnableScrollAnimation プロパティ (DropDownCalendar)


ドロップダウンカレンダーをスクロールまたはズームするときにアニメーションを実行するかどうかを取得または設定します。
構文
'Declaration
 
Public Property EnableScrollAnimation As Boolean
'使用法
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.EnableScrollAnimation = value
 
value = instance.EnableScrollAnimation
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 メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.