DropDownEnabled Property (DateMonthFieldInfo)
public virtual bool DropDownEnabled {get; set;}
'Declaration
Public Overridable Property DropDownEnabled As Boolean
'Usage
Dim instance As DateMonthFieldInfo
Dim value As Boolean
instance.DropDownEnabled = value
value = instance.DropDownEnabled
Property Value
A
bool value,
true indicates the drop-down function is active; otherwise,
false.