xtd 0.2.0
xtd::forms::radio_buttons Class Referencefinal

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/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, system_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);
}

Methods

static radio_button abort (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent abort radio_button. More...
 
static radio_button abort (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent abort radio_button. More...
 
static radio_button about (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent about radio_button. More...
 
static radio_button about (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent about radio_button. More...
 
static radio_button actual_size (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent actual size radio_button. More...
 
static radio_button actual_size (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent actual size radio_button. More...
 
static radio_button add (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent add radio_button. More...
 
static radio_button add (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent add radio_button. More...
 
static radio_button alignment (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent alignment radio_button. More...
 
static radio_button alignment (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent alignment radio_button. More...
 
static radio_button align_left (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent align left radio_button. More...
 
static radio_button align_left (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent align left radio_button. More...
 
static radio_button align_right (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent align right radio_button. More...
 
static radio_button align_right (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent align right radio_button. More...
 
static radio_button apply (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent apply radio_button. More...
 
static radio_button apply (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent apply radio_button. More...
 
static radio_button ascending (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent ascending radio_button. More...
 
static radio_button ascending (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent ascending radio_button. More...
 
static radio_button back (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent back radio_button. More...
 
static radio_button back (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent back radio_button. More...
 
static radio_button bold (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent bold radio_button. More...
 
static radio_button bold (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent bold radio_button. More...
 
static radio_button bottom (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent bottom radio_button. More...
 
static radio_button bottom (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent bottom radio_button. More...
 
static radio_button cancel (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent cancel radio_button. More...
 
static radio_button cancel (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent cancel radio_button. More...
 
static radio_button cdrom (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent CD-Rom radio_button. More...
 
static radio_button cdrom (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent CD-Rom radio_button. More...
 
static radio_button centered (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent centered radio_button. More...
 
static radio_button centered (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent centered radio_button. More...
 
static radio_button clear (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent clear radio_button. More...
 
static radio_button clear (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent clear radio_button. More...
 
static radio_button close (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent close radio_button. More...
 
static radio_button close (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent close radio_button. More...
 
static radio_button color (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent color radio_button. More...
 
static radio_button color (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent color radio_button. More...
 
static radio_button contents (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent contents radio_button. More...
 
static radio_button contents (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent contents radio_button. More...
 
static radio_button convert (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent convert radio_button. More...
 
static radio_button convert (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent convert radio_button. More...
 
static radio_button copy (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent copy radio_button. More...
 
static radio_button copy (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent copy radio_button. More...
 
static radio_button customize (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent customize radio_button. More...
 
static radio_button customize (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent customize radio_button. More...
 
static radio_button cut (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent cut radio_button. More...
 
static radio_button cut (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent cut radio_button. More...
 
static radio_button del (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent delete radio_button. More...
 
static radio_button del (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent delete radio_button. More...
 
static radio_button descending (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent descending radio_button. More...
 
static radio_button descending (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent descending radio_button. More...
 
static radio_button down (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent down radio_button. More...
 
static radio_button down (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent down radio_button. More...
 
static radio_button edit (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent edit radio_button. More...
 
static radio_button edit (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent edit radio_button. More...
 
static radio_button execute (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent execute radio_button. More...
 
static radio_button execute (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent execute radio_button. More...
 
static radio_button file (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent file radio_button. More...
 
static radio_button file (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent file radio_button. More...
 
static radio_button find (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent find radio_button. More...
 
static radio_button find (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent find radio_button. More...
 
static radio_button first (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent first radio_button. More...
 
static radio_button first (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent first radio_button. More...
 
static radio_button floppy (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent floppy radio_button. More...
 
static radio_button floppy (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent floppy radio_button. More...
 
static radio_button font (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent font radio_button. More...
 
static radio_button font (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent font radio_button. More...
 
static radio_button forward (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent forward radio_button. More...
 
static radio_button forward (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent forward radio_button. More...
 
static radio_button harddisk (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent hard disk radio_button. More...
 
static radio_button harddisk (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent hard disk radio_button. More...
 
static radio_button help (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent help radio_button. More...
 
static radio_button help (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent help radio_button. More...
 
static radio_button home (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent home radio_button. More...
 
static radio_button home (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent home radio_button. More...
 
static radio_button ignore (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent ignore radio_button. More...
 
static radio_button ignore (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent ignore radio_button. More...
 
static radio_button indent (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent indent radio_button. More...
 
static radio_button indent (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent indent radio_button. More...
 
static radio_button index (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent index radio_button. More...
 
static radio_button index (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent index radio_button. More...
 
static radio_button info (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent info radio_button. More...
 
static radio_button info (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent info radio_button. More...
 
static radio_button italic (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent italic radio_button. More...
 
static radio_button italic (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent italic radio_button. More...
 
static radio_button justified (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent justified radio_button. More...
 
static radio_button justified (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent justified radio_button. More...
 
static radio_button jump_to (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent jump_to radio_button. More...
 
static radio_button jump_to (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent jump to radio_button. More...
 
static radio_button last (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent last radio_button. More...
 
static radio_button last (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent last radio_button. More...
 
static radio_button network (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent network radio_button. More...
 
static radio_button network (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent network radio_button. More...
 
static radio_button new_ (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent new radio_button. More...
 
static radio_button new_ (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent new radio_button. More...
 
static radio_button no (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent no radio_button. More...
 
static radio_button no (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent no radio_button. More...
 
static radio_button ok (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent ok radio_button. More...
 
static radio_button ok (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent ok radio_button. More...
 
static radio_button open (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent open radio_button. More...
 
static radio_button open (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent open radio_button. More...
 
static radio_button options (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent options radio_button. More...
 
static radio_button options (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent options radio_button. More...
 
static radio_button paste (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent paste radio_button. More...
 
static radio_button paste (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent paste radio_button. More...
 
static radio_button preferences (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent preferences radio_button. More...
 
static radio_button preferences (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent preferences radio_button. More...
 
static radio_button print (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent print radio_button. More...
 
static radio_button print (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent print radio_button. More...
 
static radio_button print_preview (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent print preview radio_button. More...
 
static radio_button print_preview (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent print preview radio_button. More...
 
static radio_button properties (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent properties radio_button. More...
 
static radio_button properties (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent properties radio_button. More...
 
static radio_button quit (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent quit radio_button. More...
 
static radio_button quit (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent quit radio_button. More...
 
static radio_button redo (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent redo radio_button. More...
 
static radio_button redo (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent redo radio_button. More...
 
static radio_button refresh (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent refresh radio_button. More...
 
static radio_button refresh (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent refresh radio_button. More...
 
static radio_button remove (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent remove radio_button. More...
 
static radio_button remove (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent remove radio_button. More...
 
static radio_button replace (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent replace radio_button. More...
 
static radio_button replace (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent replace radio_button. More...
 
static radio_button retry (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent retry radio_button. More...
 
static radio_button retry (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent retry radio_button. More...
 
static radio_button revert_to_saved (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent revert to saved radio_button. More...
 
static radio_button revert_to_saved (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent revert to saved radio_button. More...
 
static radio_button save (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent save radio_button. More...
 
static radio_button save (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent save radio_button. More...
 
static radio_button save_as (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent save as radio_button. More...
 
static radio_button save_as (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent save as radio_button. More...
 
static radio_button search (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent search radio_button. More...
 
static radio_button search (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent search radio_button. More...
 
static radio_button select_all (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent select all radio_button. More...
 
static radio_button select_all (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent select all radio_button. More...
 
static radio_button spell_check (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent spell check radio_button. More...
 
static radio_button spell_check (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent spell check radio_button. More...
 
static radio_button stop (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent stop radio_button. More...
 
static radio_button stop (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent stop radio_button. More...
 
static radio_button strikeout (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent strikeout radio_button. More...
 
static radio_button strikeout (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent strikeout radio_button. More...
 
static radio_button tools (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent tools radio_button. More...
 
static radio_button tools (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent tools radio_button. More...
 
static radio_button top (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent top radio_button. More...
 
static radio_button top (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent top radio_button. More...
 
static radio_button undelete (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent undelete radio_button. More...
 
static radio_button undelete (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent undelete radio_button. More...
 
static radio_button underline (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent underline radio_button. More...
 
static radio_button underline (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent underline radio_button. More...
 
static radio_button undo (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent undo radio_button. More...
 
static radio_button undo (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent undo radio_button. More...
 
static radio_button unindent (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represents an unindented radio_button. More...
 
static radio_button unindent (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represents an unindented radio_button. More...
 
static radio_button up (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent up radio_button. More...
 
static radio_button up (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent up radio_button. More...
 
static radio_button view (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent view radio_button. More...
 
static radio_button view (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent view radio_button. More...
 
static radio_button yes (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent yes radio_button. More...
 
static radio_button yes (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent yes radio_button. More...
 
static radio_button zoom_in (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent zoom in radio_button. More...
 
static radio_button zoom_in (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent zoom in radio_button. More...
 
static radio_button zoom_out (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent zoom out radio_button. More...
 
static radio_button zoom_out (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent zoom out radio_button. More...
 
static radio_button zoom_to_fit (bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent zoom to fit radio_button. More...
 
static radio_button zoom_to_fit (const control &parent, bool checked=false, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined radio_button that represent zoom to fit radio_button. More...
 

Member Function Documentation

◆ abort() [1/2]

static radio_button xtd::forms::radio_buttons::abort ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent abort radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ abort() [2/2]

static radio_button xtd::forms::radio_buttons::abort ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent abort radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::about ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent about radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ about() [2/2]

static radio_button xtd::forms::radio_buttons::about ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent about radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::actual_size ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent actual size radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::actual_size ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent actual size radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::add ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent add radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ add() [2/2]

static radio_button xtd::forms::radio_buttons::add ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent add radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::align_left ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent align left radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.
Examples:
radio_buttons.cpp.

◆ align_left() [2/2]

static radio_button xtd::forms::radio_buttons::align_left ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent align left radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::align_right ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent align right radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.
Examples:
radio_buttons.cpp.

◆ align_right() [2/2]

static radio_button xtd::forms::radio_buttons::align_right ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent align right radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::alignment ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent alignment radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ alignment() [2/2]

static radio_button xtd::forms::radio_buttons::alignment ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent alignment radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::apply ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent apply radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ apply() [2/2]

static radio_button xtd::forms::radio_buttons::apply ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent apply radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::ascending ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent ascending radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ ascending() [2/2]

static radio_button xtd::forms::radio_buttons::ascending ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent ascending radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::back ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent back radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ back() [2/2]

static radio_button xtd::forms::radio_buttons::back ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent back radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::bold ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent bold radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ bold() [2/2]

static radio_button xtd::forms::radio_buttons::bold ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent bold radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::bottom ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent bottom radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ bottom() [2/2]

static radio_button xtd::forms::radio_buttons::bottom ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent bottom radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::cancel ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent cancel radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ cancel() [2/2]

static radio_button xtd::forms::radio_buttons::cancel ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent cancel radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::cdrom ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent CD-Rom radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ cdrom() [2/2]

static radio_button xtd::forms::radio_buttons::cdrom ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent CD-Rom radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::centered ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent centered radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.
Examples:
radio_buttons.cpp.

◆ centered() [2/2]

static radio_button xtd::forms::radio_buttons::centered ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent centered radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::clear ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent clear radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ clear() [2/2]

static radio_button xtd::forms::radio_buttons::clear ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent clear radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::close ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent close radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ close() [2/2]

static radio_button xtd::forms::radio_buttons::close ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent close radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::color ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent color radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ color() [2/2]

static radio_button xtd::forms::radio_buttons::color ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent color radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::contents ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent contents radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ contents() [2/2]

static radio_button xtd::forms::radio_buttons::contents ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent contents radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::convert ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent convert radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ convert() [2/2]

static radio_button xtd::forms::radio_buttons::convert ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent convert radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::copy ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent copy radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ copy() [2/2]

static radio_button xtd::forms::radio_buttons::copy ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent copy radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::customize ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent customize radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ customize() [2/2]

static radio_button xtd::forms::radio_buttons::customize ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent customize radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::cut ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent cut radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ cut() [2/2]

static radio_button xtd::forms::radio_buttons::cut ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent cut radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::del ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent delete radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ del() [2/2]

static radio_button xtd::forms::radio_buttons::del ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent delete radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::descending ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent descending radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ descending() [2/2]

static radio_button xtd::forms::radio_buttons::descending ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent descending radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::down ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent down radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ down() [2/2]

static radio_button xtd::forms::radio_buttons::down ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent down radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::edit ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent edit radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ edit() [2/2]

static radio_button xtd::forms::radio_buttons::edit ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent edit radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::execute ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent execute radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ execute() [2/2]

static radio_button xtd::forms::radio_buttons::execute ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent execute radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::file ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent file radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ file() [2/2]

static radio_button xtd::forms::radio_buttons::file ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent file radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::find ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent find radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ find() [2/2]

static radio_button xtd::forms::radio_buttons::find ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent find radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::first ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent first radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ first() [2/2]

static radio_button xtd::forms::radio_buttons::first ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent first radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::floppy ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent floppy radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ floppy() [2/2]

static radio_button xtd::forms::radio_buttons::floppy ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent floppy radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::font ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent font radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ font() [2/2]

static radio_button xtd::forms::radio_buttons::font ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent font radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::forward ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent forward radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ forward() [2/2]

static radio_button xtd::forms::radio_buttons::forward ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent forward radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::harddisk ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent hard disk radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ harddisk() [2/2]

static radio_button xtd::forms::radio_buttons::harddisk ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent hard disk radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::help ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent help radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ help() [2/2]

static radio_button xtd::forms::radio_buttons::help ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent help radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::home ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent home radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ home() [2/2]

static radio_button xtd::forms::radio_buttons::home ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent home radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::ignore ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent ignore radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ ignore() [2/2]

static radio_button xtd::forms::radio_buttons::ignore ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent ignore radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::indent ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent indent radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ indent() [2/2]

static radio_button xtd::forms::radio_buttons::indent ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent indent radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::index ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent index radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ index() [2/2]

static radio_button xtd::forms::radio_buttons::index ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent index radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::info ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent info radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ info() [2/2]

static radio_button xtd::forms::radio_buttons::info ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent info radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::italic ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent italic radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ italic() [2/2]

static radio_button xtd::forms::radio_buttons::italic ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent italic radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::jump_to ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent jump_to radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::jump_to ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent jump to radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::justified ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent justified radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.
Examples:
radio_buttons.cpp.

◆ justified() [2/2]

static radio_button xtd::forms::radio_buttons::justified ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent justified radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::last ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent last radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ last() [2/2]

static radio_button xtd::forms::radio_buttons::last ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent last radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::network ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent network radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ network() [2/2]

static radio_button xtd::forms::radio_buttons::network ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent network radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::new_ ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent new radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ new_() [2/2]

static radio_button xtd::forms::radio_buttons::new_ ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent new radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::no ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent no radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ no() [2/2]

static radio_button xtd::forms::radio_buttons::no ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent no radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::ok ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent ok radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ ok() [2/2]

static radio_button xtd::forms::radio_buttons::ok ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent ok radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::open ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent open radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ open() [2/2]

static radio_button xtd::forms::radio_buttons::open ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent open radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::options ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent options radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ options() [2/2]

static radio_button xtd::forms::radio_buttons::options ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent options radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::paste ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent paste radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ paste() [2/2]

static radio_button xtd::forms::radio_buttons::paste ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent paste radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::preferences ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent preferences radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ preferences() [2/2]

static radio_button xtd::forms::radio_buttons::preferences ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent preferences radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::print ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent print radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ print() [2/2]

static radio_button xtd::forms::radio_buttons::print ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent print radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::print_preview ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent print preview radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::print_preview ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent print preview radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::properties ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent properties radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ properties() [2/2]

static radio_button xtd::forms::radio_buttons::properties ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent properties radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::quit ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent quit radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ quit() [2/2]

static radio_button xtd::forms::radio_buttons::quit ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent quit radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::redo ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent redo radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ redo() [2/2]

static radio_button xtd::forms::radio_buttons::redo ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent redo radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::refresh ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent refresh radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ refresh() [2/2]

static radio_button xtd::forms::radio_buttons::refresh ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent refresh radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::remove ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent remove radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ remove() [2/2]

static radio_button xtd::forms::radio_buttons::remove ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent remove radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::replace ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent replace radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ replace() [2/2]

static radio_button xtd::forms::radio_buttons::replace ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent replace radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::retry ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent retry radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ retry() [2/2]

static radio_button xtd::forms::radio_buttons::retry ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent retry radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent revert to saved radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::revert_to_saved ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent revert to saved radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::save ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent save radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ save() [2/2]

static radio_button xtd::forms::radio_buttons::save ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent save radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::save_as ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent save as radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::save_as ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent save as radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::search ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent search radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ search() [2/2]

static radio_button xtd::forms::radio_buttons::search ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent search radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::select_all ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent select all radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::select_all ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent select all radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::spell_check ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent spell check radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::spell_check ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent spell check radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::stop ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent stop radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ stop() [2/2]

static radio_button xtd::forms::radio_buttons::stop ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent stop radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::strikeout ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent strikeout radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ strikeout() [2/2]

static radio_button xtd::forms::radio_buttons::strikeout ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent strikeout radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::tools ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent tools radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ tools() [2/2]

static radio_button xtd::forms::radio_buttons::tools ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent tools radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::top ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent top radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ top() [2/2]

static radio_button xtd::forms::radio_buttons::top ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent top radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::undelete ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent undelete radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ undelete() [2/2]

static radio_button xtd::forms::radio_buttons::undelete ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent undelete radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::underline ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent underline radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ underline() [2/2]

static radio_button xtd::forms::radio_buttons::underline ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent underline radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::undo ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent undo radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ undo() [2/2]

static radio_button xtd::forms::radio_buttons::undo ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent undo radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::unindent ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represents an unindented radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ unindent() [2/2]

static radio_button xtd::forms::radio_buttons::unindent ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represents an unindented radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::up ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent up radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ up() [2/2]

static radio_button xtd::forms::radio_buttons::up ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent up radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::view ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent view radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ view() [2/2]

static radio_button xtd::forms::radio_buttons::view ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent view radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::yes ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent yes radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
locationThe radio_button location in pixels.
sizeThe radio_button size in pixels.
nameThe name of the radio_button.
Returns
The created radio_button.

◆ yes() [2/2]

static radio_button xtd::forms::radio_buttons::yes ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent yes radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::zoom_in ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent zoom in radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::zoom_in ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent zoom in radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::zoom_out ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent zoom out radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::zoom_out ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent zoom out radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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/2]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent zoom to fit radio_button.

Parameters
checkedtrue if the check box is checked; otherwise, false.
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() [2/2]

static radio_button xtd::forms::radio_buttons::zoom_to_fit ( const control parent,
bool  checked = false,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined radio_button that represent zoom to fit radio_button.

Parameters
parentThe control that contains the radio_button.
checkedtrue if the check box is checked; otherwise, false.
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: