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


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

プロパティ値

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

DropDownInfo クラス
DropDownInfo メンバ

 

 


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