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

◆ save_as() [12/16]

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

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

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