constants StyleEnum
The StyleEnum enumeration defines the control's style. Use the Style property to specify the style of the control.

NameValueDescription
Simple0 The extended list( tree ) control is displayed at all times. The current selection in the dropdown window is displayed in the edit control.
DropDown1 Similar to Simple style, except that the dropdown window control is not displayed unless the user selects the drop down button next to the edit control.
DropDownList2 Similar to DropDown style, except that the edit control is replaced by a static-text item that displays the current selection in the dropdown window.