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

◆ down() [20/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent down check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.