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

◆ create() [11/34]

static check_box xtd::forms::check_box::create ( const xtd::ustring text,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

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

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