'Declaration
Public Property DropDownStyle As DropDownStyle
public DropDownStyle DropDownStyle {get; set;}
'Declaration
Public Property DropDownStyle As DropDownStyle
public DropDownStyle DropDownStyle {get; set;}
If the value is Default, the text is editable and the dropdown list is displayed by clicking the down arrow.
If the value is DropDownList, the text is not editable and the dropdown list is displayed by clicking any part of the control.