xtd 1.0.0
Loading...
Searching...
No Matches
xtd::forms::radio_buttons Class Referencefinal
Inheritance diagram for xtd::forms::radio_buttons:
xtd::static_object

Definition

Provides a collection of radio_button objects for use by a Windows Forms application.

Header
#include <xtd/forms/radio_buttons>
Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrates the use of radio_button control factory.
#include <xtd/xtd>
auto main() -> int {
auto form_main = form::create("Radio buttons example");
auto group_box_alignment = group_box::create(form_main, xtd::drawing::texts::alignment(), {10, 10}, {150, 180});
auto radio_button_align_left = radio_buttons::align_left(group_box_alignment, true, {20, 20});
auto radio_button_align_right = radio_buttons::align_right(group_box_alignment, false, {20, 50});
auto radio_button_centered = radio_buttons::centered(group_box_alignment, false, {20, 80});
auto radio_button_justified = radio_buttons::justified(group_box_alignment, false, {20, 110});
application::run(form_main);
}
static auto alignment() -> xtd::string
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static auto create() -> form
A factory to create an xtd::forms::form.
static auto create() -> group_box
A factory to create an xtd::forms::group_box.

Public Static Methods

static auto abort () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button.
static auto abort (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified location.
static auto abort (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified location, and size.
static auto abort (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified location, size, and name.
static auto abort (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified and check_state.
static auto abort (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified check_state, and location.
static auto abort (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified check_state, location, and size.
static auto abort (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified check_state, location, size, and name.
static auto abort (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified parent.
static auto abort (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified parent, and location.
static auto abort (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified parent, location, and size.
static auto abort (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified parent, location, size, and name.
static auto abort (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified parent, and check_state.
static auto abort (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified parent, check_state, and location.
static auto abort (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified parent, check_state, location, and size.
static auto abort (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent abort radio_button with specified parent, check_state, location, size, and name.
static auto about () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button.
static auto about (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified location.
static auto about (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified location, and size.
static auto about (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified location, size, and name.
static auto about (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified and check_state.
static auto about (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified check_state, and location.
static auto about (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified check_state, location, and size.
static auto about (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified check_state, location, size, and name.
static auto about (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified parent.
static auto about (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified parent, and location.
static auto about (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified parent, location, and size.
static auto about (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified parent, location, size, and name.
static auto about (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified parent, and check_state.
static auto about (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified parent, check_state, and location.
static auto about (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified parent, check_state, location, and size.
static auto about (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent about radio_button with specified parent, check_state, location, size, and name.
static auto actual_size () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button.
static auto actual_size (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified location.
static auto actual_size (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified location, and size.
static auto actual_size (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified location, size, and name.
static auto actual_size (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified and check_state.
static auto actual_size (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified check_state, and location.
static auto actual_size (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified check_state, location, and size.
static auto actual_size (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified check_state, location, size, and name.
static auto actual_size (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified parent.
static auto actual_size (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified parent, and location.
static auto actual_size (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified parent, location, and size.
static auto actual_size (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified parent, location, size, and name.
static auto actual_size (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified parent, and check_state.
static auto actual_size (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified parent, check_state, and location.
static auto actual_size (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified parent, check_state, location, and size.
static auto actual_size (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent actual_size radio_button with specified parent, check_state, location, size, and name.
static auto add () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button.
static auto add (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified location.
static auto add (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified location, and size.
static auto add (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified location, size, and name.
static auto add (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified and check_state.
static auto add (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified check_state, and location.
static auto add (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified check_state, location, and size.
static auto add (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified check_state, location, size, and name.
static auto add (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified parent.
static auto add (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified parent, and location.
static auto add (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified parent, location, and size.
static auto add (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified parent, location, size, and name.
static auto add (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified parent, and check_state.
static auto add (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified parent, check_state, and location.
static auto add (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified parent, check_state, location, and size.
static auto add (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent add radio_button with specified parent, check_state, location, size, and name.
static auto alignment () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button.
static auto alignment (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified location.
static auto alignment (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified location, and size.
static auto alignment (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified location, size, and name.
static auto alignment (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified and check_state.
static auto alignment (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified check_state, and location.
static auto alignment (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified check_state, location, and size.
static auto alignment (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified check_state, location, size, and name.
static auto alignment (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified parent.
static auto alignment (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified parent, and location.
static auto alignment (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified parent, location, and size.
static auto alignment (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified parent, location, size, and name.
static auto alignment (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified parent, and check_state.
static auto alignment (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified parent, check_state, and location.
static auto alignment (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified parent, check_state, location, and size.
static auto alignment (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent alignment radio_button with specified parent, check_state, location, size, and name.
static auto align_left () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button.
static auto align_left (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified location.
static auto align_left (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified location, and size.
static auto align_left (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified location, size, and name.
static auto align_left (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified and check_state.
static auto align_left (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified check_state, and location.
static auto align_left (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified check_state, location, and size.
static auto align_left (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified check_state, location, size, and name.
static auto align_left (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified parent.
static auto align_left (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified parent, and location.
static auto align_left (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified parent, location, and size.
static auto align_left (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified parent, location, size, and name.
static auto align_left (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified parent, and check_state.
static auto align_left (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified parent, check_state, and location.
static auto align_left (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified parent, check_state, location, and size.
static auto align_left (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_left radio_button with specified parent, check_state, location, size, and name.
static auto align_right () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button.
static auto align_right (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified location.
static auto align_right (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified location, and size.
static auto align_right (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified location, size, and name.
static auto align_right (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified and check_state.
static auto align_right (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified check_state, and location.
static auto align_right (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified check_state, location, and size.
static auto align_right (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified check_state, location, size, and name.
static auto align_right (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified parent.
static auto align_right (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified parent, and location.
static auto align_right (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified parent, location, and size.
static auto align_right (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified parent, location, size, and name.
static auto align_right (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified parent, and check_state.
static auto align_right (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified parent, check_state, and location.
static auto align_right (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified parent, check_state, location, and size.
static auto align_right (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent align_right radio_button with specified parent, check_state, location, size, and name.
static auto apply () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button.
static auto apply (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified location.
static auto apply (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified location, and size.
static auto apply (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified location, size, and name.
static auto apply (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified and check_state.
static auto apply (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified check_state, and location.
static auto apply (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified check_state, location, and size.
static auto apply (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified check_state, location, size, and name.
static auto apply (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified parent.
static auto apply (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified parent, and location.
static auto apply (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified parent, location, and size.
static auto apply (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified parent, location, size, and name.
static auto apply (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified parent, and check_state.
static auto apply (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified parent, check_state, and location.
static auto apply (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified parent, check_state, location, and size.
static auto apply (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent apply radio_button with specified parent, check_state, location, size, and name.
static auto ascending () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button.
static auto ascending (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified location.
static auto ascending (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified location, and size.
static auto ascending (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified location, size, and name.
static auto ascending (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified and check_state.
static auto ascending (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified check_state, and location.
static auto ascending (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified check_state, location, and size.
static auto ascending (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified check_state, location, size, and name.
static auto ascending (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified parent.
static auto ascending (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified parent, and location.
static auto ascending (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified parent, location, and size.
static auto ascending (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified parent, location, size, and name.
static auto ascending (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified parent, and check_state.
static auto ascending (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified parent, check_state, and location.
static auto ascending (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified parent, check_state, location, and size.
static auto ascending (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ascending radio_button with specified parent, check_state, location, size, and name.
static auto back () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button.
static auto back (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified location.
static auto back (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified location, and size.
static auto back (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified location, size, and name.
static auto back (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified and check_state.
static auto back (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified check_state, and location.
static auto back (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified check_state, location, and size.
static auto back (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified check_state, location, size, and name.
static auto back (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified parent.
static auto back (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified parent, and location.
static auto back (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified parent, location, and size.
static auto back (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified parent, location, size, and name.
static auto back (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified parent, and check_state.
static auto back (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified parent, check_state, and location.
static auto back (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified parent, check_state, location, and size.
static auto back (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent back radio_button with specified parent, check_state, location, size, and name.
static auto bold () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button.
static auto bold (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified location.
static auto bold (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified location, and size.
static auto bold (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified location, size, and name.
static auto bold (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified and check_state.
static auto bold (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified check_state, and location.
static auto bold (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified check_state, location, and size.
static auto bold (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified check_state, location, size, and name.
static auto bold (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified parent.
static auto bold (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified parent, and location.
static auto bold (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified parent, location, and size.
static auto bold (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified parent, location, size, and name.
static auto bold (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified parent, and check_state.
static auto bold (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified parent, check_state, and location.
static auto bold (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified parent, check_state, location, and size.
static auto bold (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bold radio_button with specified parent, check_state, location, size, and name.
static auto bottom () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button.
static auto bottom (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified location.
static auto bottom (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified location, and size.
static auto bottom (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified location, size, and name.
static auto bottom (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified and check_state.
static auto bottom (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified check_state, and location.
static auto bottom (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified check_state, location, and size.
static auto bottom (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified check_state, location, size, and name.
static auto bottom (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified parent.
static auto bottom (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified parent, and location.
static auto bottom (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified parent, location, and size.
static auto bottom (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified parent, location, size, and name.
static auto bottom (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified parent, and check_state.
static auto bottom (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified parent, check_state, and location.
static auto bottom (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified parent, check_state, location, and size.
static auto bottom (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent bottom radio_button with specified parent, check_state, location, size, and name.
static auto cancel () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button.
static auto cancel (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified location.
static auto cancel (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified location, and size.
static auto cancel (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified location, size, and name.
static auto cancel (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified and check_state.
static auto cancel (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified check_state, and location.
static auto cancel (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified check_state, location, and size.
static auto cancel (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified check_state, location, size, and name.
static auto cancel (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified parent.
static auto cancel (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified parent, and location.
static auto cancel (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified parent, location, and size.
static auto cancel (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified parent, location, size, and name.
static auto cancel (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified parent, and check_state.
static auto cancel (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified parent, check_state, and location.
static auto cancel (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified parent, check_state, location, and size.
static auto cancel (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cancel radio_button with specified parent, check_state, location, size, and name.
static auto cdrom () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button.
static auto cdrom (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified location.
static auto cdrom (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified location, and size.
static auto cdrom (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified location, size, and name.
static auto cdrom (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified and check_state.
static auto cdrom (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified check_state, and location.
static auto cdrom (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified check_state, location, and size.
static auto cdrom (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified check_state, location, size, and name.
static auto cdrom (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified parent.
static auto cdrom (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified parent, and location.
static auto cdrom (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified parent, location, and size.
static auto cdrom (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified parent, location, size, and name.
static auto cdrom (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified parent, and check_state.
static auto cdrom (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified parent, check_state, and location.
static auto cdrom (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified parent, check_state, location, and size.
static auto cdrom (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cdrom radio_button with specified parent, check_state, location, size, and name.
static auto centered () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button.
static auto centered (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified location.
static auto centered (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified location, and size.
static auto centered (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified location, size, and name.
static auto centered (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified and check_state.
static auto centered (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified check_state, and location.
static auto centered (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified check_state, location, and size.
static auto centered (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified check_state, location, size, and name.
static auto centered (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified parent.
static auto centered (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified parent, and location.
static auto centered (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified parent, location, and size.
static auto centered (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified parent, location, size, and name.
static auto centered (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified parent, and check_state.
static auto centered (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified parent, check_state, and location.
static auto centered (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified parent, check_state, location, and size.
static auto centered (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent centered radio_button with specified parent, check_state, location, size, and name.
static auto clear () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button.
static auto clear (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified location.
static auto clear (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified location, and size.
static auto clear (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified location, size, and name.
static auto clear (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified and check_state.
static auto clear (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified check_state, and location.
static auto clear (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified check_state, location, and size.
static auto clear (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified check_state, location, size, and name.
static auto clear (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified parent.
static auto clear (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified parent, and location.
static auto clear (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified parent, location, and size.
static auto clear (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified parent, location, size, and name.
static auto clear (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified parent, and check_state.
static auto clear (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified parent, check_state, and location.
static auto clear (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified parent, check_state, location, and size.
static auto clear (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent clear radio_button with specified parent, check_state, location, size, and name.
static auto close () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button.
static auto close (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified location.
static auto close (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified location, and size.
static auto close (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified location, size, and name.
static auto close (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified and check_state.
static auto close (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified check_state, and location.
static auto close (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified check_state, location, and size.
static auto close (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified check_state, location, size, and name.
static auto close (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified parent.
static auto close (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified parent, and location.
static auto close (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified parent, location, and size.
static auto close (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified parent, location, size, and name.
static auto close (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified parent, and check_state.
static auto close (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified parent, check_state, and location.
static auto close (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified parent, check_state, location, and size.
static auto close (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent close radio_button with specified parent, check_state, location, size, and name.
static auto color () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button.
static auto color (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified location.
static auto color (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified location, and size.
static auto color (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified location, size, and name.
static auto color (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified and check_state.
static auto color (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified check_state, and location.
static auto color (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified check_state, location, and size.
static auto color (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified check_state, location, size, and name.
static auto color (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified parent.
static auto color (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified parent, and location.
static auto color (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified parent, location, and size.
static auto color (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified parent, location, size, and name.
static auto color (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified parent, and check_state.
static auto color (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified parent, check_state, and location.
static auto color (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified parent, check_state, location, and size.
static auto color (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent color radio_button with specified parent, check_state, location, size, and name.
static auto contents () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button.
static auto contents (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified location.
static auto contents (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified location, and size.
static auto contents (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified location, size, and name.
static auto contents (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified and check_state.
static auto contents (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified check_state, and location.
static auto contents (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified check_state, location, and size.
static auto contents (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified check_state, location, size, and name.
static auto contents (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified parent.
static auto contents (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified parent, and location.
static auto contents (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified parent, location, and size.
static auto contents (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified parent, location, size, and name.
static auto contents (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified parent, and check_state.
static auto contents (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified parent, check_state, and location.
static auto contents (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified parent, check_state, location, and size.
static auto contents (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent contents radio_button with specified parent, check_state, location, size, and name.
static auto convert () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button.
static auto convert (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified location.
static auto convert (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified location, and size.
static auto convert (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified location, size, and name.
static auto convert (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified and check_state.
static auto convert (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified check_state, and location.
static auto convert (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified check_state, location, and size.
static auto convert (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified check_state, location, size, and name.
static auto convert (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified parent.
static auto convert (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified parent, and location.
static auto convert (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified parent, location, and size.
static auto convert (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified parent, location, size, and name.
static auto convert (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified parent, and check_state.
static auto convert (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified parent, check_state, and location.
static auto convert (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified parent, check_state, location, and size.
static auto convert (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent convert radio_button with specified parent, check_state, location, size, and name.
static auto copy () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button.
static auto copy (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified location.
static auto copy (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified location, and size.
static auto copy (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified location, size, and name.
static auto copy (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified and check_state.
static auto copy (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified check_state, and location.
static auto copy (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified check_state, location, and size.
static auto copy (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified check_state, location, size, and name.
static auto copy (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified parent.
static auto copy (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified parent, and location.
static auto copy (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified parent, location, and size.
static auto copy (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified parent, location, size, and name.
static auto copy (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified parent, and check_state.
static auto copy (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified parent, check_state, and location.
static auto copy (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified parent, check_state, location, and size.
static auto copy (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent copy radio_button with specified parent, check_state, location, size, and name.
static auto customize () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button.
static auto customize (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified location.
static auto customize (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified location, and size.
static auto customize (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified location, size, and name.
static auto customize (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified and check_state.
static auto customize (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified check_state, and location.
static auto customize (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified check_state, location, and size.
static auto customize (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified check_state, location, size, and name.
static auto customize (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified parent.
static auto customize (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified parent, and location.
static auto customize (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified parent, location, and size.
static auto customize (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified parent, location, size, and name.
static auto customize (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified parent, and check_state.
static auto customize (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified parent, check_state, and location.
static auto customize (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified parent, check_state, location, and size.
static auto customize (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent customize radio_button with specified parent, check_state, location, size, and name.
static auto cut () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button.
static auto cut (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified location.
static auto cut (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified location, and size.
static auto cut (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified location, size, and name.
static auto cut (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified and check_state.
static auto cut (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified check_state, and location.
static auto cut (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified check_state, location, and size.
static auto cut (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified check_state, location, size, and name.
static auto cut (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified parent.
static auto cut (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified parent, and location.
static auto cut (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified parent, location, and size.
static auto cut (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified parent, location, size, and name.
static auto cut (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified parent, and check_state.
static auto cut (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified parent, check_state, and location.
static auto cut (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified parent, check_state, location, and size.
static auto cut (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent cut radio_button with specified parent, check_state, location, size, and name.
static auto del () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button.
static auto del (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified location.
static auto del (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified location, and size.
static auto del (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified location, size, and name.
static auto del (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified and check_state.
static auto del (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified check_state, and location.
static auto del (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified check_state, location, and size.
static auto del (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified check_state, location, size, and name.
static auto del (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified parent.
static auto del (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified parent, and location.
static auto del (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified parent, location, and size.
static auto del (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified parent, location, size, and name.
static auto del (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified parent, and check_state.
static auto del (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified parent, check_state, and location.
static auto del (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified parent, check_state, location, and size.
static auto del (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent del radio_button with specified parent, check_state, location, size, and name.
static auto descending () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button.
static auto descending (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified location.
static auto descending (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified location, and size.
static auto descending (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified location, size, and name.
static auto descending (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified and check_state.
static auto descending (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified check_state, and location.
static auto descending (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified check_state, location, and size.
static auto descending (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified check_state, location, size, and name.
static auto descending (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified parent.
static auto descending (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified parent, and location.
static auto descending (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified parent, location, and size.
static auto descending (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified parent, location, size, and name.
static auto descending (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified parent, and check_state.
static auto descending (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified parent, check_state, and location.
static auto descending (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified parent, check_state, location, and size.
static auto descending (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent descending radio_button with specified parent, check_state, location, size, and name.
static auto down () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button.
static auto down (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified location.
static auto down (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified location, and size.
static auto down (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified location, size, and name.
static auto down (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified and check_state.
static auto down (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified check_state, and location.
static auto down (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified check_state, location, and size.
static auto down (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified check_state, location, size, and name.
static auto down (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified parent.
static auto down (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified parent, and location.
static auto down (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified parent, location, and size.
static auto down (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified parent, location, size, and name.
static auto down (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified parent, and check_state.
static auto down (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified parent, check_state, and location.
static auto down (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified parent, check_state, location, and size.
static auto down (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent down radio_button with specified parent, check_state, location, size, and name.
static auto edit () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button.
static auto edit (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified location.
static auto edit (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified location, and size.
static auto edit (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified location, size, and name.
static auto edit (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified and check_state.
static auto edit (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified check_state, and location.
static auto edit (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified check_state, location, and size.
static auto edit (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified check_state, location, size, and name.
static auto edit (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified parent.
static auto edit (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified parent, and location.
static auto edit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified parent, location, and size.
static auto edit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified parent, location, size, and name.
static auto edit (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified parent, and check_state.
static auto edit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified parent, check_state, and location.
static auto edit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified parent, check_state, location, and size.
static auto edit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent edit radio_button with specified parent, check_state, location, size, and name.
static auto execute () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button.
static auto execute (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified location.
static auto execute (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified location, and size.
static auto execute (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified location, size, and name.
static auto execute (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified and check_state.
static auto execute (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified check_state, and location.
static auto execute (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified check_state, location, and size.
static auto execute (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified check_state, location, size, and name.
static auto execute (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified parent.
static auto execute (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified parent, and location.
static auto execute (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified parent, location, and size.
static auto execute (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified parent, location, size, and name.
static auto execute (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified parent, and check_state.
static auto execute (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified parent, check_state, and location.
static auto execute (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified parent, check_state, location, and size.
static auto execute (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent execute radio_button with specified parent, check_state, location, size, and name.
static auto exit () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button.
static auto exit (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified location.
static auto exit (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified location, and size.
static auto exit (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified location, size, and name.
static auto exit (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified and check_state.
static auto exit (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified check_state, and location.
static auto exit (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified check_state, location, and size.
static auto exit (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified check_state, location, size, and name.
static auto exit (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified parent.
static auto exit (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified parent, and location.
static auto exit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified parent, location, and size.
static auto exit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified parent, location, size, and name.
static auto exit (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified parent, and check_state.
static auto exit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified parent, check_state, and location.
static auto exit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified parent, check_state, location, and size.
static auto exit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent exit radio_button with specified parent, check_state, location, size, and name.
static auto file () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button.
static auto file (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified location.
static auto file (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified location, and size.
static auto file (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified location, size, and name.
static auto file (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified and check_state.
static auto file (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified check_state, and location.
static auto file (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified check_state, location, and size.
static auto file (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified check_state, location, size, and name.
static auto file (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified parent.
static auto file (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified parent, and location.
static auto file (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified parent, location, and size.
static auto file (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified parent, location, size, and name.
static auto file (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified parent, and check_state.
static auto file (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified parent, check_state, and location.
static auto file (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified parent, check_state, location, and size.
static auto file (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent file radio_button with specified parent, check_state, location, size, and name.
static auto find () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button.
static auto find (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified location.
static auto find (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified location, and size.
static auto find (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified location, size, and name.
static auto find (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified and check_state.
static auto find (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified check_state, and location.
static auto find (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified check_state, location, and size.
static auto find (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified check_state, location, size, and name.
static auto find (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified parent.
static auto find (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified parent, and location.
static auto find (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified parent, location, and size.
static auto find (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified parent, location, size, and name.
static auto find (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified parent, and check_state.
static auto find (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified parent, check_state, and location.
static auto find (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified parent, check_state, location, and size.
static auto find (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent find radio_button with specified parent, check_state, location, size, and name.
static auto first () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button.
static auto first (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified location.
static auto first (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified location, and size.
static auto first (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified location, size, and name.
static auto first (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified and check_state.
static auto first (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified check_state, and location.
static auto first (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified check_state, location, and size.
static auto first (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified check_state, location, size, and name.
static auto first (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified parent.
static auto first (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified parent, and location.
static auto first (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified parent, location, and size.
static auto first (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified parent, location, size, and name.
static auto first (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified parent, and check_state.
static auto first (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified parent, check_state, and location.
static auto first (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified parent, check_state, location, and size.
static auto first (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent first radio_button with specified parent, check_state, location, size, and name.
static auto floppy () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button.
static auto floppy (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified location.
static auto floppy (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified location, and size.
static auto floppy (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified location, size, and name.
static auto floppy (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified and check_state.
static auto floppy (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified check_state, and location.
static auto floppy (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified check_state, location, and size.
static auto floppy (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified check_state, location, size, and name.
static auto floppy (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified parent.
static auto floppy (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified parent, and location.
static auto floppy (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified parent, location, and size.
static auto floppy (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified parent, location, size, and name.
static auto floppy (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified parent, and check_state.
static auto floppy (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified parent, check_state, and location.
static auto floppy (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified parent, check_state, location, and size.
static auto floppy (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent floppy radio_button with specified parent, check_state, location, size, and name.
static auto font () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button.
static auto font (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified location.
static auto font (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified location, and size.
static auto font (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified location, size, and name.
static auto font (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified and check_state.
static auto font (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified check_state, and location.
static auto font (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified check_state, location, and size.
static auto font (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified check_state, location, size, and name.
static auto font (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified parent.
static auto font (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified parent, and location.
static auto font (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified parent, location, and size.
static auto font (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified parent, location, size, and name.
static auto font (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified parent, and check_state.
static auto font (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified parent, check_state, and location.
static auto font (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified parent, check_state, location, and size.
static auto font (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent font radio_button with specified parent, check_state, location, size, and name.
static auto forward () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button.
static auto forward (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified location.
static auto forward (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified location, and size.
static auto forward (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified location, size, and name.
static auto forward (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified and check_state.
static auto forward (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified check_state, and location.
static auto forward (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified check_state, location, and size.
static auto forward (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified check_state, location, size, and name.
static auto forward (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified parent.
static auto forward (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified parent, and location.
static auto forward (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified parent, location, and size.
static auto forward (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified parent, location, size, and name.
static auto forward (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified parent, and check_state.
static auto forward (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified parent, check_state, and location.
static auto forward (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified parent, check_state, location, and size.
static auto forward (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent forward radio_button with specified parent, check_state, location, size, and name.
static auto harddisk () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button.
static auto harddisk (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified location.
static auto harddisk (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified location, and size.
static auto harddisk (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified location, size, and name.
static auto harddisk (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified and check_state.
static auto harddisk (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified check_state, and location.
static auto harddisk (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified check_state, location, and size.
static auto harddisk (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified check_state, location, size, and name.
static auto harddisk (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified parent.
static auto harddisk (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified parent, and location.
static auto harddisk (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified parent, location, and size.
static auto harddisk (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified parent, location, size, and name.
static auto harddisk (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified parent, and check_state.
static auto harddisk (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified parent, check_state, and location.
static auto harddisk (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified parent, check_state, location, and size.
static auto harddisk (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent harddisk radio_button with specified parent, check_state, location, size, and name.
static auto help () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button.
static auto help (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified location.
static auto help (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified location, and size.
static auto help (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified location, size, and name.
static auto help (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified and check_state.
static auto help (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified check_state, and location.
static auto help (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified check_state, location, and size.
static auto help (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified check_state, location, size, and name.
static auto help (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified parent.
static auto help (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified parent, and location.
static auto help (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified parent, location, and size.
static auto help (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified parent, location, size, and name.
static auto help (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified parent, and check_state.
static auto help (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified parent, check_state, and location.
static auto help (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified parent, check_state, location, and size.
static auto help (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent help radio_button with specified parent, check_state, location, size, and name.
static auto home () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button.
static auto home (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified location.
static auto home (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified location, and size.
static auto home (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified location, size, and name.
static auto home (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified and check_state.
static auto home (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified check_state, and location.
static auto home (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified check_state, location, and size.
static auto home (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified check_state, location, size, and name.
static auto home (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified parent.
static auto home (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified parent, and location.
static auto home (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified parent, location, and size.
static auto home (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified parent, location, size, and name.
static auto home (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified parent, and check_state.
static auto home (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified parent, check_state, and location.
static auto home (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified parent, check_state, location, and size.
static auto home (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent home radio_button with specified parent, check_state, location, size, and name.
static auto ignore () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button.
static auto ignore (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified location.
static auto ignore (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified location, and size.
static auto ignore (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified location, size, and name.
static auto ignore (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified and check_state.
static auto ignore (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified check_state, and location.
static auto ignore (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified check_state, location, and size.
static auto ignore (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified check_state, location, size, and name.
static auto ignore (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified parent.
static auto ignore (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified parent, and location.
static auto ignore (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified parent, location, and size.
static auto ignore (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified parent, location, size, and name.
static auto ignore (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified parent, and check_state.
static auto ignore (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified parent, check_state, and location.
static auto ignore (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified parent, check_state, location, and size.
static auto ignore (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ignore radio_button with specified parent, check_state, location, size, and name.
static auto indent () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button.
static auto indent (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified location.
static auto indent (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified location, and size.
static auto indent (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified location, size, and name.
static auto indent (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified and check_state.
static auto indent (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified check_state, and location.
static auto indent (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified check_state, location, and size.
static auto indent (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified check_state, location, size, and name.
static auto indent (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified parent.
static auto indent (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified parent, and location.
static auto indent (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified parent, location, and size.
static auto indent (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified parent, location, size, and name.
static auto indent (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified parent, and check_state.
static auto indent (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified parent, check_state, and location.
static auto indent (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified parent, check_state, location, and size.
static auto indent (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent indent radio_button with specified parent, check_state, location, size, and name.
static auto index () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button.
static auto index (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified location.
static auto index (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified location, and size.
static auto index (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified location, size, and name.
static auto index (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified and check_state.
static auto index (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified check_state, and location.
static auto index (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified check_state, location, and size.
static auto index (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified check_state, location, size, and name.
static auto index (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified parent.
static auto index (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified parent, and location.
static auto index (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified parent, location, and size.
static auto index (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified parent, location, size, and name.
static auto index (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified parent, and check_state.
static auto index (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified parent, check_state, and location.
static auto index (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified parent, check_state, location, and size.
static auto index (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent index radio_button with specified parent, check_state, location, size, and name.
static auto info () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button.
static auto info (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified location.
static auto info (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified location, and size.
static auto info (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified location, size, and name.
static auto info (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified and check_state.
static auto info (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified check_state, and location.
static auto info (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified check_state, location, and size.
static auto info (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified check_state, location, size, and name.
static auto info (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified parent.
static auto info (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified parent, and location.
static auto info (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified parent, location, and size.
static auto info (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified parent, location, size, and name.
static auto info (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified parent, and check_state.
static auto info (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified parent, check_state, and location.
static auto info (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified parent, check_state, location, and size.
static auto info (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent info radio_button with specified parent, check_state, location, size, and name.
static auto italic () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button.
static auto italic (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified location.
static auto italic (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified location, and size.
static auto italic (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified location, size, and name.
static auto italic (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified and check_state.
static auto italic (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified check_state, and location.
static auto italic (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified check_state, location, and size.
static auto italic (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified check_state, location, size, and name.
static auto italic (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified parent.
static auto italic (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified parent, and location.
static auto italic (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified parent, location, and size.
static auto italic (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified parent, location, size, and name.
static auto italic (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified parent, and check_state.
static auto italic (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified parent, check_state, and location.
static auto italic (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified parent, check_state, location, and size.
static auto italic (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent italic radio_button with specified parent, check_state, location, size, and name.
static auto justified () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button.
static auto justified (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified location.
static auto justified (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified location, and size.
static auto justified (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified location, size, and name.
static auto justified (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified and check_state.
static auto justified (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified check_state, and location.
static auto justified (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified check_state, location, and size.
static auto justified (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified check_state, location, size, and name.
static auto justified (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified parent.
static auto justified (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified parent, and location.
static auto justified (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified parent, location, and size.
static auto justified (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified parent, location, size, and name.
static auto justified (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified parent, and check_state.
static auto justified (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified parent, check_state, and location.
static auto justified (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified parent, check_state, location, and size.
static auto justified (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent justified radio_button with specified parent, check_state, location, size, and name.
static auto jump_to () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button.
static auto jump_to (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified location.
static auto jump_to (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified location, and size.
static auto jump_to (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified location, size, and name.
static auto jump_to (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified and check_state.
static auto jump_to (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified check_state, and location.
static auto jump_to (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified check_state, location, and size.
static auto jump_to (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified check_state, location, size, and name.
static auto jump_to (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified parent.
static auto jump_to (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified parent, and location.
static auto jump_to (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified parent, location, and size.
static auto jump_to (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified parent, location, size, and name.
static auto jump_to (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified parent, and check_state.
static auto jump_to (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified parent, check_state, and location.
static auto jump_to (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified parent, check_state, location, and size.
static auto jump_to (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent jump_to radio_button with specified parent, check_state, location, size, and name.
static auto last () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button.
static auto last (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified location.
static auto last (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified location, and size.
static auto last (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified location, size, and name.
static auto last (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified and check_state.
static auto last (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified check_state, and location.
static auto last (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified check_state, location, and size.
static auto last (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified check_state, location, size, and name.
static auto last (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified parent.
static auto last (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified parent, and location.
static auto last (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified parent, location, and size.
static auto last (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified parent, location, size, and name.
static auto last (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified parent, and check_state.
static auto last (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified parent, check_state, and location.
static auto last (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified parent, check_state, location, and size.
static auto last (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent last radio_button with specified parent, check_state, location, size, and name.
static auto network () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button.
static auto network (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified location.
static auto network (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified location, and size.
static auto network (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified location, size, and name.
static auto network (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified and check_state.
static auto network (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified check_state, and location.
static auto network (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified check_state, location, and size.
static auto network (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified check_state, location, size, and name.
static auto network (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified parent.
static auto network (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified parent, and location.
static auto network (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified parent, location, and size.
static auto network (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified parent, location, size, and name.
static auto network (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified parent, and check_state.
static auto network (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified parent, check_state, and location.
static auto network (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified parent, check_state, location, and size.
static auto network (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent network radio_button with specified parent, check_state, location, size, and name.
static auto new_ () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button.
static auto new_ (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified location.
static auto new_ (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified location, and size.
static auto new_ (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified location, size, and name.
static auto new_ (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified and check_state.
static auto new_ (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified check_state, and location.
static auto new_ (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified check_state, location, and size.
static auto new_ (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified check_state, location, size, and name.
static auto new_ (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified parent.
static auto new_ (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified parent, and location.
static auto new_ (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified parent, location, and size.
static auto new_ (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified parent, location, size, and name.
static auto new_ (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified parent, and check_state.
static auto new_ (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified parent, check_state, and location.
static auto new_ (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified parent, check_state, location, and size.
static auto new_ (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent new_ radio_button with specified parent, check_state, location, size, and name.
static auto next () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button.
static auto next (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified location.
static auto next (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified location, and size.
static auto next (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified location, size, and name.
static auto next (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified and check_state.
static auto next (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified check_state, and location.
static auto next (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified check_state, location, and size.
static auto next (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified check_state, location, size, and name.
static auto next (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified parent.
static auto next (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified parent, and location.
static auto next (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified parent, location, and size.
static auto next (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified parent, location, size, and name.
static auto next (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified parent, and check_state.
static auto next (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified parent, check_state, and location.
static auto next (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified parent, check_state, location, and size.
static auto next (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent next radio_button with specified parent, check_state, location, size, and name.
static auto no () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button.
static auto no (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified location.
static auto no (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified location, and size.
static auto no (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified location, size, and name.
static auto no (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified and check_state.
static auto no (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified check_state, and location.
static auto no (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified check_state, location, and size.
static auto no (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified check_state, location, size, and name.
static auto no (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified parent.
static auto no (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified parent, and location.
static auto no (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified parent, location, and size.
static auto no (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified parent, location, size, and name.
static auto no (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified parent, and check_state.
static auto no (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified parent, check_state, and location.
static auto no (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified parent, check_state, location, and size.
static auto no (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent no radio_button with specified parent, check_state, location, size, and name.
static auto ok () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button.
static auto ok (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified location.
static auto ok (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified location, and size.
static auto ok (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified location, size, and name.
static auto ok (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified and check_state.
static auto ok (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified check_state, and location.
static auto ok (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified check_state, location, and size.
static auto ok (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified check_state, location, size, and name.
static auto ok (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified parent.
static auto ok (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified parent, and location.
static auto ok (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified parent, location, and size.
static auto ok (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified parent, location, size, and name.
static auto ok (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified parent, and check_state.
static auto ok (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified parent, check_state, and location.
static auto ok (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified parent, check_state, location, and size.
static auto ok (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent ok radio_button with specified parent, check_state, location, size, and name.
static auto open () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button.
static auto open (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified location.
static auto open (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified location, and size.
static auto open (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified location, size, and name.
static auto open (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified and check_state.
static auto open (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified check_state, and location.
static auto open (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified check_state, location, and size.
static auto open (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified check_state, location, size, and name.
static auto open (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified parent.
static auto open (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified parent, and location.
static auto open (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified parent, location, and size.
static auto open (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified parent, location, size, and name.
static auto open (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified parent, and check_state.
static auto open (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified parent, check_state, and location.
static auto open (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified parent, check_state, location, and size.
static auto open (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent open radio_button with specified parent, check_state, location, size, and name.
static auto options () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button.
static auto options (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified location.
static auto options (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified location, and size.
static auto options (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified location, size, and name.
static auto options (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified and check_state.
static auto options (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified check_state, and location.
static auto options (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified check_state, location, and size.
static auto options (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified check_state, location, size, and name.
static auto options (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified parent.
static auto options (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified parent, and location.
static auto options (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified parent, location, and size.
static auto options (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified parent, location, size, and name.
static auto options (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified parent, and check_state.
static auto options (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified parent, check_state, and location.
static auto options (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified parent, check_state, location, and size.
static auto options (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent options radio_button with specified parent, check_state, location, size, and name.
static auto paste () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button.
static auto paste (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified location.
static auto paste (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified location, and size.
static auto paste (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified location, size, and name.
static auto paste (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified and check_state.
static auto paste (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified check_state, and location.
static auto paste (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified check_state, location, and size.
static auto paste (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified check_state, location, size, and name.
static auto paste (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified parent.
static auto paste (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified parent, and location.
static auto paste (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified parent, location, and size.
static auto paste (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified parent, location, size, and name.
static auto paste (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified parent, and check_state.
static auto paste (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified parent, check_state, and location.
static auto paste (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified parent, check_state, location, and size.
static auto paste (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent paste radio_button with specified parent, check_state, location, size, and name.
static auto preferences () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button.
static auto preferences (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified location.
static auto preferences (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified location, and size.
static auto preferences (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified location, size, and name.
static auto preferences (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified and check_state.
static auto preferences (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified check_state, and location.
static auto preferences (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified check_state, location, and size.
static auto preferences (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified check_state, location, size, and name.
static auto preferences (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified parent.
static auto preferences (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified parent, and location.
static auto preferences (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified parent, location, and size.
static auto preferences (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified parent, location, size, and name.
static auto preferences (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified parent, and check_state.
static auto preferences (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified parent, check_state, and location.
static auto preferences (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified parent, check_state, location, and size.
static auto preferences (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent preferences radio_button with specified parent, check_state, location, size, and name.
static auto previous () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button.
static auto previous (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified location.
static auto previous (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified location, and size.
static auto previous (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified location, size, and name.
static auto previous (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified and check_state.
static auto previous (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified check_state, and location.
static auto previous (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified check_state, location, and size.
static auto previous (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified check_state, location, size, and name.
static auto previous (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified parent.
static auto previous (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified parent, and location.
static auto previous (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified parent, location, and size.
static auto previous (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified parent, location, size, and name.
static auto previous (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified parent, and check_state.
static auto previous (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified parent, check_state, and location.
static auto previous (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified parent, check_state, location, and size.
static auto previous (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent previous radio_button with specified parent, check_state, location, size, and name.
static auto print () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button.
static auto print (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified location.
static auto print (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified location, and size.
static auto print (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified location, size, and name.
static auto print (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified and check_state.
static auto print (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified check_state, and location.
static auto print (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified check_state, location, and size.
static auto print (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified check_state, location, size, and name.
static auto print (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified parent.
static auto print (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified parent, and location.
static auto print (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified parent, location, and size.
static auto print (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified parent, location, size, and name.
static auto print (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified parent, and check_state.
static auto print (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified parent, check_state, and location.
static auto print (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified parent, check_state, location, and size.
static auto print (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print radio_button with specified parent, check_state, location, size, and name.
static auto print_preview () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button.
static auto print_preview (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified location.
static auto print_preview (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified location, and size.
static auto print_preview (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified location, size, and name.
static auto print_preview (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified and check_state.
static auto print_preview (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified check_state, and location.
static auto print_preview (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified check_state, location, and size.
static auto print_preview (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified check_state, location, size, and name.
static auto print_preview (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified parent.
static auto print_preview (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified parent, and location.
static auto print_preview (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified parent, location, and size.
static auto print_preview (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified parent, location, size, and name.
static auto print_preview (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified parent, and check_state.
static auto print_preview (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified parent, check_state, and location.
static auto print_preview (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified parent, check_state, location, and size.
static auto print_preview (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent print_preview radio_button with specified parent, check_state, location, size, and name.
static auto properties () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button.
static auto properties (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified location.
static auto properties (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified location, and size.
static auto properties (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified location, size, and name.
static auto properties (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified and check_state.
static auto properties (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified check_state, and location.
static auto properties (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified check_state, location, and size.
static auto properties (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified check_state, location, size, and name.
static auto properties (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified parent.
static auto properties (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified parent, and location.
static auto properties (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified parent, location, and size.
static auto properties (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified parent, location, size, and name.
static auto properties (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified parent, and check_state.
static auto properties (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified parent, check_state, and location.
static auto properties (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified parent, check_state, location, and size.
static auto properties (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent properties radio_button with specified parent, check_state, location, size, and name.
static auto quit () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button.
static auto quit (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified location.
static auto quit (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified location, and size.
static auto quit (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified location, size, and name.
static auto quit (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified and check_state.
static auto quit (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified check_state, and location.
static auto quit (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified check_state, location, and size.
static auto quit (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified check_state, location, size, and name.
static auto quit (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified parent.
static auto quit (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified parent, and location.
static auto quit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified parent, location, and size.
static auto quit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified parent, location, size, and name.
static auto quit (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified parent, and check_state.
static auto quit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified parent, check_state, and location.
static auto quit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified parent, check_state, location, and size.
static auto quit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent quit radio_button with specified parent, check_state, location, size, and name.
static auto redo () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button.
static auto redo (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified location.
static auto redo (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified location, and size.
static auto redo (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified location, size, and name.
static auto redo (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified and check_state.
static auto redo (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified check_state, and location.
static auto redo (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified check_state, location, and size.
static auto redo (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified check_state, location, size, and name.
static auto redo (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified parent.
static auto redo (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified parent, and location.
static auto redo (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified parent, location, and size.
static auto redo (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified parent, location, size, and name.
static auto redo (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified parent, and check_state.
static auto redo (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified parent, check_state, and location.
static auto redo (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified parent, check_state, location, and size.
static auto redo (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent redo radio_button with specified parent, check_state, location, size, and name.
static auto refresh () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button.
static auto refresh (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified location.
static auto refresh (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified location, and size.
static auto refresh (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified location, size, and name.
static auto refresh (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified and check_state.
static auto refresh (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified check_state, and location.
static auto refresh (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified check_state, location, and size.
static auto refresh (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified check_state, location, size, and name.
static auto refresh (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified parent.
static auto refresh (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified parent, and location.
static auto refresh (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified parent, location, and size.
static auto refresh (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified parent, location, size, and name.
static auto refresh (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified parent, and check_state.
static auto refresh (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified parent, check_state, and location.
static auto refresh (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified parent, check_state, location, and size.
static auto refresh (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent refresh radio_button with specified parent, check_state, location, size, and name.
static auto remove () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button.
static auto remove (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified location.
static auto remove (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified location, and size.
static auto remove (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified location, size, and name.
static auto remove (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified and check_state.
static auto remove (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified check_state, and location.
static auto remove (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified check_state, location, and size.
static auto remove (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified check_state, location, size, and name.
static auto remove (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified parent.
static auto remove (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified parent, and location.
static auto remove (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified parent, location, and size.
static auto remove (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified parent, location, size, and name.
static auto remove (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified parent, and check_state.
static auto remove (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified parent, check_state, and location.
static auto remove (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified parent, check_state, location, and size.
static auto remove (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent remove radio_button with specified parent, check_state, location, size, and name.
static auto replace () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button.
static auto replace (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified location.
static auto replace (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified location, and size.
static auto replace (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified location, size, and name.
static auto replace (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified and check_state.
static auto replace (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified check_state, and location.
static auto replace (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified check_state, location, and size.
static auto replace (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified check_state, location, size, and name.
static auto replace (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified parent.
static auto replace (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified parent, and location.
static auto replace (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified parent, location, and size.
static auto replace (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified parent, location, size, and name.
static auto replace (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified parent, and check_state.
static auto replace (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified parent, check_state, and location.
static auto replace (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified parent, check_state, location, and size.
static auto replace (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent replace radio_button with specified parent, check_state, location, size, and name.
static auto retry () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button.
static auto retry (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified location.
static auto retry (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified location, and size.
static auto retry (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified location, size, and name.
static auto retry (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified and check_state.
static auto retry (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified check_state, and location.
static auto retry (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified check_state, location, and size.
static auto retry (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified check_state, location, size, and name.
static auto retry (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified parent.
static auto retry (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified parent, and location.
static auto retry (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified parent, location, and size.
static auto retry (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified parent, location, size, and name.
static auto retry (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified parent, and check_state.
static auto retry (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified parent, check_state, and location.
static auto retry (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified parent, check_state, location, and size.
static auto retry (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent retry radio_button with specified parent, check_state, location, size, and name.
static auto revert_to_saved () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button.
static auto revert_to_saved (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified location.
static auto revert_to_saved (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified location, and size.
static auto revert_to_saved (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified location, size, and name.
static auto revert_to_saved (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified and check_state.
static auto revert_to_saved (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified check_state, and location.
static auto revert_to_saved (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified check_state, location, and size.
static auto revert_to_saved (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified check_state, location, size, and name.
static auto revert_to_saved (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent.
static auto revert_to_saved (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, and location.
static auto revert_to_saved (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, location, and size.
static auto revert_to_saved (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, location, size, and name.
static auto revert_to_saved (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, and check_state.
static auto revert_to_saved (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, check_state, and location.
static auto revert_to_saved (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, check_state, location, and size.
static auto revert_to_saved (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, check_state, location, size, and name.
static auto save () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button.
static auto save (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified location.
static auto save (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified location, and size.
static auto save (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified location, size, and name.
static auto save (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified and check_state.
static auto save (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified check_state, and location.
static auto save (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified check_state, location, and size.
static auto save (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified check_state, location, size, and name.
static auto save (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified parent.
static auto save (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified parent, and location.
static auto save (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified parent, location, and size.
static auto save (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified parent, location, size, and name.
static auto save (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified parent, and check_state.
static auto save (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified parent, check_state, and location.
static auto save (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified parent, check_state, location, and size.
static auto save (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save radio_button with specified parent, check_state, location, size, and name.
static auto save_as () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button.
static auto save_as (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified location.
static auto save_as (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified location, and size.
static auto save_as (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified location, size, and name.
static auto save_as (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified and check_state.
static auto save_as (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified check_state, and location.
static auto save_as (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified check_state, location, and size.
static auto save_as (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified check_state, location, size, and name.
static auto save_as (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified parent.
static auto save_as (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified parent, and location.
static auto save_as (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified parent, location, and size.
static auto save_as (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified parent, location, size, and name.
static auto save_as (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified parent, and check_state.
static auto save_as (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified parent, check_state, and location.
static auto save_as (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified parent, check_state, location, and size.
static auto save_as (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent save_as radio_button with specified parent, check_state, location, size, and name.
static auto search () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button.
static auto search (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified location.
static auto search (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified location, and size.
static auto search (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified location, size, and name.
static auto search (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified and check_state.
static auto search (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified check_state, and location.
static auto search (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified check_state, location, and size.
static auto search (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified check_state, location, size, and name.
static auto search (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified parent.
static auto search (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified parent, and location.
static auto search (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified parent, location, and size.
static auto search (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified parent, location, size, and name.
static auto search (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified parent, and check_state.
static auto search (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified parent, check_state, and location.
static auto search (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified parent, check_state, location, and size.
static auto search (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent search radio_button with specified parent, check_state, location, size, and name.
static auto select_all () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button.
static auto select_all (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified location.
static auto select_all (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified location, and size.
static auto select_all (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified location, size, and name.
static auto select_all (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified and check_state.
static auto select_all (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified check_state, and location.
static auto select_all (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified check_state, location, and size.
static auto select_all (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified check_state, location, size, and name.
static auto select_all (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified parent.
static auto select_all (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified parent, and location.
static auto select_all (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified parent, location, and size.
static auto select_all (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified parent, location, size, and name.
static auto select_all (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified parent, and check_state.
static auto select_all (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified parent, check_state, and location.
static auto select_all (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified parent, check_state, location, and size.
static auto select_all (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent select_all radio_button with specified parent, check_state, location, size, and name.
static auto settings () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button.
static auto settings (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified location.
static auto settings (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified location, and size.
static auto settings (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified location, size, and name.
static auto settings (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified and check_state.
static auto settings (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified check_state, and location.
static auto settings (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified check_state, location, and size.
static auto settings (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified check_state, location, size, and name.
static auto settings (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified parent.
static auto settings (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified parent, and location.
static auto settings (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified parent, location, and size.
static auto settings (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified parent, location, size, and name.
static auto settings (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified parent, and check_state.
static auto settings (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified parent, check_state, and location.
static auto settings (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified parent, check_state, location, and size.
static auto settings (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent settings radio_button with specified parent, check_state, location, size, and name.
static auto spell_check () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button.
static auto spell_check (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified location.
static auto spell_check (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified location, and size.
static auto spell_check (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified location, size, and name.
static auto spell_check (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified and check_state.
static auto spell_check (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified check_state, and location.
static auto spell_check (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified check_state, location, and size.
static auto spell_check (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified check_state, location, size, and name.
static auto spell_check (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified parent.
static auto spell_check (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified parent, and location.
static auto spell_check (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified parent, location, and size.
static auto spell_check (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified parent, location, size, and name.
static auto spell_check (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified parent, and check_state.
static auto spell_check (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified parent, check_state, and location.
static auto spell_check (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified parent, check_state, location, and size.
static auto spell_check (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent spell_check radio_button with specified parent, check_state, location, size, and name.
static auto stop () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button.
static auto stop (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified location.
static auto stop (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified location, and size.
static auto stop (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified location, size, and name.
static auto stop (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified and check_state.
static auto stop (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified check_state, and location.
static auto stop (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified check_state, location, and size.
static auto stop (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified check_state, location, size, and name.
static auto stop (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified parent.
static auto stop (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified parent, and location.
static auto stop (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified parent, location, and size.
static auto stop (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified parent, location, size, and name.
static auto stop (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified parent, and check_state.
static auto stop (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified parent, check_state, and location.
static auto stop (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified parent, check_state, location, and size.
static auto stop (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent stop radio_button with specified parent, check_state, location, size, and name.
static auto strikeout () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button.
static auto strikeout (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified location.
static auto strikeout (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified location, and size.
static auto strikeout (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified location, size, and name.
static auto strikeout (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified and check_state.
static auto strikeout (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified check_state, and location.
static auto strikeout (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified check_state, location, and size.
static auto strikeout (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified check_state, location, size, and name.
static auto strikeout (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified parent.
static auto strikeout (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified parent, and location.
static auto strikeout (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified parent, location, and size.
static auto strikeout (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified parent, location, size, and name.
static auto strikeout (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified parent, and check_state.
static auto strikeout (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified parent, check_state, and location.
static auto strikeout (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified parent, check_state, location, and size.
static auto strikeout (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent strikeout radio_button with specified parent, check_state, location, size, and name.
static auto tools () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button.
static auto tools (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified location.
static auto tools (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified location, and size.
static auto tools (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified location, size, and name.
static auto tools (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified and check_state.
static auto tools (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified check_state, and location.
static auto tools (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified check_state, location, and size.
static auto tools (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified check_state, location, size, and name.
static auto tools (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified parent.
static auto tools (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified parent, and location.
static auto tools (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified parent, location, and size.
static auto tools (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified parent, location, size, and name.
static auto tools (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified parent, and check_state.
static auto tools (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified parent, check_state, and location.
static auto tools (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified parent, check_state, location, and size.
static auto tools (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent tools radio_button with specified parent, check_state, location, size, and name.
static auto top () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button.
static auto top (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified location.
static auto top (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified location, and size.
static auto top (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified location, size, and name.
static auto top (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified and check_state.
static auto top (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified check_state, and location.
static auto top (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified check_state, location, and size.
static auto top (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified check_state, location, size, and name.
static auto top (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified parent.
static auto top (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified parent, and location.
static auto top (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified parent, location, and size.
static auto top (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified parent, location, size, and name.
static auto top (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified parent, and check_state.
static auto top (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified parent, check_state, and location.
static auto top (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified parent, check_state, location, and size.
static auto top (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent top radio_button with specified parent, check_state, location, size, and name.
static auto undelete () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button.
static auto undelete (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified location.
static auto undelete (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified location, and size.
static auto undelete (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified location, size, and name.
static auto undelete (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified and check_state.
static auto undelete (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified check_state, and location.
static auto undelete (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified check_state, location, and size.
static auto undelete (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified check_state, location, size, and name.
static auto undelete (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified parent.
static auto undelete (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified parent, and location.
static auto undelete (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified parent, location, and size.
static auto undelete (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified parent, location, size, and name.
static auto undelete (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified parent, and check_state.
static auto undelete (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified parent, check_state, and location.
static auto undelete (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified parent, check_state, location, and size.
static auto undelete (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undelete radio_button with specified parent, check_state, location, size, and name.
static auto underline () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button.
static auto underline (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified location.
static auto underline (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified location, and size.
static auto underline (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified location, size, and name.
static auto underline (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified and check_state.
static auto underline (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified check_state, and location.
static auto underline (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified check_state, location, and size.
static auto underline (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified check_state, location, size, and name.
static auto underline (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified parent.
static auto underline (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified parent, and location.
static auto underline (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified parent, location, and size.
static auto underline (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified parent, location, size, and name.
static auto underline (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified parent, and check_state.
static auto underline (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified parent, check_state, and location.
static auto underline (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified parent, check_state, location, and size.
static auto underline (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent underline radio_button with specified parent, check_state, location, size, and name.
static auto undo () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button.
static auto undo (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified location.
static auto undo (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified location, and size.
static auto undo (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified location, size, and name.
static auto undo (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified and check_state.
static auto undo (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified check_state, and location.
static auto undo (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified check_state, location, and size.
static auto undo (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified check_state, location, size, and name.
static auto undo (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified parent.
static auto undo (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified parent, and location.
static auto undo (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified parent, location, and size.
static auto undo (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified parent, location, size, and name.
static auto undo (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified parent, and check_state.
static auto undo (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified parent, check_state, and location.
static auto undo (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified parent, check_state, location, and size.
static auto undo (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent undo radio_button with specified parent, check_state, location, size, and name.
static auto unindent () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button.
static auto unindent (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified location.
static auto unindent (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified location, and size.
static auto unindent (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified location, size, and name.
static auto unindent (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified and check_state.
static auto unindent (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified check_state, and location.
static auto unindent (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified check_state, location, and size.
static auto unindent (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified check_state, location, size, and name.
static auto unindent (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified parent.
static auto unindent (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified parent, and location.
static auto unindent (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified parent, location, and size.
static auto unindent (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified parent, location, size, and name.
static auto unindent (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified parent, and check_state.
static auto unindent (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified parent, check_state, and location.
static auto unindent (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified parent, check_state, location, and size.
static auto unindent (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent unindent radio_button with specified parent, check_state, location, size, and name.
static auto up () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button.
static auto up (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified location.
static auto up (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified location, and size.
static auto up (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified location, size, and name.
static auto up (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified and check_state.
static auto up (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified check_state, and location.
static auto up (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified check_state, location, and size.
static auto up (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified check_state, location, size, and name.
static auto up (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified parent.
static auto up (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified parent, and location.
static auto up (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified parent, location, and size.
static auto up (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified parent, location, size, and name.
static auto up (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified parent, and check_state.
static auto up (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified parent, check_state, and location.
static auto up (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified parent, check_state, location, and size.
static auto up (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent up radio_button with specified parent, check_state, location, size, and name.
static auto view () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button.
static auto view (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified location.
static auto view (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified location, and size.
static auto view (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified location, size, and name.
static auto view (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified and check_state.
static auto view (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified check_state, and location.
static auto view (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified check_state, location, and size.
static auto view (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified check_state, location, size, and name.
static auto view (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified parent.
static auto view (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified parent, and location.
static auto view (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified parent, location, and size.
static auto view (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified parent, location, size, and name.
static auto view (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified parent, and check_state.
static auto view (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified parent, check_state, and location.
static auto view (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified parent, check_state, location, and size.
static auto view (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent view radio_button with specified parent, check_state, location, size, and name.
static auto window () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button.
static auto window (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified location.
static auto window (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified location, and size.
static auto window (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified location, size, and name.
static auto window (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified and check_state.
static auto window (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified check_state, and location.
static auto window (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified check_state, location, and size.
static auto window (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified check_state, location, size, and name.
static auto window (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified parent.
static auto window (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified parent, and location.
static auto window (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified parent, location, and size.
static auto window (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified parent, location, size, and name.
static auto window (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified parent, and check_state.
static auto window (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified parent, check_state, and location.
static auto window (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified parent, check_state, location, and size.
static auto window (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent window radio_button with specified parent, check_state, location, size, and name.
static auto yes () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button.
static auto yes (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified location.
static auto yes (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified location, and size.
static auto yes (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified location, size, and name.
static auto yes (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified and check_state.
static auto yes (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified check_state, and location.
static auto yes (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified check_state, location, and size.
static auto yes (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified check_state, location, size, and name.
static auto yes (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified parent.
static auto yes (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified parent, and location.
static auto yes (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified parent, location, and size.
static auto yes (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified parent, location, size, and name.
static auto yes (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified parent, and check_state.
static auto yes (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified parent, check_state, and location.
static auto yes (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified parent, check_state, location, and size.
static auto yes (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent yes radio_button with specified parent, check_state, location, size, and name.
static auto zoom_in () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button.
static auto zoom_in (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified location.
static auto zoom_in (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified location, and size.
static auto zoom_in (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified location, size, and name.
static auto zoom_in (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified and check_state.
static auto zoom_in (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified check_state, and location.
static auto zoom_in (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified check_state, location, and size.
static auto zoom_in (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified check_state, location, size, and name.
static auto zoom_in (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified parent.
static auto zoom_in (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified parent, and location.
static auto zoom_in (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified parent, location, and size.
static auto zoom_in (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified parent, location, size, and name.
static auto zoom_in (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified parent, and check_state.
static auto zoom_in (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified parent, check_state, and location.
static auto zoom_in (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified parent, check_state, location, and size.
static auto zoom_in (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_in radio_button with specified parent, check_state, location, size, and name.
static auto zoom_out () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button.
static auto zoom_out (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified location.
static auto zoom_out (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified location, and size.
static auto zoom_out (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified location, size, and name.
static auto zoom_out (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified and check_state.
static auto zoom_out (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified check_state, and location.
static auto zoom_out (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified check_state, location, and size.
static auto zoom_out (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified check_state, location, size, and name.
static auto zoom_out (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified parent.
static auto zoom_out (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified parent, and location.
static auto zoom_out (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified parent, location, and size.
static auto zoom_out (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified parent, location, size, and name.
static auto zoom_out (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified parent, and check_state.
static auto zoom_out (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified parent, check_state, and location.
static auto zoom_out (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified parent, check_state, location, and size.
static auto zoom_out (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_out radio_button with specified parent, check_state, location, size, and name.
static auto zoom_to_fit () -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button.
static auto zoom_to_fit (const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location.
static auto zoom_to_fit (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location, and size.
static auto zoom_to_fit (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location, size, and name.
static auto zoom_to_fit (bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified and check_state.
static auto zoom_to_fit (bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_state, and location.
static auto zoom_to_fit (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_state, location, and size.
static auto zoom_to_fit (bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_state, location, size, and name.
static auto zoom_to_fit (const xtd::forms::control &parent) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent.
static auto zoom_to_fit (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, and location.
static auto zoom_to_fit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, location, and size.
static auto zoom_to_fit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, location, size, and name.
static auto zoom_to_fit (const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, and check_state.
static auto zoom_to_fit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, check_state, and location.
static auto zoom_to_fit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, check_state, location, and size.
static auto zoom_to_fit (const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
 Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, check_state, location, size, and name.

Member Function Documentation

◆ abort() [1/16]

auto xtd::forms::radio_buttons::abort ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort radio_button.

Returns
The created radio_button.

◆ abort() [2/16]

auto xtd::forms::radio_buttons::abort ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ abort() [3/16]

auto xtd::forms::radio_buttons::abort ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ abort() [4/16]

auto xtd::forms::radio_buttons::abort ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort 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.

◆ abort() [5/16]

auto xtd::forms::radio_buttons::abort ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ abort() [6/16]

auto xtd::forms::radio_buttons::abort ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort radio_button with specified check_state, and location.

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

◆ abort() [7/16]

auto xtd::forms::radio_buttons::abort ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ abort() [8/16]

auto xtd::forms::radio_buttons::abort ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort 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.

◆ abort() [9/16]

auto xtd::forms::radio_buttons::abort ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ abort() [10/16]

auto xtd::forms::radio_buttons::abort ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ abort() [11/16]

auto xtd::forms::radio_buttons::abort ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ abort() [12/16]

auto xtd::forms::radio_buttons::abort ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort 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.

◆ abort() [13/16]

auto xtd::forms::radio_buttons::abort ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ abort() [14/16]

auto xtd::forms::radio_buttons::abort ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ abort() [15/16]

auto xtd::forms::radio_buttons::abort ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent abort 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.

◆ abort() [16/16]

auto xtd::forms::radio_buttons::abort ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ about() [1/16]

auto xtd::forms::radio_buttons::about ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about radio_button.

Returns
The created radio_button.

◆ about() [2/16]

auto xtd::forms::radio_buttons::about ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ about() [3/16]

auto xtd::forms::radio_buttons::about ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ about() [4/16]

auto xtd::forms::radio_buttons::about ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about 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.

◆ about() [5/16]

auto xtd::forms::radio_buttons::about ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ about() [6/16]

auto xtd::forms::radio_buttons::about ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about radio_button with specified check_state, and location.

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

◆ about() [7/16]

auto xtd::forms::radio_buttons::about ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ about() [8/16]

auto xtd::forms::radio_buttons::about ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about 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.

◆ about() [9/16]

auto xtd::forms::radio_buttons::about ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ about() [10/16]

auto xtd::forms::radio_buttons::about ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ about() [11/16]

auto xtd::forms::radio_buttons::about ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ about() [12/16]

auto xtd::forms::radio_buttons::about ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about 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.

◆ about() [13/16]

auto xtd::forms::radio_buttons::about ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ about() [14/16]

auto xtd::forms::radio_buttons::about ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ about() [15/16]

auto xtd::forms::radio_buttons::about ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent about 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.

◆ about() [16/16]

auto xtd::forms::radio_buttons::about ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ actual_size() [1/16]

auto xtd::forms::radio_buttons::actual_size ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size radio_button.

Returns
The created radio_button.

◆ actual_size() [2/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ actual_size() [3/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ actual_size() [4/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size 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.

◆ actual_size() [5/16]

auto xtd::forms::radio_buttons::actual_size ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ actual_size() [6/16]

auto xtd::forms::radio_buttons::actual_size ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size radio_button with specified check_state, and location.

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

◆ actual_size() [7/16]

auto xtd::forms::radio_buttons::actual_size ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ actual_size() [8/16]

auto xtd::forms::radio_buttons::actual_size ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size 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.

◆ actual_size() [9/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ actual_size() [10/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ actual_size() [11/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ actual_size() [12/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size 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.

◆ actual_size() [13/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ actual_size() [14/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ actual_size() [15/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent actual_size 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.

◆ actual_size() [16/16]

auto xtd::forms::radio_buttons::actual_size ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ add() [1/16]

auto xtd::forms::radio_buttons::add ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add radio_button.

Returns
The created radio_button.

◆ add() [2/16]

auto xtd::forms::radio_buttons::add ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ add() [3/16]

auto xtd::forms::radio_buttons::add ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ add() [4/16]

auto xtd::forms::radio_buttons::add ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add 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.

◆ add() [5/16]

auto xtd::forms::radio_buttons::add ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ add() [6/16]

auto xtd::forms::radio_buttons::add ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add radio_button with specified check_state, and location.

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

◆ add() [7/16]

auto xtd::forms::radio_buttons::add ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ add() [8/16]

auto xtd::forms::radio_buttons::add ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add 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.

◆ add() [9/16]

auto xtd::forms::radio_buttons::add ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ add() [10/16]

auto xtd::forms::radio_buttons::add ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ add() [11/16]

auto xtd::forms::radio_buttons::add ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ add() [12/16]

auto xtd::forms::radio_buttons::add ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add 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.

◆ add() [13/16]

auto xtd::forms::radio_buttons::add ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ add() [14/16]

auto xtd::forms::radio_buttons::add ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ add() [15/16]

auto xtd::forms::radio_buttons::add ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent add 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.

◆ add() [16/16]

auto xtd::forms::radio_buttons::add ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ alignment() [1/16]

auto xtd::forms::radio_buttons::alignment ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment radio_button.

Returns
The created radio_button.

◆ alignment() [2/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ alignment() [3/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ alignment() [4/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment 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.

◆ alignment() [5/16]

auto xtd::forms::radio_buttons::alignment ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ alignment() [6/16]

auto xtd::forms::radio_buttons::alignment ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment radio_button with specified check_state, and location.

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

◆ alignment() [7/16]

auto xtd::forms::radio_buttons::alignment ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ alignment() [8/16]

auto xtd::forms::radio_buttons::alignment ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment 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.

◆ alignment() [9/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ alignment() [10/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ alignment() [11/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ alignment() [12/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment 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.

◆ alignment() [13/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ alignment() [14/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ alignment() [15/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent alignment 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.

◆ alignment() [16/16]

auto xtd::forms::radio_buttons::alignment ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ align_left() [1/16]

auto xtd::forms::radio_buttons::align_left ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left radio_button.

Returns
The created radio_button.

◆ align_left() [2/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ align_left() [3/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ align_left() [4/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left 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.

◆ align_left() [5/16]

auto xtd::forms::radio_buttons::align_left ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ align_left() [6/16]

auto xtd::forms::radio_buttons::align_left ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left radio_button with specified check_state, and location.

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

◆ align_left() [7/16]

auto xtd::forms::radio_buttons::align_left ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ align_left() [8/16]

auto xtd::forms::radio_buttons::align_left ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left 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.

◆ align_left() [9/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ align_left() [10/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ align_left() [11/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ align_left() [12/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left 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.

◆ align_left() [13/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ align_left() [14/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ align_left() [15/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_left 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.

◆ align_left() [16/16]

auto xtd::forms::radio_buttons::align_left ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ align_right() [1/16]

auto xtd::forms::radio_buttons::align_right ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right radio_button.

Returns
The created radio_button.

◆ align_right() [2/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ align_right() [3/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ align_right() [4/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right 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.

◆ align_right() [5/16]

auto xtd::forms::radio_buttons::align_right ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ align_right() [6/16]

auto xtd::forms::radio_buttons::align_right ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right radio_button with specified check_state, and location.

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

◆ align_right() [7/16]

auto xtd::forms::radio_buttons::align_right ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ align_right() [8/16]

auto xtd::forms::radio_buttons::align_right ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right 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.

◆ align_right() [9/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ align_right() [10/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ align_right() [11/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ align_right() [12/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right 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.

◆ align_right() [13/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ align_right() [14/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ align_right() [15/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent align_right 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.

◆ align_right() [16/16]

auto xtd::forms::radio_buttons::align_right ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ apply() [1/16]

auto xtd::forms::radio_buttons::apply ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply radio_button.

Returns
The created radio_button.

◆ apply() [2/16]

auto xtd::forms::radio_buttons::apply ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ apply() [3/16]

auto xtd::forms::radio_buttons::apply ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ apply() [4/16]

auto xtd::forms::radio_buttons::apply ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply 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.

◆ apply() [5/16]

auto xtd::forms::radio_buttons::apply ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ apply() [6/16]

auto xtd::forms::radio_buttons::apply ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply radio_button with specified check_state, and location.

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

◆ apply() [7/16]

auto xtd::forms::radio_buttons::apply ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ apply() [8/16]

auto xtd::forms::radio_buttons::apply ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply 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.

◆ apply() [9/16]

auto xtd::forms::radio_buttons::apply ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ apply() [10/16]

auto xtd::forms::radio_buttons::apply ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ apply() [11/16]

auto xtd::forms::radio_buttons::apply ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ apply() [12/16]

auto xtd::forms::radio_buttons::apply ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply 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.

◆ apply() [13/16]

auto xtd::forms::radio_buttons::apply ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ apply() [14/16]

auto xtd::forms::radio_buttons::apply ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ apply() [15/16]

auto xtd::forms::radio_buttons::apply ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent apply 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.

◆ apply() [16/16]

auto xtd::forms::radio_buttons::apply ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ ascending() [1/16]

auto xtd::forms::radio_buttons::ascending ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending radio_button.

Returns
The created radio_button.

◆ ascending() [2/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ ascending() [3/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ ascending() [4/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending 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.

◆ ascending() [5/16]

auto xtd::forms::radio_buttons::ascending ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ ascending() [6/16]

auto xtd::forms::radio_buttons::ascending ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending radio_button with specified check_state, and location.

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

◆ ascending() [7/16]

auto xtd::forms::radio_buttons::ascending ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ ascending() [8/16]

auto xtd::forms::radio_buttons::ascending ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending 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.

◆ ascending() [9/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ ascending() [10/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ ascending() [11/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ ascending() [12/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending 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.

◆ ascending() [13/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ ascending() [14/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ ascending() [15/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ascending 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.

◆ ascending() [16/16]

auto xtd::forms::radio_buttons::ascending ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ back() [1/16]

auto xtd::forms::radio_buttons::back ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back radio_button.

Returns
The created radio_button.

◆ back() [2/16]

auto xtd::forms::radio_buttons::back ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ back() [3/16]

auto xtd::forms::radio_buttons::back ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ back() [4/16]

auto xtd::forms::radio_buttons::back ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back 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.

◆ back() [5/16]

auto xtd::forms::radio_buttons::back ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ back() [6/16]

auto xtd::forms::radio_buttons::back ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back radio_button with specified check_state, and location.

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

◆ back() [7/16]

auto xtd::forms::radio_buttons::back ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ back() [8/16]

auto xtd::forms::radio_buttons::back ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back 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.

◆ back() [9/16]

auto xtd::forms::radio_buttons::back ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ back() [10/16]

auto xtd::forms::radio_buttons::back ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ back() [11/16]

auto xtd::forms::radio_buttons::back ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ back() [12/16]

auto xtd::forms::radio_buttons::back ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back 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.

◆ back() [13/16]

auto xtd::forms::radio_buttons::back ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ back() [14/16]

auto xtd::forms::radio_buttons::back ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ back() [15/16]

auto xtd::forms::radio_buttons::back ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent back 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.

◆ back() [16/16]

auto xtd::forms::radio_buttons::back ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ bold() [1/16]

auto xtd::forms::radio_buttons::bold ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold radio_button.

Returns
The created radio_button.

◆ bold() [2/16]

auto xtd::forms::radio_buttons::bold ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ bold() [3/16]

auto xtd::forms::radio_buttons::bold ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ bold() [4/16]

auto xtd::forms::radio_buttons::bold ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold 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.

◆ bold() [5/16]

auto xtd::forms::radio_buttons::bold ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ bold() [6/16]

auto xtd::forms::radio_buttons::bold ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold radio_button with specified check_state, and location.

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

◆ bold() [7/16]

auto xtd::forms::radio_buttons::bold ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ bold() [8/16]

auto xtd::forms::radio_buttons::bold ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold 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.

◆ bold() [9/16]

auto xtd::forms::radio_buttons::bold ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ bold() [10/16]

auto xtd::forms::radio_buttons::bold ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ bold() [11/16]

auto xtd::forms::radio_buttons::bold ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ bold() [12/16]

auto xtd::forms::radio_buttons::bold ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold 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.

◆ bold() [13/16]

auto xtd::forms::radio_buttons::bold ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ bold() [14/16]

auto xtd::forms::radio_buttons::bold ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ bold() [15/16]

auto xtd::forms::radio_buttons::bold ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bold 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.

◆ bold() [16/16]

auto xtd::forms::radio_buttons::bold ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ bottom() [1/16]

auto xtd::forms::radio_buttons::bottom ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom radio_button.

Returns
The created radio_button.

◆ bottom() [2/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ bottom() [3/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ bottom() [4/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom 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.

◆ bottom() [5/16]

auto xtd::forms::radio_buttons::bottom ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ bottom() [6/16]

auto xtd::forms::radio_buttons::bottom ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom radio_button with specified check_state, and location.

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

◆ bottom() [7/16]

auto xtd::forms::radio_buttons::bottom ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ bottom() [8/16]

auto xtd::forms::radio_buttons::bottom ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom 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.

◆ bottom() [9/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ bottom() [10/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ bottom() [11/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ bottom() [12/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom 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.

◆ bottom() [13/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ bottom() [14/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ bottom() [15/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent bottom 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.

◆ bottom() [16/16]

auto xtd::forms::radio_buttons::bottom ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ cancel() [1/16]

auto xtd::forms::radio_buttons::cancel ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel radio_button.

Returns
The created radio_button.

◆ cancel() [2/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ cancel() [3/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ cancel() [4/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel 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.

◆ cancel() [5/16]

auto xtd::forms::radio_buttons::cancel ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ cancel() [6/16]

auto xtd::forms::radio_buttons::cancel ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel radio_button with specified check_state, and location.

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

◆ cancel() [7/16]

auto xtd::forms::radio_buttons::cancel ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ cancel() [8/16]

auto xtd::forms::radio_buttons::cancel ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel 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.

◆ cancel() [9/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ cancel() [10/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ cancel() [11/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ cancel() [12/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel 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.

◆ cancel() [13/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ cancel() [14/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ cancel() [15/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cancel 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.

◆ cancel() [16/16]

auto xtd::forms::radio_buttons::cancel ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ cdrom() [1/16]

auto xtd::forms::radio_buttons::cdrom ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom radio_button.

Returns
The created radio_button.

◆ cdrom() [2/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ cdrom() [3/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ cdrom() [4/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom 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.

◆ cdrom() [5/16]

auto xtd::forms::radio_buttons::cdrom ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ cdrom() [6/16]

auto xtd::forms::radio_buttons::cdrom ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom radio_button with specified check_state, and location.

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

◆ cdrom() [7/16]

auto xtd::forms::radio_buttons::cdrom ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ cdrom() [8/16]

auto xtd::forms::radio_buttons::cdrom ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom 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.

◆ cdrom() [9/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ cdrom() [10/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ cdrom() [11/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ cdrom() [12/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom 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.

◆ cdrom() [13/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ cdrom() [14/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ cdrom() [15/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cdrom 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.

◆ cdrom() [16/16]

auto xtd::forms::radio_buttons::cdrom ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ centered() [1/16]

auto xtd::forms::radio_buttons::centered ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered radio_button.

Returns
The created radio_button.

◆ centered() [2/16]

auto xtd::forms::radio_buttons::centered ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ centered() [3/16]

auto xtd::forms::radio_buttons::centered ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ centered() [4/16]

auto xtd::forms::radio_buttons::centered ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered 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.

◆ centered() [5/16]

auto xtd::forms::radio_buttons::centered ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ centered() [6/16]

auto xtd::forms::radio_buttons::centered ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered radio_button with specified check_state, and location.

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

◆ centered() [7/16]

auto xtd::forms::radio_buttons::centered ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ centered() [8/16]

auto xtd::forms::radio_buttons::centered ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered 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.

◆ centered() [9/16]

auto xtd::forms::radio_buttons::centered ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ centered() [10/16]

auto xtd::forms::radio_buttons::centered ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ centered() [11/16]

auto xtd::forms::radio_buttons::centered ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ centered() [12/16]

auto xtd::forms::radio_buttons::centered ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered 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.

◆ centered() [13/16]

auto xtd::forms::radio_buttons::centered ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ centered() [14/16]

auto xtd::forms::radio_buttons::centered ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ centered() [15/16]

auto xtd::forms::radio_buttons::centered ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent centered 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.

◆ centered() [16/16]

auto xtd::forms::radio_buttons::centered ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ clear() [1/16]

auto xtd::forms::radio_buttons::clear ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear radio_button.

Returns
The created radio_button.

◆ clear() [2/16]

auto xtd::forms::radio_buttons::clear ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ clear() [3/16]

auto xtd::forms::radio_buttons::clear ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ clear() [4/16]

auto xtd::forms::radio_buttons::clear ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear 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.

◆ clear() [5/16]

auto xtd::forms::radio_buttons::clear ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ clear() [6/16]

auto xtd::forms::radio_buttons::clear ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear radio_button with specified check_state, and location.

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

◆ clear() [7/16]

auto xtd::forms::radio_buttons::clear ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ clear() [8/16]

auto xtd::forms::radio_buttons::clear ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear 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.

◆ clear() [9/16]

auto xtd::forms::radio_buttons::clear ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ clear() [10/16]

auto xtd::forms::radio_buttons::clear ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ clear() [11/16]

auto xtd::forms::radio_buttons::clear ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ clear() [12/16]

auto xtd::forms::radio_buttons::clear ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear 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.

◆ clear() [13/16]

auto xtd::forms::radio_buttons::clear ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ clear() [14/16]

auto xtd::forms::radio_buttons::clear ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ clear() [15/16]

auto xtd::forms::radio_buttons::clear ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent clear 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.

◆ clear() [16/16]

auto xtd::forms::radio_buttons::clear ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ close() [1/16]

auto xtd::forms::radio_buttons::close ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close radio_button.

Returns
The created radio_button.

◆ close() [2/16]

auto xtd::forms::radio_buttons::close ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ close() [3/16]

auto xtd::forms::radio_buttons::close ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ close() [4/16]

auto xtd::forms::radio_buttons::close ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close 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.

◆ close() [5/16]

auto xtd::forms::radio_buttons::close ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ close() [6/16]

auto xtd::forms::radio_buttons::close ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close radio_button with specified check_state, and location.

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

◆ close() [7/16]

auto xtd::forms::radio_buttons::close ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ close() [8/16]

auto xtd::forms::radio_buttons::close ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close 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.

◆ close() [9/16]

auto xtd::forms::radio_buttons::close ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ close() [10/16]

auto xtd::forms::radio_buttons::close ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ close() [11/16]

auto xtd::forms::radio_buttons::close ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ close() [12/16]

auto xtd::forms::radio_buttons::close ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close 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.

◆ close() [13/16]

auto xtd::forms::radio_buttons::close ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ close() [14/16]

auto xtd::forms::radio_buttons::close ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ close() [15/16]

auto xtd::forms::radio_buttons::close ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent close 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.

◆ close() [16/16]

auto xtd::forms::radio_buttons::close ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ color() [1/16]

auto xtd::forms::radio_buttons::color ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color radio_button.

Returns
The created radio_button.

◆ color() [2/16]

auto xtd::forms::radio_buttons::color ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ color() [3/16]

auto xtd::forms::radio_buttons::color ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ color() [4/16]

auto xtd::forms::radio_buttons::color ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color 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.

◆ color() [5/16]

auto xtd::forms::radio_buttons::color ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ color() [6/16]

auto xtd::forms::radio_buttons::color ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color radio_button with specified check_state, and location.

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

◆ color() [7/16]

auto xtd::forms::radio_buttons::color ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ color() [8/16]

auto xtd::forms::radio_buttons::color ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color 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.

◆ color() [9/16]

auto xtd::forms::radio_buttons::color ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ color() [10/16]

auto xtd::forms::radio_buttons::color ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ color() [11/16]

auto xtd::forms::radio_buttons::color ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ color() [12/16]

auto xtd::forms::radio_buttons::color ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color 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.

◆ color() [13/16]

auto xtd::forms::radio_buttons::color ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ color() [14/16]

auto xtd::forms::radio_buttons::color ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ color() [15/16]

auto xtd::forms::radio_buttons::color ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent color 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.

◆ color() [16/16]

auto xtd::forms::radio_buttons::color ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ contents() [1/16]

auto xtd::forms::radio_buttons::contents ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents radio_button.

Returns
The created radio_button.

◆ contents() [2/16]

auto xtd::forms::radio_buttons::contents ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ contents() [3/16]

auto xtd::forms::radio_buttons::contents ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ contents() [4/16]

auto xtd::forms::radio_buttons::contents ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents 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.

◆ contents() [5/16]

auto xtd::forms::radio_buttons::contents ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ contents() [6/16]

auto xtd::forms::radio_buttons::contents ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents radio_button with specified check_state, and location.

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

◆ contents() [7/16]

auto xtd::forms::radio_buttons::contents ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ contents() [8/16]

auto xtd::forms::radio_buttons::contents ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents 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.

◆ contents() [9/16]

auto xtd::forms::radio_buttons::contents ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ contents() [10/16]

auto xtd::forms::radio_buttons::contents ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ contents() [11/16]

auto xtd::forms::radio_buttons::contents ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ contents() [12/16]

auto xtd::forms::radio_buttons::contents ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents 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.

◆ contents() [13/16]

auto xtd::forms::radio_buttons::contents ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ contents() [14/16]

auto xtd::forms::radio_buttons::contents ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ contents() [15/16]

auto xtd::forms::radio_buttons::contents ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent contents 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.

◆ contents() [16/16]

auto xtd::forms::radio_buttons::contents ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ convert() [1/16]

auto xtd::forms::radio_buttons::convert ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert radio_button.

Returns
The created radio_button.

◆ convert() [2/16]

auto xtd::forms::radio_buttons::convert ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ convert() [3/16]

auto xtd::forms::radio_buttons::convert ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ convert() [4/16]

auto xtd::forms::radio_buttons::convert ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert 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.

◆ convert() [5/16]

auto xtd::forms::radio_buttons::convert ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ convert() [6/16]

auto xtd::forms::radio_buttons::convert ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert radio_button with specified check_state, and location.

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

◆ convert() [7/16]

auto xtd::forms::radio_buttons::convert ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ convert() [8/16]

auto xtd::forms::radio_buttons::convert ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert 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.

◆ convert() [9/16]

auto xtd::forms::radio_buttons::convert ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ convert() [10/16]

auto xtd::forms::radio_buttons::convert ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ convert() [11/16]

auto xtd::forms::radio_buttons::convert ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ convert() [12/16]

auto xtd::forms::radio_buttons::convert ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert 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.

◆ convert() [13/16]

auto xtd::forms::radio_buttons::convert ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ convert() [14/16]

auto xtd::forms::radio_buttons::convert ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ convert() [15/16]

auto xtd::forms::radio_buttons::convert ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent convert 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.

◆ convert() [16/16]

auto xtd::forms::radio_buttons::convert ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ copy() [1/16]

auto xtd::forms::radio_buttons::copy ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy radio_button.

Returns
The created radio_button.

◆ copy() [2/16]

auto xtd::forms::radio_buttons::copy ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ copy() [3/16]

auto xtd::forms::radio_buttons::copy ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ copy() [4/16]

auto xtd::forms::radio_buttons::copy ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy 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.

◆ copy() [5/16]

auto xtd::forms::radio_buttons::copy ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ copy() [6/16]

auto xtd::forms::radio_buttons::copy ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy radio_button with specified check_state, and location.

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

◆ copy() [7/16]

auto xtd::forms::radio_buttons::copy ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ copy() [8/16]

auto xtd::forms::radio_buttons::copy ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy 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.

◆ copy() [9/16]

auto xtd::forms::radio_buttons::copy ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ copy() [10/16]

auto xtd::forms::radio_buttons::copy ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ copy() [11/16]

auto xtd::forms::radio_buttons::copy ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ copy() [12/16]

auto xtd::forms::radio_buttons::copy ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy 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.

◆ copy() [13/16]

auto xtd::forms::radio_buttons::copy ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ copy() [14/16]

auto xtd::forms::radio_buttons::copy ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ copy() [15/16]

auto xtd::forms::radio_buttons::copy ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent copy 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.

◆ copy() [16/16]

auto xtd::forms::radio_buttons::copy ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ customize() [1/16]

auto xtd::forms::radio_buttons::customize ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize radio_button.

Returns
The created radio_button.

◆ customize() [2/16]

auto xtd::forms::radio_buttons::customize ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ customize() [3/16]

auto xtd::forms::radio_buttons::customize ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ customize() [4/16]

auto xtd::forms::radio_buttons::customize ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize 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.

◆ customize() [5/16]

auto xtd::forms::radio_buttons::customize ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ customize() [6/16]

auto xtd::forms::radio_buttons::customize ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize radio_button with specified check_state, and location.

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

◆ customize() [7/16]

auto xtd::forms::radio_buttons::customize ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ customize() [8/16]

auto xtd::forms::radio_buttons::customize ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize 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.

◆ customize() [9/16]

auto xtd::forms::radio_buttons::customize ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ customize() [10/16]

auto xtd::forms::radio_buttons::customize ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ customize() [11/16]

auto xtd::forms::radio_buttons::customize ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ customize() [12/16]

auto xtd::forms::radio_buttons::customize ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize 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.

◆ customize() [13/16]

auto xtd::forms::radio_buttons::customize ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ customize() [14/16]

auto xtd::forms::radio_buttons::customize ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ customize() [15/16]

auto xtd::forms::radio_buttons::customize ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent customize 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.

◆ customize() [16/16]

auto xtd::forms::radio_buttons::customize ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ cut() [1/16]

auto xtd::forms::radio_buttons::cut ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut radio_button.

Returns
The created radio_button.

◆ cut() [2/16]

auto xtd::forms::radio_buttons::cut ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ cut() [3/16]

auto xtd::forms::radio_buttons::cut ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ cut() [4/16]

auto xtd::forms::radio_buttons::cut ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut 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.

◆ cut() [5/16]

auto xtd::forms::radio_buttons::cut ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ cut() [6/16]

auto xtd::forms::radio_buttons::cut ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut radio_button with specified check_state, and location.

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

◆ cut() [7/16]

auto xtd::forms::radio_buttons::cut ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ cut() [8/16]

auto xtd::forms::radio_buttons::cut ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut 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.

◆ cut() [9/16]

auto xtd::forms::radio_buttons::cut ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ cut() [10/16]

auto xtd::forms::radio_buttons::cut ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ cut() [11/16]

auto xtd::forms::radio_buttons::cut ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ cut() [12/16]

auto xtd::forms::radio_buttons::cut ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut 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.

◆ cut() [13/16]

auto xtd::forms::radio_buttons::cut ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ cut() [14/16]

auto xtd::forms::radio_buttons::cut ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ cut() [15/16]

auto xtd::forms::radio_buttons::cut ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent cut 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.

◆ cut() [16/16]

auto xtd::forms::radio_buttons::cut ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ del() [1/16]

auto xtd::forms::radio_buttons::del ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del radio_button.

Returns
The created radio_button.

◆ del() [2/16]

auto xtd::forms::radio_buttons::del ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ del() [3/16]

auto xtd::forms::radio_buttons::del ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ del() [4/16]

auto xtd::forms::radio_buttons::del ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del 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.

◆ del() [5/16]

auto xtd::forms::radio_buttons::del ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ del() [6/16]

auto xtd::forms::radio_buttons::del ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del radio_button with specified check_state, and location.

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

◆ del() [7/16]

auto xtd::forms::radio_buttons::del ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ del() [8/16]

auto xtd::forms::radio_buttons::del ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del 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.

◆ del() [9/16]

auto xtd::forms::radio_buttons::del ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ del() [10/16]

auto xtd::forms::radio_buttons::del ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ del() [11/16]

auto xtd::forms::radio_buttons::del ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ del() [12/16]

auto xtd::forms::radio_buttons::del ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del 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.

◆ del() [13/16]

auto xtd::forms::radio_buttons::del ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ del() [14/16]

auto xtd::forms::radio_buttons::del ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ del() [15/16]

auto xtd::forms::radio_buttons::del ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent del 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.

◆ del() [16/16]

auto xtd::forms::radio_buttons::del ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ descending() [1/16]

auto xtd::forms::radio_buttons::descending ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending radio_button.

Returns
The created radio_button.

◆ descending() [2/16]

auto xtd::forms::radio_buttons::descending ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ descending() [3/16]

auto xtd::forms::radio_buttons::descending ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ descending() [4/16]

auto xtd::forms::radio_buttons::descending ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending 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.

◆ descending() [5/16]

auto xtd::forms::radio_buttons::descending ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ descending() [6/16]

auto xtd::forms::radio_buttons::descending ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending radio_button with specified check_state, and location.

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

◆ descending() [7/16]

auto xtd::forms::radio_buttons::descending ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ descending() [8/16]

auto xtd::forms::radio_buttons::descending ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending 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.

◆ descending() [9/16]

auto xtd::forms::radio_buttons::descending ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ descending() [10/16]

auto xtd::forms::radio_buttons::descending ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ descending() [11/16]

auto xtd::forms::radio_buttons::descending ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ descending() [12/16]

auto xtd::forms::radio_buttons::descending ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending 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.

◆ descending() [13/16]

auto xtd::forms::radio_buttons::descending ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ descending() [14/16]

auto xtd::forms::radio_buttons::descending ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ descending() [15/16]

auto xtd::forms::radio_buttons::descending ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent descending 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.

◆ descending() [16/16]

auto xtd::forms::radio_buttons::descending ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ down() [1/16]

auto xtd::forms::radio_buttons::down ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down radio_button.

Returns
The created radio_button.

◆ down() [2/16]

auto xtd::forms::radio_buttons::down ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ down() [3/16]

auto xtd::forms::radio_buttons::down ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ down() [4/16]

auto xtd::forms::radio_buttons::down ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down 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.

◆ down() [5/16]

auto xtd::forms::radio_buttons::down ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ down() [6/16]

auto xtd::forms::radio_buttons::down ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down radio_button with specified check_state, and location.

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

◆ down() [7/16]

auto xtd::forms::radio_buttons::down ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ down() [8/16]

auto xtd::forms::radio_buttons::down ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down 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.

◆ down() [9/16]

auto xtd::forms::radio_buttons::down ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ down() [10/16]

auto xtd::forms::radio_buttons::down ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ down() [11/16]

auto xtd::forms::radio_buttons::down ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ down() [12/16]

auto xtd::forms::radio_buttons::down ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down 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.

◆ down() [13/16]

auto xtd::forms::radio_buttons::down ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ down() [14/16]

auto xtd::forms::radio_buttons::down ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ down() [15/16]

auto xtd::forms::radio_buttons::down ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent down 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.

◆ down() [16/16]

auto xtd::forms::radio_buttons::down ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ edit() [1/16]

auto xtd::forms::radio_buttons::edit ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit radio_button.

Returns
The created radio_button.

◆ edit() [2/16]

auto xtd::forms::radio_buttons::edit ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ edit() [3/16]

auto xtd::forms::radio_buttons::edit ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ edit() [4/16]

auto xtd::forms::radio_buttons::edit ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit 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.

◆ edit() [5/16]

auto xtd::forms::radio_buttons::edit ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ edit() [6/16]

auto xtd::forms::radio_buttons::edit ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit radio_button with specified check_state, and location.

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

◆ edit() [7/16]

auto xtd::forms::radio_buttons::edit ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ edit() [8/16]

auto xtd::forms::radio_buttons::edit ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit 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.

◆ edit() [9/16]

auto xtd::forms::radio_buttons::edit ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ edit() [10/16]

auto xtd::forms::radio_buttons::edit ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ edit() [11/16]

auto xtd::forms::radio_buttons::edit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ edit() [12/16]

auto xtd::forms::radio_buttons::edit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit 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.

◆ edit() [13/16]

auto xtd::forms::radio_buttons::edit ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ edit() [14/16]

auto xtd::forms::radio_buttons::edit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ edit() [15/16]

auto xtd::forms::radio_buttons::edit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent edit 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.

◆ edit() [16/16]

auto xtd::forms::radio_buttons::edit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ execute() [1/16]

auto xtd::forms::radio_buttons::execute ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute radio_button.

Returns
The created radio_button.

◆ execute() [2/16]

auto xtd::forms::radio_buttons::execute ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ execute() [3/16]

auto xtd::forms::radio_buttons::execute ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ execute() [4/16]

auto xtd::forms::radio_buttons::execute ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute 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.

◆ execute() [5/16]

auto xtd::forms::radio_buttons::execute ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ execute() [6/16]

auto xtd::forms::radio_buttons::execute ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute radio_button with specified check_state, and location.

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

◆ execute() [7/16]

auto xtd::forms::radio_buttons::execute ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ execute() [8/16]

auto xtd::forms::radio_buttons::execute ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute 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.

◆ execute() [9/16]

auto xtd::forms::radio_buttons::execute ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ execute() [10/16]

auto xtd::forms::radio_buttons::execute ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ execute() [11/16]

auto xtd::forms::radio_buttons::execute ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ execute() [12/16]

auto xtd::forms::radio_buttons::execute ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute 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.

◆ execute() [13/16]

auto xtd::forms::radio_buttons::execute ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ execute() [14/16]

auto xtd::forms::radio_buttons::execute ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ execute() [15/16]

auto xtd::forms::radio_buttons::execute ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent execute 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.

◆ execute() [16/16]

auto xtd::forms::radio_buttons::execute ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ exit() [1/16]

auto xtd::forms::radio_buttons::exit ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit radio_button.

Returns
The created radio_button.

◆ exit() [2/16]

auto xtd::forms::radio_buttons::exit ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ exit() [3/16]

auto xtd::forms::radio_buttons::exit ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ exit() [4/16]

auto xtd::forms::radio_buttons::exit ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit 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.

◆ exit() [5/16]

auto xtd::forms::radio_buttons::exit ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ exit() [6/16]

auto xtd::forms::radio_buttons::exit ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit radio_button with specified check_state, and location.

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

◆ exit() [7/16]

auto xtd::forms::radio_buttons::exit ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ exit() [8/16]

auto xtd::forms::radio_buttons::exit ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit 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.

◆ exit() [9/16]

auto xtd::forms::radio_buttons::exit ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ exit() [10/16]

auto xtd::forms::radio_buttons::exit ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ exit() [11/16]

auto xtd::forms::radio_buttons::exit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ exit() [12/16]

auto xtd::forms::radio_buttons::exit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit 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.

◆ exit() [13/16]

auto xtd::forms::radio_buttons::exit ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ exit() [14/16]

auto xtd::forms::radio_buttons::exit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ exit() [15/16]

auto xtd::forms::radio_buttons::exit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent exit 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.

◆ exit() [16/16]

auto xtd::forms::radio_buttons::exit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ file() [1/16]

auto xtd::forms::radio_buttons::file ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file radio_button.

Returns
The created radio_button.

◆ file() [2/16]

auto xtd::forms::radio_buttons::file ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ file() [3/16]

auto xtd::forms::radio_buttons::file ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ file() [4/16]

auto xtd::forms::radio_buttons::file ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file 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.

◆ file() [5/16]

auto xtd::forms::radio_buttons::file ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ file() [6/16]

auto xtd::forms::radio_buttons::file ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file radio_button with specified check_state, and location.

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

◆ file() [7/16]

auto xtd::forms::radio_buttons::file ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ file() [8/16]

auto xtd::forms::radio_buttons::file ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file 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.

◆ file() [9/16]

auto xtd::forms::radio_buttons::file ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ file() [10/16]

auto xtd::forms::radio_buttons::file ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ file() [11/16]

auto xtd::forms::radio_buttons::file ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ file() [12/16]

auto xtd::forms::radio_buttons::file ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file 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.

◆ file() [13/16]

auto xtd::forms::radio_buttons::file ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ file() [14/16]

auto xtd::forms::radio_buttons::file ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ file() [15/16]

auto xtd::forms::radio_buttons::file ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent file 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.

◆ file() [16/16]

auto xtd::forms::radio_buttons::file ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ find() [1/16]

auto xtd::forms::radio_buttons::find ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find radio_button.

Returns
The created radio_button.

◆ find() [2/16]

auto xtd::forms::radio_buttons::find ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ find() [3/16]

auto xtd::forms::radio_buttons::find ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ find() [4/16]

auto xtd::forms::radio_buttons::find ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find 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.

◆ find() [5/16]

auto xtd::forms::radio_buttons::find ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ find() [6/16]

auto xtd::forms::radio_buttons::find ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find radio_button with specified check_state, and location.

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

◆ find() [7/16]

auto xtd::forms::radio_buttons::find ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ find() [8/16]

auto xtd::forms::radio_buttons::find ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find 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.

◆ find() [9/16]

auto xtd::forms::radio_buttons::find ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ find() [10/16]

auto xtd::forms::radio_buttons::find ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ find() [11/16]

auto xtd::forms::radio_buttons::find ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ find() [12/16]

auto xtd::forms::radio_buttons::find ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find 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.

◆ find() [13/16]

auto xtd::forms::radio_buttons::find ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ find() [14/16]

auto xtd::forms::radio_buttons::find ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ find() [15/16]

auto xtd::forms::radio_buttons::find ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent find 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.

◆ find() [16/16]

auto xtd::forms::radio_buttons::find ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ first() [1/16]

auto xtd::forms::radio_buttons::first ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first radio_button.

Returns
The created radio_button.

◆ first() [2/16]

auto xtd::forms::radio_buttons::first ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ first() [3/16]

auto xtd::forms::radio_buttons::first ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ first() [4/16]

auto xtd::forms::radio_buttons::first ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first 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.

◆ first() [5/16]

auto xtd::forms::radio_buttons::first ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ first() [6/16]

auto xtd::forms::radio_buttons::first ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first radio_button with specified check_state, and location.

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

◆ first() [7/16]

auto xtd::forms::radio_buttons::first ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ first() [8/16]

auto xtd::forms::radio_buttons::first ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first 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.

◆ first() [9/16]

auto xtd::forms::radio_buttons::first ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ first() [10/16]

auto xtd::forms::radio_buttons::first ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ first() [11/16]

auto xtd::forms::radio_buttons::first ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ first() [12/16]

auto xtd::forms::radio_buttons::first ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first 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.

◆ first() [13/16]

auto xtd::forms::radio_buttons::first ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ first() [14/16]

auto xtd::forms::radio_buttons::first ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ first() [15/16]

auto xtd::forms::radio_buttons::first ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent first 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.

◆ first() [16/16]

auto xtd::forms::radio_buttons::first ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ floppy() [1/16]

auto xtd::forms::radio_buttons::floppy ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy radio_button.

Returns
The created radio_button.

◆ floppy() [2/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ floppy() [3/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ floppy() [4/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy 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.

◆ floppy() [5/16]

auto xtd::forms::radio_buttons::floppy ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ floppy() [6/16]

auto xtd::forms::radio_buttons::floppy ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy radio_button with specified check_state, and location.

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

◆ floppy() [7/16]

auto xtd::forms::radio_buttons::floppy ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ floppy() [8/16]

auto xtd::forms::radio_buttons::floppy ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy 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.

◆ floppy() [9/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ floppy() [10/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ floppy() [11/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ floppy() [12/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy 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.

◆ floppy() [13/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ floppy() [14/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ floppy() [15/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent floppy 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.

◆ floppy() [16/16]

auto xtd::forms::radio_buttons::floppy ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ font() [1/16]

auto xtd::forms::radio_buttons::font ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font radio_button.

Returns
The created radio_button.

◆ font() [2/16]

auto xtd::forms::radio_buttons::font ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ font() [3/16]

auto xtd::forms::radio_buttons::font ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ font() [4/16]

auto xtd::forms::radio_buttons::font ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font 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.

◆ font() [5/16]

auto xtd::forms::radio_buttons::font ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ font() [6/16]

auto xtd::forms::radio_buttons::font ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font radio_button with specified check_state, and location.

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

◆ font() [7/16]

auto xtd::forms::radio_buttons::font ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ font() [8/16]

auto xtd::forms::radio_buttons::font ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font 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.

◆ font() [9/16]

auto xtd::forms::radio_buttons::font ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ font() [10/16]

auto xtd::forms::radio_buttons::font ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ font() [11/16]

auto xtd::forms::radio_buttons::font ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ font() [12/16]

auto xtd::forms::radio_buttons::font ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font 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.

◆ font() [13/16]

auto xtd::forms::radio_buttons::font ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ font() [14/16]

auto xtd::forms::radio_buttons::font ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ font() [15/16]

auto xtd::forms::radio_buttons::font ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent font 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.

◆ font() [16/16]

auto xtd::forms::radio_buttons::font ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ forward() [1/16]

auto xtd::forms::radio_buttons::forward ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward radio_button.

Returns
The created radio_button.

◆ forward() [2/16]

auto xtd::forms::radio_buttons::forward ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ forward() [3/16]

auto xtd::forms::radio_buttons::forward ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ forward() [4/16]

auto xtd::forms::radio_buttons::forward ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward 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.

◆ forward() [5/16]

auto xtd::forms::radio_buttons::forward ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ forward() [6/16]

auto xtd::forms::radio_buttons::forward ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward radio_button with specified check_state, and location.

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

◆ forward() [7/16]

auto xtd::forms::radio_buttons::forward ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ forward() [8/16]

auto xtd::forms::radio_buttons::forward ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward 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.

◆ forward() [9/16]

auto xtd::forms::radio_buttons::forward ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ forward() [10/16]

auto xtd::forms::radio_buttons::forward ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ forward() [11/16]

auto xtd::forms::radio_buttons::forward ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ forward() [12/16]

auto xtd::forms::radio_buttons::forward ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward 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.

◆ forward() [13/16]

auto xtd::forms::radio_buttons::forward ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ forward() [14/16]

auto xtd::forms::radio_buttons::forward ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ forward() [15/16]

auto xtd::forms::radio_buttons::forward ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent forward 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.

◆ forward() [16/16]

auto xtd::forms::radio_buttons::forward ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ harddisk() [1/16]

auto xtd::forms::radio_buttons::harddisk ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk radio_button.

Returns
The created radio_button.

◆ harddisk() [2/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ harddisk() [3/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ harddisk() [4/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk 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.

◆ harddisk() [5/16]

auto xtd::forms::radio_buttons::harddisk ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ harddisk() [6/16]

auto xtd::forms::radio_buttons::harddisk ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk radio_button with specified check_state, and location.

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

◆ harddisk() [7/16]

auto xtd::forms::radio_buttons::harddisk ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ harddisk() [8/16]

auto xtd::forms::radio_buttons::harddisk ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk 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.

◆ harddisk() [9/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ harddisk() [10/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ harddisk() [11/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ harddisk() [12/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk 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.

◆ harddisk() [13/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ harddisk() [14/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ harddisk() [15/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent harddisk 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.

◆ harddisk() [16/16]

auto xtd::forms::radio_buttons::harddisk ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ help() [1/16]

auto xtd::forms::radio_buttons::help ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help radio_button.

Returns
The created radio_button.

◆ help() [2/16]

auto xtd::forms::radio_buttons::help ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ help() [3/16]

auto xtd::forms::radio_buttons::help ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ help() [4/16]

auto xtd::forms::radio_buttons::help ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help 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.

◆ help() [5/16]

auto xtd::forms::radio_buttons::help ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ help() [6/16]

auto xtd::forms::radio_buttons::help ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help radio_button with specified check_state, and location.

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

◆ help() [7/16]

auto xtd::forms::radio_buttons::help ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ help() [8/16]

auto xtd::forms::radio_buttons::help ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help 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.

◆ help() [9/16]

auto xtd::forms::radio_buttons::help ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ help() [10/16]

auto xtd::forms::radio_buttons::help ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ help() [11/16]

auto xtd::forms::radio_buttons::help ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ help() [12/16]

auto xtd::forms::radio_buttons::help ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help 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.

◆ help() [13/16]

auto xtd::forms::radio_buttons::help ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ help() [14/16]

auto xtd::forms::radio_buttons::help ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ help() [15/16]

auto xtd::forms::radio_buttons::help ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent help 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.

◆ help() [16/16]

auto xtd::forms::radio_buttons::help ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ home() [1/16]

auto xtd::forms::radio_buttons::home ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home radio_button.

Returns
The created radio_button.

◆ home() [2/16]

auto xtd::forms::radio_buttons::home ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ home() [3/16]

auto xtd::forms::radio_buttons::home ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ home() [4/16]

auto xtd::forms::radio_buttons::home ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home 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.

◆ home() [5/16]

auto xtd::forms::radio_buttons::home ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ home() [6/16]

auto xtd::forms::radio_buttons::home ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home radio_button with specified check_state, and location.

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

◆ home() [7/16]

auto xtd::forms::radio_buttons::home ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ home() [8/16]

auto xtd::forms::radio_buttons::home ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home 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.

◆ home() [9/16]

auto xtd::forms::radio_buttons::home ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ home() [10/16]

auto xtd::forms::radio_buttons::home ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ home() [11/16]

auto xtd::forms::radio_buttons::home ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ home() [12/16]

auto xtd::forms::radio_buttons::home ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home 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.

◆ home() [13/16]

auto xtd::forms::radio_buttons::home ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ home() [14/16]

auto xtd::forms::radio_buttons::home ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ home() [15/16]

auto xtd::forms::radio_buttons::home ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent home 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.

◆ home() [16/16]

auto xtd::forms::radio_buttons::home ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ ignore() [1/16]

auto xtd::forms::radio_buttons::ignore ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore radio_button.

Returns
The created radio_button.

◆ ignore() [2/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ ignore() [3/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ ignore() [4/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore 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.

◆ ignore() [5/16]

auto xtd::forms::radio_buttons::ignore ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ ignore() [6/16]

auto xtd::forms::radio_buttons::ignore ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore radio_button with specified check_state, and location.

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

◆ ignore() [7/16]

auto xtd::forms::radio_buttons::ignore ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ ignore() [8/16]

auto xtd::forms::radio_buttons::ignore ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore 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.

◆ ignore() [9/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ ignore() [10/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ ignore() [11/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ ignore() [12/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore 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.

◆ ignore() [13/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ ignore() [14/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ ignore() [15/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ignore 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.

◆ ignore() [16/16]

auto xtd::forms::radio_buttons::ignore ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ indent() [1/16]

auto xtd::forms::radio_buttons::indent ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent radio_button.

Returns
The created radio_button.

◆ indent() [2/16]

auto xtd::forms::radio_buttons::indent ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ indent() [3/16]

auto xtd::forms::radio_buttons::indent ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ indent() [4/16]

auto xtd::forms::radio_buttons::indent ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent 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.

◆ indent() [5/16]

auto xtd::forms::radio_buttons::indent ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ indent() [6/16]

auto xtd::forms::radio_buttons::indent ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent radio_button with specified check_state, and location.

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

◆ indent() [7/16]

auto xtd::forms::radio_buttons::indent ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ indent() [8/16]

auto xtd::forms::radio_buttons::indent ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent 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.

◆ indent() [9/16]

auto xtd::forms::radio_buttons::indent ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ indent() [10/16]

auto xtd::forms::radio_buttons::indent ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ indent() [11/16]

auto xtd::forms::radio_buttons::indent ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ indent() [12/16]

auto xtd::forms::radio_buttons::indent ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent 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.

◆ indent() [13/16]

auto xtd::forms::radio_buttons::indent ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ indent() [14/16]

auto xtd::forms::radio_buttons::indent ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ indent() [15/16]

auto xtd::forms::radio_buttons::indent ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent indent 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.

◆ indent() [16/16]

auto xtd::forms::radio_buttons::indent ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ index() [1/16]

auto xtd::forms::radio_buttons::index ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index radio_button.

Returns
The created radio_button.

◆ index() [2/16]

auto xtd::forms::radio_buttons::index ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ index() [3/16]

auto xtd::forms::radio_buttons::index ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ index() [4/16]

auto xtd::forms::radio_buttons::index ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index 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.

◆ index() [5/16]

auto xtd::forms::radio_buttons::index ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ index() [6/16]

auto xtd::forms::radio_buttons::index ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index radio_button with specified check_state, and location.

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

◆ index() [7/16]

auto xtd::forms::radio_buttons::index ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ index() [8/16]

auto xtd::forms::radio_buttons::index ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index 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.

◆ index() [9/16]

auto xtd::forms::radio_buttons::index ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ index() [10/16]

auto xtd::forms::radio_buttons::index ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ index() [11/16]

auto xtd::forms::radio_buttons::index ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ index() [12/16]

auto xtd::forms::radio_buttons::index ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index 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.

◆ index() [13/16]

auto xtd::forms::radio_buttons::index ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ index() [14/16]

auto xtd::forms::radio_buttons::index ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ index() [15/16]

auto xtd::forms::radio_buttons::index ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent index 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.

◆ index() [16/16]

auto xtd::forms::radio_buttons::index ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ info() [1/16]

auto xtd::forms::radio_buttons::info ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info radio_button.

Returns
The created radio_button.

◆ info() [2/16]

auto xtd::forms::radio_buttons::info ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ info() [3/16]

auto xtd::forms::radio_buttons::info ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ info() [4/16]

auto xtd::forms::radio_buttons::info ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info 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.

◆ info() [5/16]

auto xtd::forms::radio_buttons::info ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ info() [6/16]

auto xtd::forms::radio_buttons::info ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info radio_button with specified check_state, and location.

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

◆ info() [7/16]

auto xtd::forms::radio_buttons::info ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ info() [8/16]

auto xtd::forms::radio_buttons::info ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info 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.

◆ info() [9/16]

auto xtd::forms::radio_buttons::info ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ info() [10/16]

auto xtd::forms::radio_buttons::info ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ info() [11/16]

auto xtd::forms::radio_buttons::info ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ info() [12/16]

auto xtd::forms::radio_buttons::info ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info 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.

◆ info() [13/16]

auto xtd::forms::radio_buttons::info ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ info() [14/16]

auto xtd::forms::radio_buttons::info ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ info() [15/16]

auto xtd::forms::radio_buttons::info ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent info 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.

◆ info() [16/16]

auto xtd::forms::radio_buttons::info ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ italic() [1/16]

auto xtd::forms::radio_buttons::italic ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic radio_button.

Returns
The created radio_button.

◆ italic() [2/16]

auto xtd::forms::radio_buttons::italic ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ italic() [3/16]

auto xtd::forms::radio_buttons::italic ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ italic() [4/16]

auto xtd::forms::radio_buttons::italic ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic 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.

◆ italic() [5/16]

auto xtd::forms::radio_buttons::italic ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ italic() [6/16]

auto xtd::forms::radio_buttons::italic ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic radio_button with specified check_state, and location.

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

◆ italic() [7/16]

auto xtd::forms::radio_buttons::italic ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ italic() [8/16]

auto xtd::forms::radio_buttons::italic ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic 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.

◆ italic() [9/16]

auto xtd::forms::radio_buttons::italic ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ italic() [10/16]

auto xtd::forms::radio_buttons::italic ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ italic() [11/16]

auto xtd::forms::radio_buttons::italic ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ italic() [12/16]

auto xtd::forms::radio_buttons::italic ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic 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.

◆ italic() [13/16]

auto xtd::forms::radio_buttons::italic ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ italic() [14/16]

auto xtd::forms::radio_buttons::italic ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ italic() [15/16]

auto xtd::forms::radio_buttons::italic ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent italic 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.

◆ italic() [16/16]

auto xtd::forms::radio_buttons::italic ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ justified() [1/16]

auto xtd::forms::radio_buttons::justified ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified radio_button.

Returns
The created radio_button.

◆ justified() [2/16]

auto xtd::forms::radio_buttons::justified ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ justified() [3/16]

auto xtd::forms::radio_buttons::justified ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ justified() [4/16]

auto xtd::forms::radio_buttons::justified ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified 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.

◆ justified() [5/16]

auto xtd::forms::radio_buttons::justified ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ justified() [6/16]

auto xtd::forms::radio_buttons::justified ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified radio_button with specified check_state, and location.

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

◆ justified() [7/16]

auto xtd::forms::radio_buttons::justified ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ justified() [8/16]

auto xtd::forms::radio_buttons::justified ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified 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.

◆ justified() [9/16]

auto xtd::forms::radio_buttons::justified ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ justified() [10/16]

auto xtd::forms::radio_buttons::justified ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ justified() [11/16]

auto xtd::forms::radio_buttons::justified ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ justified() [12/16]

auto xtd::forms::radio_buttons::justified ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified 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.

◆ justified() [13/16]

auto xtd::forms::radio_buttons::justified ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ justified() [14/16]

auto xtd::forms::radio_buttons::justified ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ justified() [15/16]

auto xtd::forms::radio_buttons::justified ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent justified 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.

◆ justified() [16/16]

auto xtd::forms::radio_buttons::justified ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ jump_to() [1/16]

auto xtd::forms::radio_buttons::jump_to ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to radio_button.

Returns
The created radio_button.

◆ jump_to() [2/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ jump_to() [3/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ jump_to() [4/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to 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.

◆ jump_to() [5/16]

auto xtd::forms::radio_buttons::jump_to ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ jump_to() [6/16]

auto xtd::forms::radio_buttons::jump_to ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to radio_button with specified check_state, and location.

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

◆ jump_to() [7/16]

auto xtd::forms::radio_buttons::jump_to ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ jump_to() [8/16]

auto xtd::forms::radio_buttons::jump_to ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to 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.

◆ jump_to() [9/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ jump_to() [10/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ jump_to() [11/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ jump_to() [12/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to 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.

◆ jump_to() [13/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ jump_to() [14/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ jump_to() [15/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent jump_to 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.

◆ jump_to() [16/16]

auto xtd::forms::radio_buttons::jump_to ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ last() [1/16]

auto xtd::forms::radio_buttons::last ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last radio_button.

Returns
The created radio_button.

◆ last() [2/16]

auto xtd::forms::radio_buttons::last ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ last() [3/16]

auto xtd::forms::radio_buttons::last ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ last() [4/16]

auto xtd::forms::radio_buttons::last ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last 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.

◆ last() [5/16]

auto xtd::forms::radio_buttons::last ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ last() [6/16]

auto xtd::forms::radio_buttons::last ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last radio_button with specified check_state, and location.

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

◆ last() [7/16]

auto xtd::forms::radio_buttons::last ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ last() [8/16]

auto xtd::forms::radio_buttons::last ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last 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.

◆ last() [9/16]

auto xtd::forms::radio_buttons::last ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ last() [10/16]

auto xtd::forms::radio_buttons::last ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ last() [11/16]

auto xtd::forms::radio_buttons::last ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ last() [12/16]

auto xtd::forms::radio_buttons::last ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last 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.

◆ last() [13/16]

auto xtd::forms::radio_buttons::last ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ last() [14/16]

auto xtd::forms::radio_buttons::last ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ last() [15/16]

auto xtd::forms::radio_buttons::last ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent last 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.

◆ last() [16/16]

auto xtd::forms::radio_buttons::last ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ network() [1/16]

auto xtd::forms::radio_buttons::network ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network radio_button.

Returns
The created radio_button.

◆ network() [2/16]

auto xtd::forms::radio_buttons::network ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ network() [3/16]

auto xtd::forms::radio_buttons::network ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ network() [4/16]

auto xtd::forms::radio_buttons::network ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network 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.

◆ network() [5/16]

auto xtd::forms::radio_buttons::network ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ network() [6/16]

auto xtd::forms::radio_buttons::network ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network radio_button with specified check_state, and location.

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

◆ network() [7/16]

auto xtd::forms::radio_buttons::network ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ network() [8/16]

auto xtd::forms::radio_buttons::network ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network 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.

◆ network() [9/16]

auto xtd::forms::radio_buttons::network ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ network() [10/16]

auto xtd::forms::radio_buttons::network ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ network() [11/16]

auto xtd::forms::radio_buttons::network ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ network() [12/16]

auto xtd::forms::radio_buttons::network ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network 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.

◆ network() [13/16]

auto xtd::forms::radio_buttons::network ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ network() [14/16]

auto xtd::forms::radio_buttons::network ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ network() [15/16]

auto xtd::forms::radio_buttons::network ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent network 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.

◆ network() [16/16]

auto xtd::forms::radio_buttons::network ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ new_() [1/16]

auto xtd::forms::radio_buttons::new_ ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ radio_button.

Returns
The created radio_button.

◆ new_() [2/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ new_() [3/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ new_() [4/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ 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.

◆ new_() [5/16]

auto xtd::forms::radio_buttons::new_ ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ new_() [6/16]

auto xtd::forms::radio_buttons::new_ ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ radio_button with specified check_state, and location.

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

◆ new_() [7/16]

auto xtd::forms::radio_buttons::new_ ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ new_() [8/16]

auto xtd::forms::radio_buttons::new_ ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ 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.

◆ new_() [9/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ new_() [10/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ new_() [11/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ new_() [12/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ 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.

◆ new_() [13/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ new_() [14/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ new_() [15/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent new_ 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.

◆ new_() [16/16]

auto xtd::forms::radio_buttons::new_ ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ next() [1/16]

auto xtd::forms::radio_buttons::next ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next radio_button.

Returns
The created radio_button.

◆ next() [2/16]

auto xtd::forms::radio_buttons::next ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ next() [3/16]

auto xtd::forms::radio_buttons::next ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ next() [4/16]

auto xtd::forms::radio_buttons::next ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next 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.

◆ next() [5/16]

auto xtd::forms::radio_buttons::next ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ next() [6/16]

auto xtd::forms::radio_buttons::next ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next radio_button with specified check_state, and location.

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

◆ next() [7/16]

auto xtd::forms::radio_buttons::next ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ next() [8/16]

auto xtd::forms::radio_buttons::next ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next 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.

◆ next() [9/16]

auto xtd::forms::radio_buttons::next ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ next() [10/16]

auto xtd::forms::radio_buttons::next ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ next() [11/16]

auto xtd::forms::radio_buttons::next ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ next() [12/16]

auto xtd::forms::radio_buttons::next ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next 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.

◆ next() [13/16]

auto xtd::forms::radio_buttons::next ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ next() [14/16]

auto xtd::forms::radio_buttons::next ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ next() [15/16]

auto xtd::forms::radio_buttons::next ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent next 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.

◆ next() [16/16]

auto xtd::forms::radio_buttons::next ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ no() [1/16]

auto xtd::forms::radio_buttons::no ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no radio_button.

Returns
The created radio_button.

◆ no() [2/16]

auto xtd::forms::radio_buttons::no ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ no() [3/16]

auto xtd::forms::radio_buttons::no ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ no() [4/16]

auto xtd::forms::radio_buttons::no ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no 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.

◆ no() [5/16]

auto xtd::forms::radio_buttons::no ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ no() [6/16]

auto xtd::forms::radio_buttons::no ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no radio_button with specified check_state, and location.

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

◆ no() [7/16]

auto xtd::forms::radio_buttons::no ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ no() [8/16]

auto xtd::forms::radio_buttons::no ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no 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.

◆ no() [9/16]

auto xtd::forms::radio_buttons::no ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ no() [10/16]

auto xtd::forms::radio_buttons::no ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ no() [11/16]

auto xtd::forms::radio_buttons::no ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ no() [12/16]

auto xtd::forms::radio_buttons::no ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no 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.

◆ no() [13/16]

auto xtd::forms::radio_buttons::no ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ no() [14/16]

auto xtd::forms::radio_buttons::no ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ no() [15/16]

auto xtd::forms::radio_buttons::no ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent no 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.

◆ no() [16/16]

auto xtd::forms::radio_buttons::no ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ ok() [1/16]

auto xtd::forms::radio_buttons::ok ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok radio_button.

Returns
The created radio_button.

◆ ok() [2/16]

auto xtd::forms::radio_buttons::ok ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ ok() [3/16]

auto xtd::forms::radio_buttons::ok ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ ok() [4/16]

auto xtd::forms::radio_buttons::ok ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok 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.

◆ ok() [5/16]

auto xtd::forms::radio_buttons::ok ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ ok() [6/16]

auto xtd::forms::radio_buttons::ok ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok radio_button with specified check_state, and location.

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

◆ ok() [7/16]

auto xtd::forms::radio_buttons::ok ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ ok() [8/16]

auto xtd::forms::radio_buttons::ok ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok 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.

◆ ok() [9/16]

auto xtd::forms::radio_buttons::ok ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ ok() [10/16]

auto xtd::forms::radio_buttons::ok ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ ok() [11/16]

auto xtd::forms::radio_buttons::ok ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ ok() [12/16]

auto xtd::forms::radio_buttons::ok ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok 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.

◆ ok() [13/16]

auto xtd::forms::radio_buttons::ok ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ ok() [14/16]

auto xtd::forms::radio_buttons::ok ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ ok() [15/16]

auto xtd::forms::radio_buttons::ok ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent ok 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.

◆ ok() [16/16]

auto xtd::forms::radio_buttons::ok ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ open() [1/16]

auto xtd::forms::radio_buttons::open ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open radio_button.

Returns
The created radio_button.

◆ open() [2/16]

auto xtd::forms::radio_buttons::open ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ open() [3/16]

auto xtd::forms::radio_buttons::open ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ open() [4/16]

auto xtd::forms::radio_buttons::open ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open 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.

◆ open() [5/16]

auto xtd::forms::radio_buttons::open ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ open() [6/16]

auto xtd::forms::radio_buttons::open ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open radio_button with specified check_state, and location.

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

◆ open() [7/16]

auto xtd::forms::radio_buttons::open ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ open() [8/16]

auto xtd::forms::radio_buttons::open ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open 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.

◆ open() [9/16]

auto xtd::forms::radio_buttons::open ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ open() [10/16]

auto xtd::forms::radio_buttons::open ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ open() [11/16]

auto xtd::forms::radio_buttons::open ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ open() [12/16]

auto xtd::forms::radio_buttons::open ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open 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.

◆ open() [13/16]

auto xtd::forms::radio_buttons::open ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ open() [14/16]

auto xtd::forms::radio_buttons::open ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ open() [15/16]

auto xtd::forms::radio_buttons::open ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent open 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.

◆ open() [16/16]

auto xtd::forms::radio_buttons::open ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ options() [1/16]

auto xtd::forms::radio_buttons::options ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options radio_button.

Returns
The created radio_button.

◆ options() [2/16]

auto xtd::forms::radio_buttons::options ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ options() [3/16]

auto xtd::forms::radio_buttons::options ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ options() [4/16]

auto xtd::forms::radio_buttons::options ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options 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.

◆ options() [5/16]

auto xtd::forms::radio_buttons::options ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ options() [6/16]

auto xtd::forms::radio_buttons::options ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options radio_button with specified check_state, and location.

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

◆ options() [7/16]

auto xtd::forms::radio_buttons::options ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ options() [8/16]

auto xtd::forms::radio_buttons::options ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options 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.

◆ options() [9/16]

auto xtd::forms::radio_buttons::options ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ options() [10/16]

auto xtd::forms::radio_buttons::options ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ options() [11/16]

auto xtd::forms::radio_buttons::options ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ options() [12/16]

auto xtd::forms::radio_buttons::options ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options 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.

◆ options() [13/16]

auto xtd::forms::radio_buttons::options ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ options() [14/16]

auto xtd::forms::radio_buttons::options ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ options() [15/16]

auto xtd::forms::radio_buttons::options ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent options 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.

◆ options() [16/16]

auto xtd::forms::radio_buttons::options ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ paste() [1/16]

auto xtd::forms::radio_buttons::paste ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste radio_button.

Returns
The created radio_button.

◆ paste() [2/16]

auto xtd::forms::radio_buttons::paste ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ paste() [3/16]

auto xtd::forms::radio_buttons::paste ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ paste() [4/16]

auto xtd::forms::radio_buttons::paste ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste 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.

◆ paste() [5/16]

auto xtd::forms::radio_buttons::paste ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ paste() [6/16]

auto xtd::forms::radio_buttons::paste ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste radio_button with specified check_state, and location.

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

◆ paste() [7/16]

auto xtd::forms::radio_buttons::paste ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ paste() [8/16]

auto xtd::forms::radio_buttons::paste ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste 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.

◆ paste() [9/16]

auto xtd::forms::radio_buttons::paste ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ paste() [10/16]

auto xtd::forms::radio_buttons::paste ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ paste() [11/16]

auto xtd::forms::radio_buttons::paste ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ paste() [12/16]

auto xtd::forms::radio_buttons::paste ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste 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.

◆ paste() [13/16]

auto xtd::forms::radio_buttons::paste ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ paste() [14/16]

auto xtd::forms::radio_buttons::paste ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ paste() [15/16]

auto xtd::forms::radio_buttons::paste ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent paste 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.

◆ paste() [16/16]

auto xtd::forms::radio_buttons::paste ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ preferences() [1/16]

auto xtd::forms::radio_buttons::preferences ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences radio_button.

Returns
The created radio_button.

◆ preferences() [2/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ preferences() [3/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ preferences() [4/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences 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.

◆ preferences() [5/16]

auto xtd::forms::radio_buttons::preferences ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ preferences() [6/16]

auto xtd::forms::radio_buttons::preferences ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences radio_button with specified check_state, and location.

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

◆ preferences() [7/16]

auto xtd::forms::radio_buttons::preferences ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ preferences() [8/16]

auto xtd::forms::radio_buttons::preferences ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences 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.

◆ preferences() [9/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ preferences() [10/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ preferences() [11/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ preferences() [12/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences 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.

◆ preferences() [13/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ preferences() [14/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ preferences() [15/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent preferences 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.

◆ preferences() [16/16]

auto xtd::forms::radio_buttons::preferences ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ previous() [1/16]

auto xtd::forms::radio_buttons::previous ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous radio_button.

Returns
The created radio_button.

◆ previous() [2/16]

auto xtd::forms::radio_buttons::previous ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ previous() [3/16]

auto xtd::forms::radio_buttons::previous ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ previous() [4/16]

auto xtd::forms::radio_buttons::previous ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous 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.

◆ previous() [5/16]

auto xtd::forms::radio_buttons::previous ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ previous() [6/16]

auto xtd::forms::radio_buttons::previous ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous radio_button with specified check_state, and location.

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

◆ previous() [7/16]

auto xtd::forms::radio_buttons::previous ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ previous() [8/16]

auto xtd::forms::radio_buttons::previous ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous 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.

◆ previous() [9/16]

auto xtd::forms::radio_buttons::previous ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ previous() [10/16]

auto xtd::forms::radio_buttons::previous ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ previous() [11/16]

auto xtd::forms::radio_buttons::previous ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ previous() [12/16]

auto xtd::forms::radio_buttons::previous ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous 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.

◆ previous() [13/16]

auto xtd::forms::radio_buttons::previous ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ previous() [14/16]

auto xtd::forms::radio_buttons::previous ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ previous() [15/16]

auto xtd::forms::radio_buttons::previous ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent previous 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.

◆ previous() [16/16]

auto xtd::forms::radio_buttons::previous ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ print() [1/16]

auto xtd::forms::radio_buttons::print ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print radio_button.

Returns
The created radio_button.

◆ print() [2/16]

auto xtd::forms::radio_buttons::print ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ print() [3/16]

auto xtd::forms::radio_buttons::print ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ print() [4/16]

auto xtd::forms::radio_buttons::print ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print 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.

◆ print() [5/16]

auto xtd::forms::radio_buttons::print ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ print() [6/16]

auto xtd::forms::radio_buttons::print ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print radio_button with specified check_state, and location.

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

◆ print() [7/16]

auto xtd::forms::radio_buttons::print ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ print() [8/16]

auto xtd::forms::radio_buttons::print ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print 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.

◆ print() [9/16]

auto xtd::forms::radio_buttons::print ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ print() [10/16]

auto xtd::forms::radio_buttons::print ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ print() [11/16]

auto xtd::forms::radio_buttons::print ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ print() [12/16]

auto xtd::forms::radio_buttons::print ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print 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.

◆ print() [13/16]

auto xtd::forms::radio_buttons::print ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ print() [14/16]

auto xtd::forms::radio_buttons::print ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ print() [15/16]

auto xtd::forms::radio_buttons::print ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print 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.

◆ print() [16/16]

auto xtd::forms::radio_buttons::print ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ print_preview() [1/16]

auto xtd::forms::radio_buttons::print_preview ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview radio_button.

Returns
The created radio_button.

◆ print_preview() [2/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ print_preview() [3/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ print_preview() [4/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview 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.

◆ print_preview() [5/16]

auto xtd::forms::radio_buttons::print_preview ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ print_preview() [6/16]

auto xtd::forms::radio_buttons::print_preview ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview radio_button with specified check_state, and location.

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

◆ print_preview() [7/16]

auto xtd::forms::radio_buttons::print_preview ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ print_preview() [8/16]

auto xtd::forms::radio_buttons::print_preview ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview 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.

◆ print_preview() [9/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ print_preview() [10/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ print_preview() [11/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ print_preview() [12/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview 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.

◆ print_preview() [13/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ print_preview() [14/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ print_preview() [15/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent print_preview 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.

◆ print_preview() [16/16]

auto xtd::forms::radio_buttons::print_preview ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ properties() [1/16]

auto xtd::forms::radio_buttons::properties ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties radio_button.

Returns
The created radio_button.

◆ properties() [2/16]

auto xtd::forms::radio_buttons::properties ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ properties() [3/16]

auto xtd::forms::radio_buttons::properties ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ properties() [4/16]

auto xtd::forms::radio_buttons::properties ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties 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.

◆ properties() [5/16]

auto xtd::forms::radio_buttons::properties ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ properties() [6/16]

auto xtd::forms::radio_buttons::properties ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties radio_button with specified check_state, and location.

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

◆ properties() [7/16]

auto xtd::forms::radio_buttons::properties ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ properties() [8/16]

auto xtd::forms::radio_buttons::properties ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties 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.

◆ properties() [9/16]

auto xtd::forms::radio_buttons::properties ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ properties() [10/16]

auto xtd::forms::radio_buttons::properties ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ properties() [11/16]

auto xtd::forms::radio_buttons::properties ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ properties() [12/16]

auto xtd::forms::radio_buttons::properties ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties 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.

◆ properties() [13/16]

auto xtd::forms::radio_buttons::properties ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ properties() [14/16]

auto xtd::forms::radio_buttons::properties ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ properties() [15/16]

auto xtd::forms::radio_buttons::properties ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent properties 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.

◆ properties() [16/16]

auto xtd::forms::radio_buttons::properties ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ quit() [1/16]

auto xtd::forms::radio_buttons::quit ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit radio_button.

Returns
The created radio_button.

◆ quit() [2/16]

auto xtd::forms::radio_buttons::quit ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ quit() [3/16]

auto xtd::forms::radio_buttons::quit ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ quit() [4/16]

auto xtd::forms::radio_buttons::quit ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit 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.

◆ quit() [5/16]

auto xtd::forms::radio_buttons::quit ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ quit() [6/16]

auto xtd::forms::radio_buttons::quit ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit radio_button with specified check_state, and location.

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

◆ quit() [7/16]

auto xtd::forms::radio_buttons::quit ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ quit() [8/16]

auto xtd::forms::radio_buttons::quit ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit 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.

◆ quit() [9/16]

auto xtd::forms::radio_buttons::quit ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ quit() [10/16]

auto xtd::forms::radio_buttons::quit ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ quit() [11/16]

auto xtd::forms::radio_buttons::quit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ quit() [12/16]

auto xtd::forms::radio_buttons::quit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit 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.

◆ quit() [13/16]

auto xtd::forms::radio_buttons::quit ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ quit() [14/16]

auto xtd::forms::radio_buttons::quit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ quit() [15/16]

auto xtd::forms::radio_buttons::quit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent quit 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.

◆ quit() [16/16]

auto xtd::forms::radio_buttons::quit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ redo() [1/16]

auto xtd::forms::radio_buttons::redo ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo radio_button.

Returns
The created radio_button.

◆ redo() [2/16]

auto xtd::forms::radio_buttons::redo ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ redo() [3/16]

auto xtd::forms::radio_buttons::redo ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ redo() [4/16]

auto xtd::forms::radio_buttons::redo ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo 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.

◆ redo() [5/16]

auto xtd::forms::radio_buttons::redo ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ redo() [6/16]

auto xtd::forms::radio_buttons::redo ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo radio_button with specified check_state, and location.

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

◆ redo() [7/16]

auto xtd::forms::radio_buttons::redo ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ redo() [8/16]

auto xtd::forms::radio_buttons::redo ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo 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.

◆ redo() [9/16]

auto xtd::forms::radio_buttons::redo ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ redo() [10/16]

auto xtd::forms::radio_buttons::redo ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ redo() [11/16]

auto xtd::forms::radio_buttons::redo ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ redo() [12/16]

auto xtd::forms::radio_buttons::redo ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo 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.

◆ redo() [13/16]

auto xtd::forms::radio_buttons::redo ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ redo() [14/16]

auto xtd::forms::radio_buttons::redo ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ redo() [15/16]

auto xtd::forms::radio_buttons::redo ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent redo 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.

◆ redo() [16/16]

auto xtd::forms::radio_buttons::redo ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ refresh() [1/16]

auto xtd::forms::radio_buttons::refresh ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh radio_button.

Returns
The created radio_button.

◆ refresh() [2/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ refresh() [3/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ refresh() [4/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh 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.

◆ refresh() [5/16]

auto xtd::forms::radio_buttons::refresh ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ refresh() [6/16]

auto xtd::forms::radio_buttons::refresh ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh radio_button with specified check_state, and location.

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

◆ refresh() [7/16]

auto xtd::forms::radio_buttons::refresh ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ refresh() [8/16]

auto xtd::forms::radio_buttons::refresh ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh 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.

◆ refresh() [9/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ refresh() [10/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ refresh() [11/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ refresh() [12/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh 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.

◆ refresh() [13/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ refresh() [14/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ refresh() [15/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent refresh 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.

◆ refresh() [16/16]

auto xtd::forms::radio_buttons::refresh ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ remove() [1/16]

auto xtd::forms::radio_buttons::remove ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove radio_button.

Returns
The created radio_button.

◆ remove() [2/16]

auto xtd::forms::radio_buttons::remove ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ remove() [3/16]

auto xtd::forms::radio_buttons::remove ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ remove() [4/16]

auto xtd::forms::radio_buttons::remove ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove 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.

◆ remove() [5/16]

auto xtd::forms::radio_buttons::remove ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ remove() [6/16]

auto xtd::forms::radio_buttons::remove ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove radio_button with specified check_state, and location.

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

◆ remove() [7/16]

auto xtd::forms::radio_buttons::remove ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ remove() [8/16]

auto xtd::forms::radio_buttons::remove ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove 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.

◆ remove() [9/16]

auto xtd::forms::radio_buttons::remove ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ remove() [10/16]

auto xtd::forms::radio_buttons::remove ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ remove() [11/16]

auto xtd::forms::radio_buttons::remove ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ remove() [12/16]

auto xtd::forms::radio_buttons::remove ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove 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.

◆ remove() [13/16]

auto xtd::forms::radio_buttons::remove ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ remove() [14/16]

auto xtd::forms::radio_buttons::remove ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ remove() [15/16]

auto xtd::forms::radio_buttons::remove ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent remove 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.

◆ remove() [16/16]

auto xtd::forms::radio_buttons::remove ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ replace() [1/16]

auto xtd::forms::radio_buttons::replace ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace radio_button.

Returns
The created radio_button.

◆ replace() [2/16]

auto xtd::forms::radio_buttons::replace ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ replace() [3/16]

auto xtd::forms::radio_buttons::replace ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ replace() [4/16]

auto xtd::forms::radio_buttons::replace ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace 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.

◆ replace() [5/16]

auto xtd::forms::radio_buttons::replace ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ replace() [6/16]

auto xtd::forms::radio_buttons::replace ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace radio_button with specified check_state, and location.

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

◆ replace() [7/16]

auto xtd::forms::radio_buttons::replace ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ replace() [8/16]

auto xtd::forms::radio_buttons::replace ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace 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.

◆ replace() [9/16]

auto xtd::forms::radio_buttons::replace ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ replace() [10/16]

auto xtd::forms::radio_buttons::replace ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ replace() [11/16]

auto xtd::forms::radio_buttons::replace ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ replace() [12/16]

auto xtd::forms::radio_buttons::replace ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace 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.

◆ replace() [13/16]

auto xtd::forms::radio_buttons::replace ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ replace() [14/16]

auto xtd::forms::radio_buttons::replace ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ replace() [15/16]

auto xtd::forms::radio_buttons::replace ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent replace 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.

◆ replace() [16/16]

auto xtd::forms::radio_buttons::replace ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ retry() [1/16]

auto xtd::forms::radio_buttons::retry ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry radio_button.

Returns
The created radio_button.

◆ retry() [2/16]

auto xtd::forms::radio_buttons::retry ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ retry() [3/16]

auto xtd::forms::radio_buttons::retry ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ retry() [4/16]

auto xtd::forms::radio_buttons::retry ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry 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.

◆ retry() [5/16]

auto xtd::forms::radio_buttons::retry ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ retry() [6/16]

auto xtd::forms::radio_buttons::retry ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry radio_button with specified check_state, and location.

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

◆ retry() [7/16]

auto xtd::forms::radio_buttons::retry ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ retry() [8/16]

auto xtd::forms::radio_buttons::retry ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry 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.

◆ retry() [9/16]

auto xtd::forms::radio_buttons::retry ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ retry() [10/16]

auto xtd::forms::radio_buttons::retry ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ retry() [11/16]

auto xtd::forms::radio_buttons::retry ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ retry() [12/16]

auto xtd::forms::radio_buttons::retry ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry 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.

◆ retry() [13/16]

auto xtd::forms::radio_buttons::retry ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ retry() [14/16]

auto xtd::forms::radio_buttons::retry ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ retry() [15/16]

auto xtd::forms::radio_buttons::retry ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent retry 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.

◆ retry() [16/16]

auto xtd::forms::radio_buttons::retry ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ revert_to_saved() [1/16]

auto xtd::forms::radio_buttons::revert_to_saved ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved radio_button.

Returns
The created radio_button.

◆ revert_to_saved() [2/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ revert_to_saved() [3/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ revert_to_saved() [4/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved 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.

◆ revert_to_saved() [5/16]

auto xtd::forms::radio_buttons::revert_to_saved ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ revert_to_saved() [6/16]

auto xtd::forms::radio_buttons::revert_to_saved ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved radio_button with specified check_state, and location.

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

◆ revert_to_saved() [7/16]

auto xtd::forms::radio_buttons::revert_to_saved ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ revert_to_saved() [8/16]

auto xtd::forms::radio_buttons::revert_to_saved ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved 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.

◆ revert_to_saved() [9/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ revert_to_saved() [10/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ revert_to_saved() [11/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ revert_to_saved() [12/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved 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.

◆ revert_to_saved() [13/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ revert_to_saved() [14/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ revert_to_saved() [15/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent revert_to_saved 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.

◆ revert_to_saved() [16/16]

auto xtd::forms::radio_buttons::revert_to_saved ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ save() [1/16]

auto xtd::forms::radio_buttons::save ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save radio_button.

Returns
The created radio_button.

◆ save() [2/16]

auto xtd::forms::radio_buttons::save ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ save() [3/16]

auto xtd::forms::radio_buttons::save ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ save() [4/16]

auto xtd::forms::radio_buttons::save ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save 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.

◆ save() [5/16]

auto xtd::forms::radio_buttons::save ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ save() [6/16]

auto xtd::forms::radio_buttons::save ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save radio_button with specified check_state, and location.

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

◆ save() [7/16]

auto xtd::forms::radio_buttons::save ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ save() [8/16]

auto xtd::forms::radio_buttons::save ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save 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.

◆ save() [9/16]

auto xtd::forms::radio_buttons::save ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ save() [10/16]

auto xtd::forms::radio_buttons::save ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ save() [11/16]

auto xtd::forms::radio_buttons::save ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ save() [12/16]

auto xtd::forms::radio_buttons::save ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save 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.

◆ save() [13/16]

auto xtd::forms::radio_buttons::save ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ save() [14/16]

auto xtd::forms::radio_buttons::save ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ save() [15/16]

auto xtd::forms::radio_buttons::save ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save 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.

◆ save() [16/16]

auto xtd::forms::radio_buttons::save ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ save_as() [1/16]

auto xtd::forms::radio_buttons::save_as ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as radio_button.

Returns
The created radio_button.

◆ save_as() [2/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ save_as() [3/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ save_as() [4/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as 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.

◆ save_as() [5/16]

auto xtd::forms::radio_buttons::save_as ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ save_as() [6/16]

auto xtd::forms::radio_buttons::save_as ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as radio_button with specified check_state, and location.

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

◆ save_as() [7/16]

auto xtd::forms::radio_buttons::save_as ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ save_as() [8/16]

auto xtd::forms::radio_buttons::save_as ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as 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.

◆ save_as() [9/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ save_as() [10/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ save_as() [11/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ save_as() [12/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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.

◆ save_as() [13/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ save_as() [14/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ save_as() [15/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent save_as 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.

◆ save_as() [16/16]

auto xtd::forms::radio_buttons::save_as ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ search() [1/16]

auto xtd::forms::radio_buttons::search ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search radio_button.

Returns
The created radio_button.

◆ search() [2/16]

auto xtd::forms::radio_buttons::search ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ search() [3/16]

auto xtd::forms::radio_buttons::search ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ search() [4/16]

auto xtd::forms::radio_buttons::search ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search 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.

◆ search() [5/16]

auto xtd::forms::radio_buttons::search ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ search() [6/16]

auto xtd::forms::radio_buttons::search ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search radio_button with specified check_state, and location.

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

◆ search() [7/16]

auto xtd::forms::radio_buttons::search ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ search() [8/16]

auto xtd::forms::radio_buttons::search ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search 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.

◆ search() [9/16]

auto xtd::forms::radio_buttons::search ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ search() [10/16]

auto xtd::forms::radio_buttons::search ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ search() [11/16]

auto xtd::forms::radio_buttons::search ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ search() [12/16]

auto xtd::forms::radio_buttons::search ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search 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.

◆ search() [13/16]

auto xtd::forms::radio_buttons::search ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ search() [14/16]

auto xtd::forms::radio_buttons::search ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ search() [15/16]

auto xtd::forms::radio_buttons::search ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent search 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.

◆ search() [16/16]

auto xtd::forms::radio_buttons::search ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ select_all() [1/16]

auto xtd::forms::radio_buttons::select_all ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all radio_button.

Returns
The created radio_button.

◆ select_all() [2/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ select_all() [3/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ select_all() [4/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all 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.

◆ select_all() [5/16]

auto xtd::forms::radio_buttons::select_all ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ select_all() [6/16]

auto xtd::forms::radio_buttons::select_all ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all radio_button with specified check_state, and location.

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

◆ select_all() [7/16]

auto xtd::forms::radio_buttons::select_all ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ select_all() [8/16]

auto xtd::forms::radio_buttons::select_all ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all 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.

◆ select_all() [9/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ select_all() [10/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ select_all() [11/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ select_all() [12/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all 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.

◆ select_all() [13/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ select_all() [14/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ select_all() [15/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent select_all 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.

◆ select_all() [16/16]

auto xtd::forms::radio_buttons::select_all ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ settings() [1/16]

auto xtd::forms::radio_buttons::settings ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings radio_button.

Returns
The created radio_button.

◆ settings() [2/16]

auto xtd::forms::radio_buttons::settings ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ settings() [3/16]

auto xtd::forms::radio_buttons::settings ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ settings() [4/16]

auto xtd::forms::radio_buttons::settings ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings 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.

◆ settings() [5/16]

auto xtd::forms::radio_buttons::settings ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ settings() [6/16]

auto xtd::forms::radio_buttons::settings ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings radio_button with specified check_state, and location.

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

◆ settings() [7/16]

auto xtd::forms::radio_buttons::settings ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ settings() [8/16]

auto xtd::forms::radio_buttons::settings ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings 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.

◆ settings() [9/16]

auto xtd::forms::radio_buttons::settings ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ settings() [10/16]

auto xtd::forms::radio_buttons::settings ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ settings() [11/16]

auto xtd::forms::radio_buttons::settings ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ settings() [12/16]

auto xtd::forms::radio_buttons::settings ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings 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.

◆ settings() [13/16]

auto xtd::forms::radio_buttons::settings ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ settings() [14/16]

auto xtd::forms::radio_buttons::settings ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ settings() [15/16]

auto xtd::forms::radio_buttons::settings ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent settings 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.

◆ settings() [16/16]

auto xtd::forms::radio_buttons::settings ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ spell_check() [1/16]

auto xtd::forms::radio_buttons::spell_check ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check radio_button.

Returns
The created radio_button.

◆ spell_check() [2/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ spell_check() [3/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ spell_check() [4/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check 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.

◆ spell_check() [5/16]

auto xtd::forms::radio_buttons::spell_check ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ spell_check() [6/16]

auto xtd::forms::radio_buttons::spell_check ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check radio_button with specified check_state, and location.

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

◆ spell_check() [7/16]

auto xtd::forms::radio_buttons::spell_check ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ spell_check() [8/16]

auto xtd::forms::radio_buttons::spell_check ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check 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.

◆ spell_check() [9/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ spell_check() [10/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ spell_check() [11/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ spell_check() [12/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check 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.

◆ spell_check() [13/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ spell_check() [14/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ spell_check() [15/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent spell_check 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.

◆ spell_check() [16/16]

auto xtd::forms::radio_buttons::spell_check ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ stop() [1/16]

auto xtd::forms::radio_buttons::stop ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent stop radio_button.

Returns
The created radio_button.

◆ stop() [2/16]

auto xtd::forms::radio_buttons::stop ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent stop radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ stop() [3/16]

auto xtd::forms::radio_buttons::stop ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ stop() [4/16]

auto xtd::forms::radio_buttons::stop ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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.

◆ stop() [5/16]

auto xtd::forms::radio_buttons::stop ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent stop radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ stop() [6/16]

auto xtd::forms::radio_buttons::stop ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ stop() [7/16]

auto xtd::forms::radio_buttons::stop ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ stop() [8/16]

auto xtd::forms::radio_buttons::stop ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent stop 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.

◆ stop() [9/16]

auto xtd::forms::radio_buttons::stop ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent stop radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ stop() [10/16]

auto xtd::forms::radio_buttons::stop ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ stop() [11/16]

auto xtd::forms::radio_buttons::stop ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ stop() [12/16]

auto xtd::forms::radio_buttons::stop ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent stop 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.

◆ stop() [13/16]

auto xtd::forms::radio_buttons::stop ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ stop() [14/16]

auto xtd::forms::radio_buttons::stop ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ stop() [15/16]

auto xtd::forms::radio_buttons::stop ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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.

◆ stop() [16/16]

auto xtd::forms::radio_buttons::stop ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ strikeout() [1/16]

auto xtd::forms::radio_buttons::strikeout ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout radio_button.

Returns
The created radio_button.

◆ strikeout() [2/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ strikeout() [3/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ strikeout() [4/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout 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.

◆ strikeout() [5/16]

auto xtd::forms::radio_buttons::strikeout ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ strikeout() [6/16]

auto xtd::forms::radio_buttons::strikeout ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout radio_button with specified check_state, and location.

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

◆ strikeout() [7/16]

auto xtd::forms::radio_buttons::strikeout ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ strikeout() [8/16]

auto xtd::forms::radio_buttons::strikeout ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout 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.

◆ strikeout() [9/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ strikeout() [10/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ strikeout() [11/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ strikeout() [12/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout 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.

◆ strikeout() [13/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ strikeout() [14/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ strikeout() [15/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent strikeout 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.

◆ strikeout() [16/16]

auto xtd::forms::radio_buttons::strikeout ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ tools() [1/16]

auto xtd::forms::radio_buttons::tools ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools radio_button.

Returns
The created radio_button.

◆ tools() [2/16]

auto xtd::forms::radio_buttons::tools ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ tools() [3/16]

auto xtd::forms::radio_buttons::tools ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ tools() [4/16]

auto xtd::forms::radio_buttons::tools ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools 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.

◆ tools() [5/16]

auto xtd::forms::radio_buttons::tools ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ tools() [6/16]

auto xtd::forms::radio_buttons::tools ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools radio_button with specified check_state, and location.

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

◆ tools() [7/16]

auto xtd::forms::radio_buttons::tools ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ tools() [8/16]

auto xtd::forms::radio_buttons::tools ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools 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.

◆ tools() [9/16]

auto xtd::forms::radio_buttons::tools ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ tools() [10/16]

auto xtd::forms::radio_buttons::tools ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ tools() [11/16]

auto xtd::forms::radio_buttons::tools ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ tools() [12/16]

auto xtd::forms::radio_buttons::tools ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools 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.

◆ tools() [13/16]

auto xtd::forms::radio_buttons::tools ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ tools() [14/16]

auto xtd::forms::radio_buttons::tools ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ tools() [15/16]

auto xtd::forms::radio_buttons::tools ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent tools 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.

◆ tools() [16/16]

auto xtd::forms::radio_buttons::tools ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ top() [1/16]

auto xtd::forms::radio_buttons::top ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top radio_button.

Returns
The created radio_button.

◆ top() [2/16]

auto xtd::forms::radio_buttons::top ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ top() [3/16]

auto xtd::forms::radio_buttons::top ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ top() [4/16]

auto xtd::forms::radio_buttons::top ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top 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.

◆ top() [5/16]

auto xtd::forms::radio_buttons::top ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ top() [6/16]

auto xtd::forms::radio_buttons::top ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ top() [7/16]

auto xtd::forms::radio_buttons::top ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ top() [8/16]

auto xtd::forms::radio_buttons::top ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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.

◆ top() [9/16]

auto xtd::forms::radio_buttons::top ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ top() [10/16]

auto xtd::forms::radio_buttons::top ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ top() [11/16]

auto xtd::forms::radio_buttons::top ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ top() [12/16]

auto xtd::forms::radio_buttons::top ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top 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.

◆ top() [13/16]

auto xtd::forms::radio_buttons::top ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ top() [14/16]

auto xtd::forms::radio_buttons::top ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ top() [15/16]

auto xtd::forms::radio_buttons::top ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent top 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.

◆ top() [16/16]

auto xtd::forms::radio_buttons::top ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ undelete() [1/16]

auto xtd::forms::radio_buttons::undelete ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete radio_button.

Returns
The created radio_button.

◆ undelete() [2/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ undelete() [3/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ undelete() [4/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete 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.

◆ undelete() [5/16]

auto xtd::forms::radio_buttons::undelete ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ undelete() [6/16]

auto xtd::forms::radio_buttons::undelete ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete radio_button with specified check_state, and location.

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

◆ undelete() [7/16]

auto xtd::forms::radio_buttons::undelete ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ undelete() [8/16]

auto xtd::forms::radio_buttons::undelete ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete 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.

◆ undelete() [9/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ undelete() [10/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ undelete() [11/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ undelete() [12/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete 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.

◆ undelete() [13/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ undelete() [14/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ undelete() [15/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undelete 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.

◆ undelete() [16/16]

auto xtd::forms::radio_buttons::undelete ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ underline() [1/16]

auto xtd::forms::radio_buttons::underline ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline radio_button.

Returns
The created radio_button.

◆ underline() [2/16]

auto xtd::forms::radio_buttons::underline ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ underline() [3/16]

auto xtd::forms::radio_buttons::underline ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ underline() [4/16]

auto xtd::forms::radio_buttons::underline ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline 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.

◆ underline() [5/16]

auto xtd::forms::radio_buttons::underline ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ underline() [6/16]

auto xtd::forms::radio_buttons::underline ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline radio_button with specified check_state, and location.

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

◆ underline() [7/16]

auto xtd::forms::radio_buttons::underline ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ underline() [8/16]

auto xtd::forms::radio_buttons::underline ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline 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.

◆ underline() [9/16]

auto xtd::forms::radio_buttons::underline ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ underline() [10/16]

auto xtd::forms::radio_buttons::underline ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ underline() [11/16]

auto xtd::forms::radio_buttons::underline ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ underline() [12/16]

auto xtd::forms::radio_buttons::underline ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline 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.

◆ underline() [13/16]

auto xtd::forms::radio_buttons::underline ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ underline() [14/16]

auto xtd::forms::radio_buttons::underline ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ underline() [15/16]

auto xtd::forms::radio_buttons::underline ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent underline 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.

◆ underline() [16/16]

auto xtd::forms::radio_buttons::underline ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ undo() [1/16]

auto xtd::forms::radio_buttons::undo ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo radio_button.

Returns
The created radio_button.

◆ undo() [2/16]

auto xtd::forms::radio_buttons::undo ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ undo() [3/16]

auto xtd::forms::radio_buttons::undo ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ undo() [4/16]

auto xtd::forms::radio_buttons::undo ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo 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.

◆ undo() [5/16]

auto xtd::forms::radio_buttons::undo ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ undo() [6/16]

auto xtd::forms::radio_buttons::undo ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo radio_button with specified check_state, and location.

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

◆ undo() [7/16]

auto xtd::forms::radio_buttons::undo ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ undo() [8/16]

auto xtd::forms::radio_buttons::undo ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo 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.

◆ undo() [9/16]

auto xtd::forms::radio_buttons::undo ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ undo() [10/16]

auto xtd::forms::radio_buttons::undo ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ undo() [11/16]

auto xtd::forms::radio_buttons::undo ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ undo() [12/16]

auto xtd::forms::radio_buttons::undo ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo 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.

◆ undo() [13/16]

auto xtd::forms::radio_buttons::undo ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ undo() [14/16]

auto xtd::forms::radio_buttons::undo ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ undo() [15/16]

auto xtd::forms::radio_buttons::undo ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent undo 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.

◆ undo() [16/16]

auto xtd::forms::radio_buttons::undo ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ unindent() [1/16]

auto xtd::forms::radio_buttons::unindent ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent radio_button.

Returns
The created radio_button.

◆ unindent() [2/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ unindent() [3/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ unindent() [4/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent 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.

◆ unindent() [5/16]

auto xtd::forms::radio_buttons::unindent ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ unindent() [6/16]

auto xtd::forms::radio_buttons::unindent ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent radio_button with specified check_state, and location.

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

◆ unindent() [7/16]

auto xtd::forms::radio_buttons::unindent ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ unindent() [8/16]

auto xtd::forms::radio_buttons::unindent ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent 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.

◆ unindent() [9/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ unindent() [10/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ unindent() [11/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ unindent() [12/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent 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.

◆ unindent() [13/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ unindent() [14/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ unindent() [15/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent unindent 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.

◆ unindent() [16/16]

auto xtd::forms::radio_buttons::unindent ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ up() [1/16]

auto xtd::forms::radio_buttons::up ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up radio_button.

Returns
The created radio_button.

◆ up() [2/16]

auto xtd::forms::radio_buttons::up ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ up() [3/16]

auto xtd::forms::radio_buttons::up ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ up() [4/16]

auto xtd::forms::radio_buttons::up ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up 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.

◆ up() [5/16]

auto xtd::forms::radio_buttons::up ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ up() [6/16]

auto xtd::forms::radio_buttons::up ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up radio_button with specified check_state, and location.

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

◆ up() [7/16]

auto xtd::forms::radio_buttons::up ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ up() [8/16]

auto xtd::forms::radio_buttons::up ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up 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.

◆ up() [9/16]

auto xtd::forms::radio_buttons::up ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ up() [10/16]

auto xtd::forms::radio_buttons::up ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ up() [11/16]

auto xtd::forms::radio_buttons::up ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ up() [12/16]

auto xtd::forms::radio_buttons::up ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up 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.

◆ up() [13/16]

auto xtd::forms::radio_buttons::up ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ up() [14/16]

auto xtd::forms::radio_buttons::up ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ up() [15/16]

auto xtd::forms::radio_buttons::up ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent up 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.

◆ up() [16/16]

auto xtd::forms::radio_buttons::up ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ view() [1/16]

auto xtd::forms::radio_buttons::view ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view radio_button.

Returns
The created radio_button.

◆ view() [2/16]

auto xtd::forms::radio_buttons::view ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ view() [3/16]

auto xtd::forms::radio_buttons::view ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ view() [4/16]

auto xtd::forms::radio_buttons::view ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view 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.

◆ view() [5/16]

auto xtd::forms::radio_buttons::view ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ view() [6/16]

auto xtd::forms::radio_buttons::view ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view radio_button with specified check_state, and location.

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

◆ view() [7/16]

auto xtd::forms::radio_buttons::view ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ view() [8/16]

auto xtd::forms::radio_buttons::view ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view 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.

◆ view() [9/16]

auto xtd::forms::radio_buttons::view ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ view() [10/16]

auto xtd::forms::radio_buttons::view ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ view() [11/16]

auto xtd::forms::radio_buttons::view ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ view() [12/16]

auto xtd::forms::radio_buttons::view ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view 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.

◆ view() [13/16]

auto xtd::forms::radio_buttons::view ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ view() [14/16]

auto xtd::forms::radio_buttons::view ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ view() [15/16]

auto xtd::forms::radio_buttons::view ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent view 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.

◆ view() [16/16]

auto xtd::forms::radio_buttons::view ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ window() [1/16]

auto xtd::forms::radio_buttons::window ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window radio_button.

Returns
The created radio_button.

◆ window() [2/16]

auto xtd::forms::radio_buttons::window ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ window() [3/16]

auto xtd::forms::radio_buttons::window ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ window() [4/16]

auto xtd::forms::radio_buttons::window ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window 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.

◆ window() [5/16]

auto xtd::forms::radio_buttons::window ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ window() [6/16]

auto xtd::forms::radio_buttons::window ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window radio_button with specified check_state, and location.

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

◆ window() [7/16]

auto xtd::forms::radio_buttons::window ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ window() [8/16]

auto xtd::forms::radio_buttons::window ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window 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.

◆ window() [9/16]

auto xtd::forms::radio_buttons::window ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ window() [10/16]

auto xtd::forms::radio_buttons::window ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ window() [11/16]

auto xtd::forms::radio_buttons::window ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ window() [12/16]

auto xtd::forms::radio_buttons::window ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window 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.

◆ window() [13/16]

auto xtd::forms::radio_buttons::window ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ window() [14/16]

auto xtd::forms::radio_buttons::window ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ window() [15/16]

auto xtd::forms::radio_buttons::window ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent window 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.

◆ window() [16/16]

auto xtd::forms::radio_buttons::window ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ yes() [1/16]

auto xtd::forms::radio_buttons::yes ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes radio_button.

Returns
The created radio_button.

◆ yes() [2/16]

auto xtd::forms::radio_buttons::yes ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ yes() [3/16]

auto xtd::forms::radio_buttons::yes ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ yes() [4/16]

auto xtd::forms::radio_buttons::yes ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes 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.

◆ yes() [5/16]

auto xtd::forms::radio_buttons::yes ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ yes() [6/16]

auto xtd::forms::radio_buttons::yes ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes radio_button with specified check_state, and location.

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

◆ yes() [7/16]

auto xtd::forms::radio_buttons::yes ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ yes() [8/16]

auto xtd::forms::radio_buttons::yes ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes 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.

◆ yes() [9/16]

auto xtd::forms::radio_buttons::yes ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ yes() [10/16]

auto xtd::forms::radio_buttons::yes ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ yes() [11/16]

auto xtd::forms::radio_buttons::yes ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ yes() [12/16]

auto xtd::forms::radio_buttons::yes ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes 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.

◆ yes() [13/16]

auto xtd::forms::radio_buttons::yes ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ yes() [14/16]

auto xtd::forms::radio_buttons::yes ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ yes() [15/16]

auto xtd::forms::radio_buttons::yes ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent yes 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.

◆ yes() [16/16]

auto xtd::forms::radio_buttons::yes ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ zoom_in() [1/16]

auto xtd::forms::radio_buttons::zoom_in ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in radio_button.

Returns
The created radio_button.

◆ zoom_in() [2/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ zoom_in() [3/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ zoom_in() [4/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in 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.

◆ zoom_in() [5/16]

auto xtd::forms::radio_buttons::zoom_in ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ zoom_in() [6/16]

auto xtd::forms::radio_buttons::zoom_in ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in radio_button with specified check_state, and location.

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

◆ zoom_in() [7/16]

auto xtd::forms::radio_buttons::zoom_in ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ zoom_in() [8/16]

auto xtd::forms::radio_buttons::zoom_in ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in 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.

◆ zoom_in() [9/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ zoom_in() [10/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ zoom_in() [11/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ zoom_in() [12/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in 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.

◆ zoom_in() [13/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ zoom_in() [14/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ zoom_in() [15/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_in 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.

◆ zoom_in() [16/16]

auto xtd::forms::radio_buttons::zoom_in ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ zoom_out() [1/16]

auto xtd::forms::radio_buttons::zoom_out ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out radio_button.

Returns
The created radio_button.

◆ zoom_out() [2/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ zoom_out() [3/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ zoom_out() [4/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out 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.

◆ zoom_out() [5/16]

auto xtd::forms::radio_buttons::zoom_out ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ zoom_out() [6/16]

auto xtd::forms::radio_buttons::zoom_out ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out radio_button with specified check_state, and location.

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

◆ zoom_out() [7/16]

auto xtd::forms::radio_buttons::zoom_out ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ zoom_out() [8/16]

auto xtd::forms::radio_buttons::zoom_out ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out 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.

◆ zoom_out() [9/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ zoom_out() [10/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ zoom_out() [11/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ zoom_out() [12/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out 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.

◆ zoom_out() [13/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ zoom_out() [14/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ zoom_out() [15/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_out 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.

◆ zoom_out() [16/16]

auto xtd::forms::radio_buttons::zoom_out ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ zoom_to_fit() [1/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit radio_button.

Returns
The created radio_button.

◆ zoom_to_fit() [2/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::drawing::point & location) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location.

Parameters
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ zoom_to_fit() [3/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
Returns
The created radio_button.

◆ zoom_to_fit() [4/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit 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.

◆ zoom_to_fit() [5/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( bool checked) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit radio_button with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ zoom_to_fit() [6/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_state, and location.

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

◆ zoom_to_fit() [7/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

Parameters
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.

◆ zoom_to_fit() [8/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit 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.

◆ zoom_to_fit() [9/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::forms::control & parent) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent.

Parameters
parentThe control that contains the radio_button.
Returns
The created radio_button.

◆ zoom_to_fit() [10/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, and location.

Parameters
parentThe control that contains the radio_button.
locationThe radio_button location in pixels.
Returns
The created radio_button.

◆ zoom_to_fit() [11/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ zoom_to_fit() [12/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit 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.

◆ zoom_to_fit() [13/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::forms::control & parent,
bool checked ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent, and check_state.

Parameters
parentThe control that contains the radio_button.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created radio_button.

◆ zoom_to_fit() [14/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location ) -> xtd::forms::radio_button
staticnodiscard

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

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

◆ zoom_to_fit() [15/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::radio_button
staticnodiscard

Create a system-defined radio_button that represent zoom_to_fit 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.

◆ zoom_to_fit() [16/16]

auto xtd::forms::radio_buttons::zoom_to_fit ( const xtd::forms::control & parent,
bool checked,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::radio_button
staticnodiscard

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

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.
nameThe name of the radio_button.
Returns
The created radio_button.

The documentation for this class was generated from the following file: