public bool DropDownEnabled {get; set;}
'Declaration Public Property DropDownEnabled As Boolean
'Declaration
Public Property DropDownEnabled As Boolean
'使用法 Dim instance As MaskEnumerationFieldInfo Dim value As Boolean instance.DropDownEnabled = value value = instance.DropDownEnabled
'使用法
Dim instance As MaskEnumerationFieldInfo Dim value As Boolean instance.DropDownEnabled = value value = instance.DropDownEnabled
フィールドがアクティブになったときにドロップダウンを表示するには、 AutoDropDown プロパティを Trueに設定します。
AutoDropDown プロパティが Falseに設定されているときにドロップダウンを表示するには、[ Ctrl + ↓]キーを押します。
MaskEnumerationFieldInfo クラス MaskEnumerationFieldInfo メンバ
© 2004-2017, GrapeCity inc. All rights reserved.