xtd 0.2.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/drawing/texts>
#include <xtd/forms/application>
#include <xtd/forms/form>
#include <xtd/forms/group_box>
#include <xtd/forms/radio_buttons>
using namespace xtd::forms;
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 xtd::ustring alignment()
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static void run()
Begins running a standard application message loop on the current thread, without a form.
static form create()
A factory to create an xtd::forms::form.
static group_box create()
A factory to create an xtd::forms::group_box.
static radio_button justified()
Create a system-defined radio_button that represent justified radio_button.
static radio_button align_right()
Create a system-defined radio_button that represent align_right radio_button.
static radio_button align_left()
Create a system-defined radio_button that represent align_left radio_button.
static radio_button centered()
Create a system-defined radio_button that represent centered radio_button.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12

Public Static Methods

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

static radio_button xtd::forms::radio_buttons::abort ( )
static

Create a system-defined radio_button that represent abort radio_button.

Returns
The created radio_button.

◆ abort() [2/16]

static radio_button xtd::forms::radio_buttons::abort ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::abort ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::abort ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::abort ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ abort() [11/16]

static radio_button xtd::forms::radio_buttons::abort ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::abort ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::abort ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::abort ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ about() [1/16]

static radio_button xtd::forms::radio_buttons::about ( )
static

Create a system-defined radio_button that represent about radio_button.

Returns
The created radio_button.

◆ about() [2/16]

static radio_button xtd::forms::radio_buttons::about ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::about ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::about ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::about ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ about() [11/16]

static radio_button xtd::forms::radio_buttons::about ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::about ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::about ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::about ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ actual_size() [1/16]

static radio_button xtd::forms::radio_buttons::actual_size ( )
static

Create a system-defined radio_button that represent actual_size radio_button.

Returns
The created radio_button.

◆ actual_size() [2/16]

static radio_button xtd::forms::radio_buttons::actual_size ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::actual_size ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::actual_size ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::actual_size ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ actual_size() [11/16]

static radio_button xtd::forms::radio_buttons::actual_size ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::actual_size ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::actual_size ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::actual_size ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ add() [1/16]

static radio_button xtd::forms::radio_buttons::add ( )
static

Create a system-defined radio_button that represent add radio_button.

Returns
The created radio_button.

◆ add() [2/16]

static radio_button xtd::forms::radio_buttons::add ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::add ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::add ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::add ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ add() [11/16]

static radio_button xtd::forms::radio_buttons::add ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::add ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::add ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::add ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ align_left() [1/16]

static radio_button xtd::forms::radio_buttons::align_left ( )
static

Create a system-defined radio_button that represent align_left radio_button.

Returns
The created radio_button.

◆ align_left() [2/16]

static radio_button xtd::forms::radio_buttons::align_left ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::align_left ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::align_left ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::align_left ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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_left() [11/16]

static radio_button xtd::forms::radio_buttons::align_left ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::align_left ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::align_left ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::align_left ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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_right() [1/16]

static radio_button xtd::forms::radio_buttons::align_right ( )
static

Create a system-defined radio_button that represent align_right radio_button.

Returns
The created radio_button.

◆ align_right() [2/16]

static radio_button xtd::forms::radio_buttons::align_right ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::align_right ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::align_right ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::align_right ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ align_right() [11/16]

static radio_button xtd::forms::radio_buttons::align_right ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::align_right ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::align_right ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::align_right ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ alignment() [1/16]

static radio_button xtd::forms::radio_buttons::alignment ( )
static

Create a system-defined radio_button that represent alignment radio_button.

Returns
The created radio_button.

◆ alignment() [2/16]

static radio_button xtd::forms::radio_buttons::alignment ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::alignment ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::alignment ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::alignment ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ alignment() [11/16]

static radio_button xtd::forms::radio_buttons::alignment ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::alignment ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::alignment ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::alignment ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ apply() [1/16]

static radio_button xtd::forms::radio_buttons::apply ( )
static

Create a system-defined radio_button that represent apply radio_button.

Returns
The created radio_button.

◆ apply() [2/16]

static radio_button xtd::forms::radio_buttons::apply ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::apply ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::apply ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::apply ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ apply() [11/16]

static radio_button xtd::forms::radio_buttons::apply ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::apply ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::apply ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::apply ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ ascending() [1/16]

static radio_button xtd::forms::radio_buttons::ascending ( )
static

Create a system-defined radio_button that represent ascending radio_button.

Returns
The created radio_button.

◆ ascending() [2/16]

static radio_button xtd::forms::radio_buttons::ascending ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::ascending ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::ascending ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::ascending ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ ascending() [11/16]

static radio_button xtd::forms::radio_buttons::ascending ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::ascending ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::ascending ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::ascending ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ back() [1/16]

static radio_button xtd::forms::radio_buttons::back ( )
static

Create a system-defined radio_button that represent back radio_button.

Returns
The created radio_button.

◆ back() [2/16]

static radio_button xtd::forms::radio_buttons::back ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::back ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::back ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::back ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ back() [11/16]

static radio_button xtd::forms::radio_buttons::back ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::back ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::back ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::back ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ bold() [1/16]

static radio_button xtd::forms::radio_buttons::bold ( )
static

Create a system-defined radio_button that represent bold radio_button.

Returns
The created radio_button.

◆ bold() [2/16]

static radio_button xtd::forms::radio_buttons::bold ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::bold ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::bold ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::bold ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ bold() [11/16]

static radio_button xtd::forms::radio_buttons::bold ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::bold ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::bold ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::bold ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ bottom() [1/16]

static radio_button xtd::forms::radio_buttons::bottom ( )
static

Create a system-defined radio_button that represent bottom radio_button.

Returns
The created radio_button.

◆ bottom() [2/16]

static radio_button xtd::forms::radio_buttons::bottom ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::bottom ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::bottom ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::bottom ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ bottom() [11/16]

static radio_button xtd::forms::radio_buttons::bottom ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::bottom ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::bottom ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::bottom ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ cancel() [1/16]

static radio_button xtd::forms::radio_buttons::cancel ( )
static

Create a system-defined radio_button that represent cancel radio_button.

Returns
The created radio_button.

◆ cancel() [2/16]

static radio_button xtd::forms::radio_buttons::cancel ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::cancel ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::cancel ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::cancel ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ cancel() [11/16]

static radio_button xtd::forms::radio_buttons::cancel ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::cancel ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::cancel ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::cancel ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ cdrom() [1/16]

static radio_button xtd::forms::radio_buttons::cdrom ( )
static

Create a system-defined radio_button that represent cdrom radio_button.

Returns
The created radio_button.

◆ cdrom() [2/16]

static radio_button xtd::forms::radio_buttons::cdrom ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::cdrom ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::cdrom ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::cdrom ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ cdrom() [11/16]

static radio_button xtd::forms::radio_buttons::cdrom ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::cdrom ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::cdrom ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::cdrom ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ centered() [1/16]

static radio_button xtd::forms::radio_buttons::centered ( )
static

Create a system-defined radio_button that represent centered radio_button.

Returns
The created radio_button.

◆ centered() [2/16]

static radio_button xtd::forms::radio_buttons::centered ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::centered ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::centered ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::centered ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ centered() [11/16]

static radio_button xtd::forms::radio_buttons::centered ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::centered ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::centered ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::centered ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ clear() [1/16]

static radio_button xtd::forms::radio_buttons::clear ( )
static

Create a system-defined radio_button that represent clear radio_button.

Returns
The created radio_button.

◆ clear() [2/16]

static radio_button xtd::forms::radio_buttons::clear ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::clear ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::clear ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::clear ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ clear() [11/16]

static radio_button xtd::forms::radio_buttons::clear ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::clear ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::clear ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::clear ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ close() [1/16]

static radio_button xtd::forms::radio_buttons::close ( )
static

Create a system-defined radio_button that represent close radio_button.

Returns
The created radio_button.

◆ close() [2/16]

static radio_button xtd::forms::radio_buttons::close ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::close ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::close ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::close ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ close() [11/16]

static radio_button xtd::forms::radio_buttons::close ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::close ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::close ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::close ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ color() [1/16]

static radio_button xtd::forms::radio_buttons::color ( )
static

Create a system-defined radio_button that represent color radio_button.

Returns
The created radio_button.

◆ color() [2/16]

static radio_button xtd::forms::radio_buttons::color ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::color ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::color ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::color ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ color() [11/16]

static radio_button xtd::forms::radio_buttons::color ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::color ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::color ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::color ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ contents() [1/16]

static radio_button xtd::forms::radio_buttons::contents ( )
static

Create a system-defined radio_button that represent contents radio_button.

Returns
The created radio_button.

◆ contents() [2/16]

static radio_button xtd::forms::radio_buttons::contents ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::contents ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::contents ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::contents ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ contents() [11/16]

static radio_button xtd::forms::radio_buttons::contents ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::contents ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::contents ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::contents ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ convert() [1/16]

static radio_button xtd::forms::radio_buttons::convert ( )
static

Create a system-defined radio_button that represent convert radio_button.

Returns
The created radio_button.

◆ convert() [2/16]

static radio_button xtd::forms::radio_buttons::convert ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::convert ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::convert ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::convert ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ convert() [11/16]

static radio_button xtd::forms::radio_buttons::convert ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::convert ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::convert ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::convert ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ copy() [1/16]

static radio_button xtd::forms::radio_buttons::copy ( )
static

Create a system-defined radio_button that represent copy radio_button.

Returns
The created radio_button.

◆ copy() [2/16]

static radio_button xtd::forms::radio_buttons::copy ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::copy ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::copy ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::copy ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ copy() [11/16]

static radio_button xtd::forms::radio_buttons::copy ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::copy ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::copy ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::copy ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ customize() [1/16]

static radio_button xtd::forms::radio_buttons::customize ( )
static

Create a system-defined radio_button that represent customize radio_button.

Returns
The created radio_button.

◆ customize() [2/16]

static radio_button xtd::forms::radio_buttons::customize ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::customize ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::customize ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::customize ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ customize() [11/16]

static radio_button xtd::forms::radio_buttons::customize ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::customize ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::customize ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::customize ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ cut() [1/16]

static radio_button xtd::forms::radio_buttons::cut ( )
static

Create a system-defined radio_button that represent cut radio_button.

Returns
The created radio_button.

◆ cut() [2/16]

static radio_button xtd::forms::radio_buttons::cut ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::cut ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::cut ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::cut ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ cut() [11/16]

static radio_button xtd::forms::radio_buttons::cut ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::cut ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::cut ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::cut ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ del() [1/16]

static radio_button xtd::forms::radio_buttons::del ( )
static

Create a system-defined radio_button that represent del radio_button.

Returns
The created radio_button.

◆ del() [2/16]

static radio_button xtd::forms::radio_buttons::del ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::del ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::del ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::del ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ del() [11/16]

static radio_button xtd::forms::radio_buttons::del ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::del ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::del ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::del ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ descending() [1/16]

static radio_button xtd::forms::radio_buttons::descending ( )
static

Create a system-defined radio_button that represent descending radio_button.

Returns
The created radio_button.

◆ descending() [2/16]

static radio_button xtd::forms::radio_buttons::descending ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::descending ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::descending ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::descending ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ descending() [11/16]

static radio_button xtd::forms::radio_buttons::descending ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::descending ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::descending ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::descending ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ down() [1/16]

static radio_button xtd::forms::radio_buttons::down ( )
static

Create a system-defined radio_button that represent down radio_button.

Returns
The created radio_button.

◆ down() [2/16]

static radio_button xtd::forms::radio_buttons::down ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::down ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::down ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::down ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ down() [11/16]

static radio_button xtd::forms::radio_buttons::down ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::down ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::down ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::down ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ edit() [1/16]

static radio_button xtd::forms::radio_buttons::edit ( )
static

Create a system-defined radio_button that represent edit radio_button.

Returns
The created radio_button.

◆ edit() [2/16]

static radio_button xtd::forms::radio_buttons::edit ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::edit ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::edit ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::edit ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ edit() [11/16]

static radio_button xtd::forms::radio_buttons::edit ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::edit ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::edit ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::edit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ execute() [1/16]

static radio_button xtd::forms::radio_buttons::execute ( )
static

Create a system-defined radio_button that represent execute radio_button.

Returns
The created radio_button.

◆ execute() [2/16]

static radio_button xtd::forms::radio_buttons::execute ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::execute ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::execute ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::execute ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ execute() [11/16]

static radio_button xtd::forms::radio_buttons::execute ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::execute ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::execute ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::execute ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ exit() [1/16]

static radio_button xtd::forms::radio_buttons::exit ( )
static

Create a system-defined radio_button that represent exit radio_button.

Returns
The created radio_button.

◆ exit() [2/16]

static radio_button xtd::forms::radio_buttons::exit ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::exit ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::exit ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::exit ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ exit() [11/16]

static radio_button xtd::forms::radio_buttons::exit ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::exit ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::exit ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::exit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ file() [1/16]

static radio_button xtd::forms::radio_buttons::file ( )
static

Create a system-defined radio_button that represent file radio_button.

Returns
The created radio_button.

◆ file() [2/16]

static radio_button xtd::forms::radio_buttons::file ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::file ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::file ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::file ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ file() [11/16]

static radio_button xtd::forms::radio_buttons::file ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::file ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::file ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::file ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ find() [1/16]

static radio_button xtd::forms::radio_buttons::find ( )
static

Create a system-defined radio_button that represent find radio_button.

Returns
The created radio_button.

◆ find() [2/16]

static radio_button xtd::forms::radio_buttons::find ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::find ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::find ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::find ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ find() [11/16]

static radio_button xtd::forms::radio_buttons::find ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::find ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::find ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::find ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ first() [1/16]

static radio_button xtd::forms::radio_buttons::first ( )
static

Create a system-defined radio_button that represent first radio_button.

Returns
The created radio_button.

◆ first() [2/16]

static radio_button xtd::forms::radio_buttons::first ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::first ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::first ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::first ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ first() [11/16]

static radio_button xtd::forms::radio_buttons::first ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::first ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::first ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::first ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ floppy() [1/16]

static radio_button xtd::forms::radio_buttons::floppy ( )
static

Create a system-defined radio_button that represent floppy radio_button.

Returns
The created radio_button.

◆ floppy() [2/16]

static radio_button xtd::forms::radio_buttons::floppy ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::floppy ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::floppy ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::floppy ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ floppy() [11/16]

static radio_button xtd::forms::radio_buttons::floppy ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::floppy ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::floppy ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::floppy ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ font() [1/16]

static radio_button xtd::forms::radio_buttons::font ( )
static

Create a system-defined radio_button that represent font radio_button.

Returns
The created radio_button.

◆ font() [2/16]

static radio_button xtd::forms::radio_buttons::font ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::font ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::font ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::font ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ font() [11/16]

static radio_button xtd::forms::radio_buttons::font ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::font ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::font ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::font ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ forward() [1/16]

static radio_button xtd::forms::radio_buttons::forward ( )
static

Create a system-defined radio_button that represent forward radio_button.

Returns
The created radio_button.

◆ forward() [2/16]

static radio_button xtd::forms::radio_buttons::forward ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::forward ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::forward ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::forward ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ forward() [11/16]

static radio_button xtd::forms::radio_buttons::forward ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::forward ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::forward ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::forward ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ harddisk() [1/16]

static radio_button xtd::forms::radio_buttons::harddisk ( )
static

Create a system-defined radio_button that represent harddisk radio_button.

Returns
The created radio_button.

◆ harddisk() [2/16]

static radio_button xtd::forms::radio_buttons::harddisk ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::harddisk ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::harddisk ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::harddisk ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ harddisk() [11/16]

static radio_button xtd::forms::radio_buttons::harddisk ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::harddisk ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::harddisk ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::harddisk ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ help() [1/16]

static radio_button xtd::forms::radio_buttons::help ( )
static

Create a system-defined radio_button that represent help radio_button.

Returns
The created radio_button.

◆ help() [2/16]

static radio_button xtd::forms::radio_buttons::help ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::help ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::help ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::help ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ help() [11/16]

static radio_button xtd::forms::radio_buttons::help ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::help ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::help ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::help ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ home() [1/16]

static radio_button xtd::forms::radio_buttons::home ( )
static

Create a system-defined radio_button that represent home radio_button.

Returns
The created radio_button.

◆ home() [2/16]

static radio_button xtd::forms::radio_buttons::home ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::home ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::home ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::home ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ home() [11/16]

static radio_button xtd::forms::radio_buttons::home ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::home ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::home ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::home ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ ignore() [1/16]

static radio_button xtd::forms::radio_buttons::ignore ( )
static

Create a system-defined radio_button that represent ignore radio_button.

Returns
The created radio_button.

◆ ignore() [2/16]

static radio_button xtd::forms::radio_buttons::ignore ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::ignore ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::ignore ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::ignore ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ ignore() [11/16]

static radio_button xtd::forms::radio_buttons::ignore ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::ignore ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::ignore ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::ignore ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ indent() [1/16]

static radio_button xtd::forms::radio_buttons::indent ( )
static

Create a system-defined radio_button that represent indent radio_button.

Returns
The created radio_button.

◆ indent() [2/16]

static radio_button xtd::forms::radio_buttons::indent ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::indent ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::indent ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::indent ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ indent() [11/16]

static radio_button xtd::forms::radio_buttons::indent ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::indent ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::indent ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::indent ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ index() [1/16]

static radio_button xtd::forms::radio_buttons::index ( )
static

Create a system-defined radio_button that represent index radio_button.

Returns
The created radio_button.

◆ index() [2/16]

static radio_button xtd::forms::radio_buttons::index ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::index ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::index ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::index ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ index() [11/16]

static radio_button xtd::forms::radio_buttons::index ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::index ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::index ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::index ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ info() [1/16]

static radio_button xtd::forms::radio_buttons::info ( )
static

Create a system-defined radio_button that represent info radio_button.

Returns
The created radio_button.

◆ info() [2/16]

static radio_button xtd::forms::radio_buttons::info ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::info ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::info ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::info ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ info() [11/16]

static radio_button xtd::forms::radio_buttons::info ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::info ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::info ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::info ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ italic() [1/16]

static radio_button xtd::forms::radio_buttons::italic ( )
static

Create a system-defined radio_button that represent italic radio_button.

Returns
The created radio_button.

◆ italic() [2/16]

static radio_button xtd::forms::radio_buttons::italic ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::italic ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::italic ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::italic ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ italic() [11/16]

static radio_button xtd::forms::radio_buttons::italic ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::italic ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::italic ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::italic ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ jump_to() [1/16]

static radio_button xtd::forms::radio_buttons::jump_to ( )
static

Create a system-defined radio_button that represent jump_to radio_button.

Returns
The created radio_button.

◆ jump_to() [2/16]

static radio_button xtd::forms::radio_buttons::jump_to ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::jump_to ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::jump_to ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::jump_to ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ jump_to() [11/16]

static radio_button xtd::forms::radio_buttons::jump_to ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::jump_to ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::jump_to ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::jump_to ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ justified() [1/16]

static radio_button xtd::forms::radio_buttons::justified ( )
static

Create a system-defined radio_button that represent justified radio_button.

Returns
The created radio_button.

◆ justified() [2/16]

static radio_button xtd::forms::radio_buttons::justified ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::justified ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::justified ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::justified ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ justified() [11/16]

static radio_button xtd::forms::radio_buttons::justified ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::justified ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::justified ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::justified ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ last() [1/16]

static radio_button xtd::forms::radio_buttons::last ( )
static

Create a system-defined radio_button that represent last radio_button.

Returns
The created radio_button.

◆ last() [2/16]

static radio_button xtd::forms::radio_buttons::last ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::last ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::last ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::last ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ last() [11/16]

static radio_button xtd::forms::radio_buttons::last ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::last ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::last ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::last ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ network() [1/16]

static radio_button xtd::forms::radio_buttons::network ( )
static

Create a system-defined radio_button that represent network radio_button.

Returns
The created radio_button.

◆ network() [2/16]

static radio_button xtd::forms::radio_buttons::network ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::network ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::network ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::network ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ network() [11/16]

static radio_button xtd::forms::radio_buttons::network ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::network ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::network ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::network ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ new_() [1/16]

static radio_button xtd::forms::radio_buttons::new_ ( )
static

Create a system-defined radio_button that represent new_ radio_button.

Returns
The created radio_button.

◆ new_() [2/16]

static radio_button xtd::forms::radio_buttons::new_ ( bool  checked)
static

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_() [3/16]

static radio_button xtd::forms::radio_buttons::new_ ( bool  checked,
const drawing::point location 
)
static

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_() [4/16]

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

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_() [5/16]

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

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_() [6/16]

static radio_button xtd::forms::radio_buttons::new_ ( const control parent)
static

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_() [7/16]

static radio_button xtd::forms::radio_buttons::new_ ( const control parent,
bool  checked 
)
static

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_() [8/16]

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

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_() [9/16]

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

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_() [10/16]

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

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.

◆ new_() [11/16]

static radio_button xtd::forms::radio_buttons::new_ ( const control parent,
const drawing::point location 
)
static

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_() [12/16]

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

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_() [13/16]

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

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_() [14/16]

static radio_button xtd::forms::radio_buttons::new_ ( const drawing::point location)
static

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_() [15/16]

static radio_button xtd::forms::radio_buttons::new_ ( const drawing::point location,
const drawing::size size 
)
static

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_() [16/16]

static radio_button xtd::forms::radio_buttons::new_ ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ next() [1/16]

static radio_button xtd::forms::radio_buttons::next ( )
static

Create a system-defined radio_button that represent next radio_button.

Returns
The created radio_button.

◆ next() [2/16]

static radio_button xtd::forms::radio_buttons::next ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::next ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::next ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::next ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ next() [11/16]

static radio_button xtd::forms::radio_buttons::next ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::next ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::next ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::next ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ no() [1/16]

static radio_button xtd::forms::radio_buttons::no ( )
static

Create a system-defined radio_button that represent no radio_button.

Returns
The created radio_button.

◆ no() [2/16]

static radio_button xtd::forms::radio_buttons::no ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::no ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::no ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::no ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ no() [11/16]

static radio_button xtd::forms::radio_buttons::no ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::no ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::no ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::no ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ ok() [1/16]

static radio_button xtd::forms::radio_buttons::ok ( )
static

Create a system-defined radio_button that represent ok radio_button.

Returns
The created radio_button.

◆ ok() [2/16]

static radio_button xtd::forms::radio_buttons::ok ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::ok ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::ok ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::ok ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ ok() [11/16]

static radio_button xtd::forms::radio_buttons::ok ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::ok ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::ok ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::ok ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ open() [1/16]

static radio_button xtd::forms::radio_buttons::open ( )
static

Create a system-defined radio_button that represent open radio_button.

Returns
The created radio_button.

◆ open() [2/16]

static radio_button xtd::forms::radio_buttons::open ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::open ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::open ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::open ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ open() [11/16]

static radio_button xtd::forms::radio_buttons::open ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::open ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::open ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::open ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ options() [1/16]

static radio_button xtd::forms::radio_buttons::options ( )
static

Create a system-defined radio_button that represent options radio_button.

Returns
The created radio_button.

◆ options() [2/16]

static radio_button xtd::forms::radio_buttons::options ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::options ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::options ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::options ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ options() [11/16]

static radio_button xtd::forms::radio_buttons::options ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::options ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::options ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::options ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ paste() [1/16]

static radio_button xtd::forms::radio_buttons::paste ( )
static

Create a system-defined radio_button that represent paste radio_button.

Returns
The created radio_button.

◆ paste() [2/16]

static radio_button xtd::forms::radio_buttons::paste ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::paste ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::paste ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::paste ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ paste() [11/16]

static radio_button xtd::forms::radio_buttons::paste ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::paste ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::paste ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::paste ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ preferences() [1/16]

static radio_button xtd::forms::radio_buttons::preferences ( )
static

Create a system-defined radio_button that represent preferences radio_button.

Returns
The created radio_button.

◆ preferences() [2/16]

static radio_button xtd::forms::radio_buttons::preferences ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::preferences ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::preferences ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::preferences ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ preferences() [11/16]

static radio_button xtd::forms::radio_buttons::preferences ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::preferences ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::preferences ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::preferences ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ previous() [1/16]

static radio_button xtd::forms::radio_buttons::previous ( )
static

Create a system-defined radio_button that represent previous radio_button.

Returns
The created radio_button.

◆ previous() [2/16]

static radio_button xtd::forms::radio_buttons::previous ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::previous ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::previous ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::previous ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ previous() [11/16]

static radio_button xtd::forms::radio_buttons::previous ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::previous ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::previous ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::previous ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ print() [1/16]

static radio_button xtd::forms::radio_buttons::print ( )
static

Create a system-defined radio_button that represent print radio_button.

Returns
The created radio_button.

◆ print() [2/16]

static radio_button xtd::forms::radio_buttons::print ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::print ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::print ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::print ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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() [11/16]

static radio_button xtd::forms::radio_buttons::print ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::print ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::print ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::print ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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_preview() [1/16]

static radio_button xtd::forms::radio_buttons::print_preview ( )
static

Create a system-defined radio_button that represent print_preview radio_button.

Returns
The created radio_button.

◆ print_preview() [2/16]

static radio_button xtd::forms::radio_buttons::print_preview ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::print_preview ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::print_preview ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::print_preview ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ print_preview() [11/16]

static radio_button xtd::forms::radio_buttons::print_preview ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::print_preview ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::print_preview ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::print_preview ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ properties() [1/16]

static radio_button xtd::forms::radio_buttons::properties ( )
static

Create a system-defined radio_button that represent properties radio_button.

Returns
The created radio_button.

◆ properties() [2/16]

static radio_button xtd::forms::radio_buttons::properties ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::properties ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::properties ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::properties ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ properties() [11/16]

static radio_button xtd::forms::radio_buttons::properties ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::properties ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::properties ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::properties ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ quit() [1/16]

static radio_button xtd::forms::radio_buttons::quit ( )
static

Create a system-defined radio_button that represent quit radio_button.

Returns
The created radio_button.

◆ quit() [2/16]

static radio_button xtd::forms::radio_buttons::quit ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::quit ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::quit ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::quit ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ quit() [11/16]

static radio_button xtd::forms::radio_buttons::quit ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::quit ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::quit ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::quit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ redo() [1/16]

static radio_button xtd::forms::radio_buttons::redo ( )
static

Create a system-defined radio_button that represent redo radio_button.

Returns
The created radio_button.

◆ redo() [2/16]

static radio_button xtd::forms::radio_buttons::redo ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::redo ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::redo ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::redo ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ redo() [11/16]

static radio_button xtd::forms::radio_buttons::redo ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::redo ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::redo ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::redo ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ refresh() [1/16]

static radio_button xtd::forms::radio_buttons::refresh ( )
static

Create a system-defined radio_button that represent refresh radio_button.

Returns
The created radio_button.

◆ refresh() [2/16]

static radio_button xtd::forms::radio_buttons::refresh ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::refresh ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::refresh ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::refresh ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ refresh() [11/16]

static radio_button xtd::forms::radio_buttons::refresh ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::refresh ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::refresh ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::refresh ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ remove() [1/16]

static radio_button xtd::forms::radio_buttons::remove ( )
static

Create a system-defined radio_button that represent remove radio_button.

Returns
The created radio_button.

◆ remove() [2/16]

static radio_button xtd::forms::radio_buttons::remove ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::remove ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::remove ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::remove ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ remove() [11/16]

static radio_button xtd::forms::radio_buttons::remove ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::remove ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::remove ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::remove ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ replace() [1/16]

static radio_button xtd::forms::radio_buttons::replace ( )
static

Create a system-defined radio_button that represent replace radio_button.

Returns
The created radio_button.

◆ replace() [2/16]

static radio_button xtd::forms::radio_buttons::replace ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::replace ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::replace ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::replace ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ replace() [11/16]

static radio_button xtd::forms::radio_buttons::replace ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::replace ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::replace ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::replace ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ retry() [1/16]

static radio_button xtd::forms::radio_buttons::retry ( )
static

Create a system-defined radio_button that represent retry radio_button.

Returns
The created radio_button.

◆ retry() [2/16]

static radio_button xtd::forms::radio_buttons::retry ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::retry ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::retry ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::retry ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ retry() [11/16]

static radio_button xtd::forms::radio_buttons::retry ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::retry ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::retry ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::retry ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ revert_to_saved() [1/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( )
static

Create a system-defined radio_button that represent revert_to_saved radio_button.

Returns
The created radio_button.

◆ revert_to_saved() [2/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ revert_to_saved() [11/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ save() [1/16]

static radio_button xtd::forms::radio_buttons::save ( )
static

Create a system-defined radio_button that represent save radio_button.

Returns
The created radio_button.

◆ save() [2/16]

static radio_button xtd::forms::radio_buttons::save ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::save ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::save ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::save ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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() [11/16]

static radio_button xtd::forms::radio_buttons::save ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::save ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::save ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::save ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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_as() [1/16]

static radio_button xtd::forms::radio_buttons::save_as ( )
static

Create a system-defined radio_button that represent save_as radio_button.

Returns
The created radio_button.

◆ save_as() [2/16]

static radio_button xtd::forms::radio_buttons::save_as ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::save_as ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::save_as ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::save_as ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ save_as() [11/16]

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

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() [12/16]

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

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() [13/16]

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

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

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

◆ save_as() [14/16]

static radio_button xtd::forms::radio_buttons::save_as ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::save_as ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

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

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.

◆ search() [1/16]

static radio_button xtd::forms::radio_buttons::search ( )
static

Create a system-defined radio_button that represent search radio_button.

Returns
The created radio_button.

◆ search() [2/16]

static radio_button xtd::forms::radio_buttons::search ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::search ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::search ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::search ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ search() [11/16]

static radio_button xtd::forms::radio_buttons::search ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::search ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::search ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::search ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ select_all() [1/16]

static radio_button xtd::forms::radio_buttons::select_all ( )
static

Create a system-defined radio_button that represent select_all radio_button.

Returns
The created radio_button.

◆ select_all() [2/16]

static radio_button xtd::forms::radio_buttons::select_all ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::select_all ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::select_all ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::select_all ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ select_all() [11/16]

static radio_button xtd::forms::radio_buttons::select_all ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::select_all ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::select_all ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::select_all ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ settings() [1/16]

static radio_button xtd::forms::radio_buttons::settings ( )
static

Create a system-defined radio_button that represent settings radio_button.

Returns
The created radio_button.

◆ settings() [2/16]

static radio_button xtd::forms::radio_buttons::settings ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::settings ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::settings ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::settings ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ settings() [11/16]

static radio_button xtd::forms::radio_buttons::settings ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::settings ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::settings ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::settings ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ spell_check() [1/16]

static radio_button xtd::forms::radio_buttons::spell_check ( )
static

Create a system-defined radio_button that represent spell_check radio_button.

Returns
The created radio_button.

◆ spell_check() [2/16]

static radio_button xtd::forms::radio_buttons::spell_check ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::spell_check ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::spell_check ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::spell_check ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ spell_check() [11/16]

static radio_button xtd::forms::radio_buttons::spell_check ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::spell_check ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::spell_check ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::spell_check ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ stop() [1/16]

static radio_button xtd::forms::radio_buttons::stop ( )
static

Create a system-defined radio_button that represent stop radio_button.

Returns
The created radio_button.

◆ stop() [2/16]

static radio_button xtd::forms::radio_buttons::stop ( bool  checked)
static

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() [3/16]

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

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::stop ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::stop ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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

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

◆ stop() [10/16]

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

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.

◆ stop() [11/16]

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

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::stop ( const drawing::point location)
static

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() [15/16]

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

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() [16/16]

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

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

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

◆ strikeout() [1/16]

static radio_button xtd::forms::radio_buttons::strikeout ( )
static

Create a system-defined radio_button that represent strikeout radio_button.

Returns
The created radio_button.

◆ strikeout() [2/16]

static radio_button xtd::forms::radio_buttons::strikeout ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::strikeout ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::strikeout ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::strikeout ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ strikeout() [11/16]

static radio_button xtd::forms::radio_buttons::strikeout ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::strikeout ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::strikeout ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::strikeout ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ tools() [1/16]

static radio_button xtd::forms::radio_buttons::tools ( )
static

Create a system-defined radio_button that represent tools radio_button.

Returns
The created radio_button.

◆ tools() [2/16]

static radio_button xtd::forms::radio_buttons::tools ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::tools ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::tools ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::tools ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ tools() [11/16]

static radio_button xtd::forms::radio_buttons::tools ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::tools ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::tools ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::tools ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ top() [1/16]

static radio_button xtd::forms::radio_buttons::top ( )
static

Create a system-defined radio_button that represent top radio_button.

Returns
The created radio_button.

◆ top() [2/16]

static radio_button xtd::forms::radio_buttons::top ( bool  checked)
static

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() [3/16]

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

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() [4/16]

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

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() [5/16]

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

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

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

◆ top() [6/16]

static radio_button xtd::forms::radio_buttons::top ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::top ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ top() [11/16]

static radio_button xtd::forms::radio_buttons::top ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::top ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::top ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

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

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.

◆ undelete() [1/16]

static radio_button xtd::forms::radio_buttons::undelete ( )
static

Create a system-defined radio_button that represent undelete radio_button.

Returns
The created radio_button.

◆ undelete() [2/16]

static radio_button xtd::forms::radio_buttons::undelete ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::undelete ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::undelete ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::undelete ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ undelete() [11/16]

static radio_button xtd::forms::radio_buttons::undelete ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::undelete ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::undelete ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::undelete ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ underline() [1/16]

static radio_button xtd::forms::radio_buttons::underline ( )
static

Create a system-defined radio_button that represent underline radio_button.

Returns
The created radio_button.

◆ underline() [2/16]

static radio_button xtd::forms::radio_buttons::underline ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::underline ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::underline ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::underline ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ underline() [11/16]

static radio_button xtd::forms::radio_buttons::underline ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::underline ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::underline ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::underline ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ undo() [1/16]

static radio_button xtd::forms::radio_buttons::undo ( )
static

Create a system-defined radio_button that represent undo radio_button.

Returns
The created radio_button.

◆ undo() [2/16]

static radio_button xtd::forms::radio_buttons::undo ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::undo ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::undo ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::undo ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ undo() [11/16]

static radio_button xtd::forms::radio_buttons::undo ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::undo ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::undo ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::undo ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ unindent() [1/16]

static radio_button xtd::forms::radio_buttons::unindent ( )
static

Create a system-defined radio_button that represent unindent radio_button.

Returns
The created radio_button.

◆ unindent() [2/16]

static radio_button xtd::forms::radio_buttons::unindent ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::unindent ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::unindent ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::unindent ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ unindent() [11/16]

static radio_button xtd::forms::radio_buttons::unindent ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::unindent ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::unindent ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::unindent ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ up() [1/16]

static radio_button xtd::forms::radio_buttons::up ( )
static

Create a system-defined radio_button that represent up radio_button.

Returns
The created radio_button.

◆ up() [2/16]

static radio_button xtd::forms::radio_buttons::up ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::up ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::up ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::up ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ up() [11/16]

static radio_button xtd::forms::radio_buttons::up ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::up ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::up ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::up ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ view() [1/16]

static radio_button xtd::forms::radio_buttons::view ( )
static

Create a system-defined radio_button that represent view radio_button.

Returns
The created radio_button.

◆ view() [2/16]

static radio_button xtd::forms::radio_buttons::view ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::view ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::view ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::view ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ view() [11/16]

static radio_button xtd::forms::radio_buttons::view ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::view ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::view ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::view ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ window() [1/16]

static radio_button xtd::forms::radio_buttons::window ( )
static

Create a system-defined radio_button that represent window radio_button.

Returns
The created radio_button.

◆ window() [2/16]

static radio_button xtd::forms::radio_buttons::window ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::window ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::window ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::window ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ window() [11/16]

static radio_button xtd::forms::radio_buttons::window ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::window ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::window ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::window ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ yes() [1/16]

static radio_button xtd::forms::radio_buttons::yes ( )
static

Create a system-defined radio_button that represent yes radio_button.

Returns
The created radio_button.

◆ yes() [2/16]

static radio_button xtd::forms::radio_buttons::yes ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::yes ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::yes ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::yes ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ yes() [11/16]

static radio_button xtd::forms::radio_buttons::yes ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::yes ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::yes ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::yes ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

◆ zoom_in() [1/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( )
static

Create a system-defined radio_button that represent zoom_in radio_button.

Returns
The created radio_button.

◆ zoom_in() [2/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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_in() [11/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::zoom_in ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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_out() [1/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( )
static

Create a system-defined radio_button that represent zoom_out radio_button.

Returns
The created radio_button.

◆ zoom_out() [2/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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_out() [11/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::zoom_out ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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_to_fit() [1/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( )
static

Create a system-defined radio_button that represent zoom_to_fit radio_button.

Returns
The created radio_button.

◆ zoom_to_fit() [2/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( bool  checked)
static

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() [3/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( bool  checked,
const drawing::point location 
)
static

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() [4/16]

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

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() [5/16]

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

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() [6/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( const control parent)
static

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() [7/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( const control parent,
bool  checked 
)
static

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() [8/16]

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

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() [9/16]

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

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() [10/16]

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

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.

◆ zoom_to_fit() [11/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( const control parent,
const drawing::point location 
)
static

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() [12/16]

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

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() [13/16]

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

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() [14/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( const drawing::point location)
static

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() [15/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( const drawing::point location,
const drawing::size size 
)
static

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() [16/16]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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.

The documentation for this class was generated from the following file: