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

◆ top() [8/16]

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

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

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