ComboBox Class Members

AddItem( string )
Adds new item to the ComboBox.
Items
This property returns collection of the Combobox Items.
OnAction
Macro assigned to the ComboBox. When selection in the ComboBox changes, application calls this button.
Text
Text of the currently selected item.
Width
Width of the control.
Enabled
When this property is TRUE control responds to the User Actions. If it is set to FALSE, control doesn't respond to Mouse and Button clicks and displayed as muted.
Font
Represents Font attached to this control.
Name
Name of the control.
TextColor
Color of the text in control.
Tooltip
Text of the tooltip shown when mouse is over this control.
Visible
When this property is turned OFF control is not visible on the Ribbon.