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

◆ stop() [15/16]

static radio_button xtd::forms::radio_buttons::stop ( const control parent,
bool  checked,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined radio_button that represent stop radio_button with specified parent, check_state, location, and size.

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