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

◆ add() [15/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

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

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.