xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::native::toggle_button Class Referencefinal
Inheritance diagram for xtd::forms::native::toggle_button:
xtd::static_object

Definition

Contains toggle button native API.

Namespace
xtd::forms::native
Library
xtd.forms.native
Warning
Internal use only

Protected Static Methods

static void check_state (intptr control, int32 check_state)
 Sets check state.
 

Member Function Documentation

◆ check_state()

static void xtd::forms::native::toggle_button::check_state ( intptr  control,
int32  check_state 
)
staticprotected

Sets check state.

Parameters
controlToggle button window handle.
check_stateThe check state value : BST_UNCHECKED or BST_CHECKED or BST_INDETERMINATE.
Warning
Internal use only

The documentation for this class was generated from the following file: