Assembly: WebForms;
The IWebComboBox interface contains properties and methods of the ComboBox web form component.
IWebComboBox
Property name | Brief description | |
ItemIndex | The ItemIndex property determines the index of the selected list element. | |
Items | The Items property returns the drop-down list rows collection. |
Property name | Brief description | |
Color | The Color property determines a component background color. | |
Enabled | The Enabled property determines whether the component is available for the user. | |
Text | The Text property determines the row identifying the component for the user. | |
Visible | The Visible property determines whether the component is displayed when a form is executed. |
See also: