ComboBox style attributes
ComboBox presentation style attributes apply to COMBOBOX
elements.
Note: This topic lists presentation style attributes for a specific class of form
element, common
presentation style attributes can also be used for this type of element.
Attribute | GDC | GBC | GMA | GMI |
---|---|---|---|---|
autoSelectionStart Defines the item from which the auto-selection will start, when pressing keys. Values can be:
|
Yes | No | No | No |
comboboxCompleter Important: This feature is deprecated, its use is discouraged although not prohibited. Activate the ComboBox completer mode. Possible values are When this attribute is set to yes, the ComboBox will have the following behavior:
|
Yes | No | No | No |
qtStyle Defines the Qt style of the widget. The intent of
this property is to allow applying other style attributes such as backgroundColor ,
on Windows platforms, which is not possible with the default Windows style.Note: Avoid using this
style attribute whenever possible especially on non-Windows platforms Values can be:
Note: The
combobox.qtStyle style attritbute must be set
to "Windows" , to have other style attributes such as backgroundColor take effect. |
Yes | N/A | N/A | N/A |
completionTimeout
Defines the timeout (in milliseconds) to build the character sequence for item lookup when the user presses several keys successively. When pressing multiple keys, a character sequence is built for item lookup. After the timeout delay has expired, the character sequence is reset. |
Yes | No | No | No |