wxCONTROL_DISABLED |
Control is disabled.
|
wxCONTROL_FOCUSED |
Currently has keyboard focus.
|
wxCONTROL_PRESSED |
(Button) is pressed.
|
wxCONTROL_SPECIAL |
Control-specific bit.
|
wxCONTROL_ISDEFAULT |
Only for the buttons.
|
wxCONTROL_ISSUBMENU |
Only for the menu items.
|
wxCONTROL_EXPANDED |
Only for the tree items.
|
wxCONTROL_SIZEGRIP |
Only for the status bar panes.
|
wxCONTROL_FLAT |
Checkboxes only: flat border.
|
wxCONTROL_CURRENT |
Mouse is currently over the control.
|
wxCONTROL_SELECTED |
Selected item in e.g. listbox.
|
wxCONTROL_CHECKED |
(Check/radio button) is checked.
|
wxCONTROL_CHECKABLE |
(Menu) item can be checked.
|
wxCONTROL_UNDETERMINED |
(Check) undetermined state.
|