Contains flags for ComboBox resources.
More...
#include <ComboBox.h>
Contains flags for ComboBox resources.
◆ eComboBoxFlags
ComboBox flags for ComboBox resource ComboBox::Arguments::cbox_flags.
The default setting of ComboBox::Arguments::cbox_flags resource is 0; that is, no flags have been set.
Aliases
PhWidgets::ComboBox::Flags::eComboBoxFlags
Enumerator |
---|
AltDown | Enable the Alt-↓ keychord, which displays the list and highlights the item corresponding to the current text.
|
MaxWidth | Make the combo box size itself to fit the longest list item.
|
IsOpened | (read-only) If this bit is set, the list is currently open.
|
StaticList | Make the list field static and remove the drop button. If this bit is off, the list field is visible only when the drop button is pressed.
|
ListAbove | Place the list field above the text field. If this bit is off, the list field is placed below the text field. If there isn't enough space between the text field and the edge of the screen, the list may appear on the opposite side of the text field.
|
The documentation for this struct was generated from the following file: