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


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

プロパティ値

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

DropDown クラス
DropDown メンバ

 

 


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