AutoDropDown Property (DateMonthFieldInfo)
public virtual bool AutoDropDown {get; set;}
'Declaration
Public Overridable Property AutoDropDown As Boolean
'Usage
Dim instance As DateMonthFieldInfo
Dim value As Boolean
instance.AutoDropDown = value
value = instance.AutoDropDown
Property Value
A
bool value,
true to automatically drop down when the field gets focus; otherwise,
false.