PowerTools SPREAD for Windows Forms 8.0J
ClosingAnimation プロパティ (DropDownInfo)


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

プロパティ値

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

DropDownInfo クラス
DropDownInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.