xtd 0.2.0
Loading...
Searching...
No Matches
button states

Definition

button states definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ BST_UNCHECKED

constexpr size_t BST_UNCHECKED
constexpr

#include <xtd.forms.native/include/xtd/forms/native/button_states.h>

Sets the button state to cleared.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ BST_CHECKED

constexpr size_t BST_CHECKED
constexpr

#include <xtd.forms.native/include/xtd/forms/native/button_states.h>

Sets the button state to checked.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ BST_INDETERMINATE

constexpr size_t BST_INDETERMINATE
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.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ BST_PUSHED

constexpr size_t BST_PUSHED
constexpr

#include <xtd.forms.native/include/xtd/forms/native/button_states.h>

The button is being shown in the pushed state.

Library
xtd.forms.native
Warning
Internal use only
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ BST_FOCUS

constexpr size_t BST_FOCUS
constexpr

#include <xtd.forms.native/include/xtd/forms/native/button_states.h>

The button has the keyboard focus.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ BST_DROPDOWNPUSHED

constexpr size_t BST_DROPDOWNPUSHED
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.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only