Requires: Base Development System
Inherits from Generic»GObject»Control»String. View the class hierarchy.
Property | Description |
---|---|
Allow Undefined Strings | If 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-up | Reads 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 Value | Gets 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 |
Value | Value of the ComboBox control. Details |
Value (Signaling) | Sets the value of the control and generates a Value Change event. Details |