DropDownEnabled Property (DateEraFieldInfo)
public virtual bool DropDownEnabled {get; set;}
'Declaration
Public Overridable Property DropDownEnabled As Boolean
'Usage
Dim instance As DateEraFieldInfo
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.
The default is
false.