#include <cstddef>Contains button states flags constants.
Go to the source code of this file.
Variables | |
| constexpr size_t | BST_UNCHECKED |
| Sets the button state to cleared. | |
| constexpr size_t | BST_CHECKED |
| Sets the button state to checked. | |
| constexpr size_t | BST_INDETERMINATE |
| Sets the button state to grayed, indicating an indeterminate state. Use this value only if the button has the BS_3STATE or BS_AUTO3STATE style. | |
| constexpr size_t | BST_PUSHED |
| The button is being shown in the pushed state. | |
| constexpr size_t | BST_FOCUS |
| The button has the keyboard focus. | |
| constexpr size_t | BST_DROPDOWNPUSHED |
| he button is in the drop-down state. Applies only if the button has the TBSTYLE_DROPDOWN style. | |