button states definitions.
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. | |
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/button_states.h>
Sets the button state to cleared.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/button_states.h>
Sets the button state to checked.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/button_states.h>
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 |
#include <xtd.forms.native/include/xtd/forms/native/button_states.h>
The button is being shown in the pushed state.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/button_states.h>
The button has the keyboard focus.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/button_states.h>
he button is in the drop-down state. Applies only if the button has the TBSTYLE_DROPDOWN style.