Drop down style property
Demonstrates DropDown style property of ComboBox control.
ComboBox DropDown style could be changed with DropDownStyle property.
There are 3 DropDown styles availble:
Simple - specifies that the list is always visible and that the text portion is editable
DropDown - specifies that the list is displayed by clicking the down arrow and that the text portion is editable
DropDownList - specifies that the list is displayed by clicking the down arrow and that the text portion is not editable
|