PowerTools InputMan for ASP.NET 8.0J
ClosingAnimation プロパティ
使用例 

ドロップダウン部分を閉じたときのアニメーション効果を取得または設定します。
構文
Public Property ClosingAnimation As DropDownAnimation
public DropDownAnimation ClosingAnimation {get; set;}

プロパティ値

既定値:DropDownAnimation.None
解説
ドロップダウン部分を開いたときのアニメーション効果は、OpeningAnimationプロパティで設定します。
使用例
次のサンプルコードは、ドロップダウン動作にアニメーション効果を設定する例を示します。
Imports GrapeCity.Web.Input.Core

Date1.DropDown.ClosingAnimation = DropDownAnimation.Scroll
Date1.DropDown.OpeningAnimation = DropDownAnimation.Fade
using GrapeCity.Web.Input.Core;

Date1.DropDown.ClosingAnimation = DropDownAnimation.Scroll;
Date1.DropDown.OpeningAnimation = DropDownAnimation.Fade;
参照

DropDown クラス
DropDown メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.