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

◆ convert() [20/24]

static toggle_button xtd::forms::toggle_buttons::convert ( 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 toggle_button that represent convert toggle_button with specified parent, check_state, location, size, and name.

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