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

◆ create() [9/34]

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

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

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