xtd 0.2.0
Loading...
Searching...
No Matches

◆ create() [9/32]

static toggle_button xtd::forms::toggle_button::create ( const xtd::ustring text,
xtd::forms::check_state  check_state 
)
static

A factory to create an xtd::forms::toggle_button with specified text, and check_state.

Parameters
textA string that represent text of the xtd::forms::toggle_button.
check_stateOne of the check_state enumeration values.
Returns
New xtd::forms::toggle_button created.