ComboBox Properties

Requires: Base Development System

Inherits from Generic»GObject»Control»String. View the class hierarchy.

PropertyDescription
Allow Undefined StringsIf TRUE, users can enter string values not already in the list of strings defined for the combo box control. If FALSE, users must select from the list of strings defined for the control. Details
Case Sensitive Pop-upReads or writes whether the selection pop-up on the combo box can distinguish between entries that are the same, but have different cases. Details
Default ValueGets or sets the default value of the combo box control. Details
Strings []Array of the strings from which you can select in the combo box control. Use the Strings And Values [] property to specify custom values for each string. Details
Strings And Values []Array of clusters containing the strings from which you can select in the combo box control and the values for each string. Use the Strings [] property if you do not need to specify custom values for each string. Details
ValueValue of the ComboBox control. Details
Value (Signaling)Sets the value of the control and generates a Value Change event. Details