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

◆ clear() [7/24]

static check_box xtd::forms::check_boxes::clear ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

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

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.