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

◆ about() [18/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

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

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