|

On Focus


Fires when the combobox receives input focus. Click the edit button to open the script editor.


image

ComboBox Object

OverviewPaneDialogActions

Here are the object's settings as they appear on the "double-click" Properties dialog. There are three tabs on the Properties dialog:

Settings Attributes Script


S e tt ing s T a b Obj ec t

ComboBox items:


The items that are contained in the combobox.


The list consists of a number of items, each one with two parts: item text, which is the visible part that will appear in the combobox, and item data, which is an invisible part that is associated with that item.


You can use the item data to store any information that you want to associate with the item text, such as a file path or page name.


Items can be added to the list by clicking on one of the fields and entering the desired text. You can manipulate the list using the buttons at the bottom of the dialog. The Insert Row button can be used to insert an item into the list, essentially inserting a new "row." The remove, up, and down buttons allow you to remove or move items in the list. The ascending and descending buttons can be used to sort the list in ascending or descending order.


St y l e


Dropdown list


Make the combobox selection read-only. (The selected text cannot be edited.)


|