DIAdem Help

Content Type
Programming Language
Current manual

Object: ComboBox <XTable>

Object: ComboBox <XTable>

The ComboBox object corresponds to the ComboBox control in an extended table of a user dialog box. You use the ComboBox object to define a selection list that displays in an extended table. The list drops down when you click the box. Specify the selection terms for display in the dialog box Cell Type which you open if you click Columns on the Properties tab and then click the ... button.

Note  You only can access this control within the event procedures of the extended table.

The following example selects the second selection term in the selection list:

Cell.Selection = 2

Properties Only Available on the Properties Tab

CaseSensitive | DropDownWidth | InterpretedTextEnabled | ListItems | Picture | PictureAlign | PictureWidth | Sort

Was this information helpful?