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

◆ stop() [4/16]

static radio_button xtd::forms::radio_buttons::stop ( const drawing::point location,
const drawing::size size,
const xtd::string name 
)
static

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.