Enum WxControlPainterHandler.DrawFlags
Control state flags used for control painting.
[Flags]
public enum WxControlPainterHandler.DrawFlags
Fields
Cell = 8Only for item selection rect.
Checkable = 128Menu item can be checked.
Checked = 64Check or radio button is checked.
Current = 16Mouse is currently over the control.
Disabled = 1Control is disabled.
Expanded = 8Only for the tree items.
Flat = 8Checkboxes only: flat border.
Focused = 2Currently has keyboard focus.
IsDefault = 8Only for the buttons.
IsSubMenu = 8Only for the menu items.
None = 0Absence of any other flags.
Pressed = 4Button is pressed.
Selected = 32Selected item in e.g. ListBox.
SizeGrip = 8Only for the status bar panes.
Special = 8Control-specific bit.
Undetermined = 128Check undetermined state.