'Declaration Public Function New( _ ByVal allowDropDown As Boolean _ )
'Usage Dim allowDropDown As Boolean Dim instance As New DateEditor(allowDropDown)
public DateEditor( bool allowDropDown )
Parameters
- allowDropDown
- true if the calendar can be shown; false otherwise.