GrapeCity SPREAD for Windows Forms 11.0J
ClosingAnimation プロパティ (DropDown)


ドロップダウンウィンドウを閉じるときのアニメーションの処理方法を取得または設定します。
構文
'Declaration
 
Public Property ClosingAnimation As DropDownAnimation
'使用法
 
Dim instance As DropDown
Dim value As DropDownAnimation
 
instance.ClosingAnimation = value
 
value = instance.ClosingAnimation
public DropDownAnimation ClosingAnimation {get; set;}

プロパティ値

ドロップダウンウィンドウを閉じるときのアニメーションを示すDropDownAnimation値。
デフォルト値はDropDownAnimation.Noneです。
解説
このプロパティは、ドロップダウンウィンドウが閉じるときに表示されるアニメーションスタイルを取得します。
参照

DropDown クラス
DropDown メンバ

 

 


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