'Declaration
Public Property DropDownEnabled As Boolean
'Usage
Dim instance As MaskEnumerationFieldInfo Dim value As Boolean instance.DropDownEnabled = value value = instance.DropDownEnabled
public bool DropDownEnabled {get; set;}
Property Value
A bool value, true indicates the dropdown function is active, otherwise, false.The default is false.