The Combo Box Properties dialog box enables you to edit combo box properties. Combo Boxes are pull down menus for selecting a value from a defined list of values. You can determine a number of combo box items and set their properties in this dialog box.
Name. Defines a name for a combo box to be recognized by a server. By default, it is ComboBox#.
Items. Contains a list of items included in a combo box. A box next to each item indicates its default state (initially selected or not). Only one item can be checked.
To Add a new item to your list, click the Add Item... button. To Edit an existing item, click the Edit Item button or simply double-click an item.
These operations display the Item Properties dialog box.
To remove an item from your list, select it and click the Remove Item button.
To organize items properly, use the MoveUp and Move Down buttons. You can move more than one item at once. Select a group of items and click the Move Up/Move Down buttons.
The Extra HTML button enables you to insert an extra HTML code into a current HTML tag. When you click on the button, the Extra HTML Tag Attributes dialog box is displayed, where you can enter the extra tag attributes. You must be familiar with the HTML language to use this feature correctly.