PowerTools SPREAD for Windows Forms 10.0J
DropDownEnabled プロパティ (DateMonthFieldInfo)


ドロップダウン機能がアクティブかどうかを示す bool 値を取得または設定します。
構文
'Declaration
 
Public Overridable Property DropDownEnabled As Boolean
'使用法
 
Dim instance As DateMonthFieldInfo
Dim value As Boolean
 
instance.DropDownEnabled = value
 
value = instance.DropDownEnabled
public virtual bool DropDownEnabled {get; set;}

プロパティ値

bool 値。ドロップダウン機能がアクティブであることを示す場合は true。それ以外の場合は false
解説
このプロパティは、ドロップダウンウィンドウがドロップダウンできるかどうかを示します。
参照

DateMonthFieldInfo クラス
DateMonthFieldInfo メンバ

 

 


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