ComboBox

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebComboBox

          WebComboBox

Description

The ComboBox component implements a combobox that can be used to select value from the list of predefined values.

Comments

In the form design mode one can determine the following properties for the component:

The component has the onChange event, which can track the selected element. When web form is working, one can get or change component properties that are available in the IWebComboBox interface.

Example

See also:

Creating a Web Form and Components Layout