xtd 0.2.0
xtd::forms::toggle_buttons Class Referencefinal

Definition

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

Header
#include <xtd/forms/toggle_buttons>
Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrates the use of toggle_buttons factory.
#include <xtd/forms/application>
#include <xtd/forms/form>
#include <xtd/forms/group_box>
#include <xtd/forms/system_texts>
#include <xtd/forms/toggle_buttons>
using namespace xtd::forms;
auto main()->int {
auto form_main = form::create("toggle buttons example");
auto group_box_alignment = group_box::create(form_main, system_texts::alignment(), {10, 10}, {150, 240});
auto toggle_button_align_left = toggle_buttons::align_left(group_box_alignment, false, check_state::unchecked, {20, 20});
auto toggle_button_align_right = toggle_buttons::align_right(group_box_alignment, false, check_state::unchecked, {20, 70});
auto toggle_button_centered = toggle_buttons::centered(group_box_alignment, false, check_state::unchecked, {20, 120});
auto toggle_button_justified = toggle_buttons::justified(group_box_alignment, false, check_state::unchecked, {20, 170});
toggle_button_align_left.checked(true);
application::run(form_main);
}

Methods

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

Member Function Documentation

◆ abort() [1/2]

static toggle_button xtd::forms::toggle_buttons::abort ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent abort toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ abort() [2/2]

static toggle_button xtd::forms::toggle_buttons::abort ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent abort toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ about() [1/2]

static toggle_button xtd::forms::toggle_buttons::about ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent about toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ about() [2/2]

static toggle_button xtd::forms::toggle_buttons::about ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent about toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ actual_size() [1/2]

static toggle_button xtd::forms::toggle_buttons::actual_size ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent actual size toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ actual_size() [2/2]

static toggle_button xtd::forms::toggle_buttons::actual_size ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent actual size toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ add() [1/2]

static toggle_button xtd::forms::toggle_buttons::add ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent add toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ add() [2/2]

static toggle_button xtd::forms::toggle_buttons::add ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent add toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ align_left() [1/2]

static toggle_button xtd::forms::toggle_buttons::align_left ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent align left toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.
Examples:
toggle_buttons.cpp.

◆ align_left() [2/2]

static toggle_button xtd::forms::toggle_buttons::align_left ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent align left toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ align_right() [1/2]

static toggle_button xtd::forms::toggle_buttons::align_right ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent align right toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.
Examples:
toggle_buttons.cpp.

◆ align_right() [2/2]

static toggle_button xtd::forms::toggle_buttons::align_right ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent align right toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ alignment() [1/2]

static toggle_button xtd::forms::toggle_buttons::alignment ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent alignment toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ alignment() [2/2]

static toggle_button xtd::forms::toggle_buttons::alignment ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent alignment toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ apply() [1/2]

static toggle_button xtd::forms::toggle_buttons::apply ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent apply toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ apply() [2/2]

static toggle_button xtd::forms::toggle_buttons::apply ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent apply toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ ascending() [1/2]

static toggle_button xtd::forms::toggle_buttons::ascending ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent ascending toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ ascending() [2/2]

static toggle_button xtd::forms::toggle_buttons::ascending ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent ascending toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ back() [1/2]

static toggle_button xtd::forms::toggle_buttons::back ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent back toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ back() [2/2]

static toggle_button xtd::forms::toggle_buttons::back ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent back toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ bold() [1/2]

static toggle_button xtd::forms::toggle_buttons::bold ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent bold toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ bold() [2/2]

static toggle_button xtd::forms::toggle_buttons::bold ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent bold toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ bottom() [1/2]

static toggle_button xtd::forms::toggle_buttons::bottom ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent bottom toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ bottom() [2/2]

static toggle_button xtd::forms::toggle_buttons::bottom ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent bottom toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ cancel() [1/2]

static toggle_button xtd::forms::toggle_buttons::cancel ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent cancel toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ cancel() [2/2]

static toggle_button xtd::forms::toggle_buttons::cancel ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent cancel toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ cdrom() [1/2]

static toggle_button xtd::forms::toggle_buttons::cdrom ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent CD-Rom toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ cdrom() [2/2]

static toggle_button xtd::forms::toggle_buttons::cdrom ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent CD-Rom toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ centered() [1/2]

static toggle_button xtd::forms::toggle_buttons::centered ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent centered toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.
Examples:
toggle_buttons.cpp.

◆ centered() [2/2]

static toggle_button xtd::forms::toggle_buttons::centered ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent centered toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ clear() [1/2]

static toggle_button xtd::forms::toggle_buttons::clear ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent clear toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ clear() [2/2]

static toggle_button xtd::forms::toggle_buttons::clear ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent clear toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ close() [1/2]

static toggle_button xtd::forms::toggle_buttons::close ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent close toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ close() [2/2]

static toggle_button xtd::forms::toggle_buttons::close ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent close toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ color() [1/2]

static toggle_button xtd::forms::toggle_buttons::color ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent color toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ color() [2/2]

static toggle_button xtd::forms::toggle_buttons::color ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent color toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ contents() [1/2]

static toggle_button xtd::forms::toggle_buttons::contents ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent contents toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ contents() [2/2]

static toggle_button xtd::forms::toggle_buttons::contents ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent contents toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ convert() [1/2]

static toggle_button xtd::forms::toggle_buttons::convert ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent convert toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ convert() [2/2]

static toggle_button xtd::forms::toggle_buttons::convert ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent convert toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ copy() [1/2]

static toggle_button xtd::forms::toggle_buttons::copy ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent copy toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ copy() [2/2]

static toggle_button xtd::forms::toggle_buttons::copy ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent copy toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ customize() [1/2]

static toggle_button xtd::forms::toggle_buttons::customize ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent customize toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ customize() [2/2]

static toggle_button xtd::forms::toggle_buttons::customize ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent customize toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ cut() [1/2]

static toggle_button xtd::forms::toggle_buttons::cut ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent cut toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ cut() [2/2]

static toggle_button xtd::forms::toggle_buttons::cut ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent cut toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ del() [1/2]

static toggle_button xtd::forms::toggle_buttons::del ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent delete toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ del() [2/2]

static toggle_button xtd::forms::toggle_buttons::del ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent delete toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ descending() [1/2]

static toggle_button xtd::forms::toggle_buttons::descending ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent descending toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ descending() [2/2]

static toggle_button xtd::forms::toggle_buttons::descending ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent descending toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ down() [1/2]

static toggle_button xtd::forms::toggle_buttons::down ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent down toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ down() [2/2]

static toggle_button xtd::forms::toggle_buttons::down ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent down toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ edit() [1/2]

static toggle_button xtd::forms::toggle_buttons::edit ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent edit toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ edit() [2/2]

static toggle_button xtd::forms::toggle_buttons::edit ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent edit toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ execute() [1/2]

static toggle_button xtd::forms::toggle_buttons::execute ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent execute toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ execute() [2/2]

static toggle_button xtd::forms::toggle_buttons::execute ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent execute toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ file() [1/2]

static toggle_button xtd::forms::toggle_buttons::file ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent file toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ file() [2/2]

static toggle_button xtd::forms::toggle_buttons::file ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent file toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ find() [1/2]

static toggle_button xtd::forms::toggle_buttons::find ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent find toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ find() [2/2]

static toggle_button xtd::forms::toggle_buttons::find ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent find toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ first() [1/2]

static toggle_button xtd::forms::toggle_buttons::first ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent first toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ first() [2/2]

static toggle_button xtd::forms::toggle_buttons::first ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent first toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ floppy() [1/2]

static toggle_button xtd::forms::toggle_buttons::floppy ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent floppy toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ floppy() [2/2]

static toggle_button xtd::forms::toggle_buttons::floppy ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent floppy toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ font() [1/2]

static toggle_button xtd::forms::toggle_buttons::font ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent font toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ font() [2/2]

static toggle_button xtd::forms::toggle_buttons::font ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent font toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ forward() [1/2]

static toggle_button xtd::forms::toggle_buttons::forward ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent forward toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ forward() [2/2]

static toggle_button xtd::forms::toggle_buttons::forward ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent forward toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ harddisk() [1/2]

static toggle_button xtd::forms::toggle_buttons::harddisk ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent harddisk toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ harddisk() [2/2]

static toggle_button xtd::forms::toggle_buttons::harddisk ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent harddisk toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ help() [1/2]

static toggle_button xtd::forms::toggle_buttons::help ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent help toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ help() [2/2]

static toggle_button xtd::forms::toggle_buttons::help ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent help toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ home() [1/2]

static toggle_button xtd::forms::toggle_buttons::home ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent home toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ home() [2/2]

static toggle_button xtd::forms::toggle_buttons::home ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent home toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ ignore() [1/2]

static toggle_button xtd::forms::toggle_buttons::ignore ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent ignore toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ ignore() [2/2]

static toggle_button xtd::forms::toggle_buttons::ignore ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent ignore toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ indent() [1/2]

static toggle_button xtd::forms::toggle_buttons::indent ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent indent toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ indent() [2/2]

static toggle_button xtd::forms::toggle_buttons::indent ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent indent toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ index() [1/2]

static toggle_button xtd::forms::toggle_buttons::index ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent index toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ index() [2/2]

static toggle_button xtd::forms::toggle_buttons::index ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent index toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ info() [1/2]

static toggle_button xtd::forms::toggle_buttons::info ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent info toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ info() [2/2]

static toggle_button xtd::forms::toggle_buttons::info ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent info toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ italic() [1/2]

static toggle_button xtd::forms::toggle_buttons::italic ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent italic toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ italic() [2/2]

static toggle_button xtd::forms::toggle_buttons::italic ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent italic toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ jump_to() [1/2]

static toggle_button xtd::forms::toggle_buttons::jump_to ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent jump_to toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ jump_to() [2/2]

static toggle_button xtd::forms::toggle_buttons::jump_to ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent jump to toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ justified() [1/2]

static toggle_button xtd::forms::toggle_buttons::justified ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent justified toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.
Examples:
toggle_buttons.cpp.

◆ justified() [2/2]

static toggle_button xtd::forms::toggle_buttons::justified ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent justified toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ last() [1/2]

static toggle_button xtd::forms::toggle_buttons::last ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent last toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ last() [2/2]

static toggle_button xtd::forms::toggle_buttons::last ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent last toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ network() [1/2]

static toggle_button xtd::forms::toggle_buttons::network ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent network toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ network() [2/2]

static toggle_button xtd::forms::toggle_buttons::network ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent network toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ new_() [1/2]

static toggle_button xtd::forms::toggle_buttons::new_ ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent new toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ new_() [2/2]

static toggle_button xtd::forms::toggle_buttons::new_ ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent new toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ no() [1/2]

static toggle_button xtd::forms::toggle_buttons::no ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent no toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ no() [2/2]

static toggle_button xtd::forms::toggle_buttons::no ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent no toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ ok() [1/2]

static toggle_button xtd::forms::toggle_buttons::ok ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent ok toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ ok() [2/2]

static toggle_button xtd::forms::toggle_buttons::ok ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent ok toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ open() [1/2]

static toggle_button xtd::forms::toggle_buttons::open ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent open toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ open() [2/2]

static toggle_button xtd::forms::toggle_buttons::open ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent open toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ options() [1/2]

static toggle_button xtd::forms::toggle_buttons::options ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent options toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ options() [2/2]

static toggle_button xtd::forms::toggle_buttons::options ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent options toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ paste() [1/2]

static toggle_button xtd::forms::toggle_buttons::paste ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent paste toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ paste() [2/2]

static toggle_button xtd::forms::toggle_buttons::paste ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent paste toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ preferences() [1/2]

static toggle_button xtd::forms::toggle_buttons::preferences ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent preferences toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ preferences() [2/2]

static toggle_button xtd::forms::toggle_buttons::preferences ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent preferences toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ print() [1/2]

static toggle_button xtd::forms::toggle_buttons::print ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent print toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ print() [2/2]

static toggle_button xtd::forms::toggle_buttons::print ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent print toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ print_preview() [1/2]

static toggle_button xtd::forms::toggle_buttons::print_preview ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent print preview toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ print_preview() [2/2]

static toggle_button xtd::forms::toggle_buttons::print_preview ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent print preview toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ properties() [1/2]

static toggle_button xtd::forms::toggle_buttons::properties ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent properties toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ properties() [2/2]

static toggle_button xtd::forms::toggle_buttons::properties ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent properties toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ quit() [1/2]

static toggle_button xtd::forms::toggle_buttons::quit ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent quit toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ quit() [2/2]

static toggle_button xtd::forms::toggle_buttons::quit ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent quit toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ redo() [1/2]

static toggle_button xtd::forms::toggle_buttons::redo ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent redo toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ redo() [2/2]

static toggle_button xtd::forms::toggle_buttons::redo ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent redo toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ refresh() [1/2]

static toggle_button xtd::forms::toggle_buttons::refresh ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent refresh toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ refresh() [2/2]

static toggle_button xtd::forms::toggle_buttons::refresh ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent refresh toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ remove() [1/2]

static toggle_button xtd::forms::toggle_buttons::remove ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent remove toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ remove() [2/2]

static toggle_button xtd::forms::toggle_buttons::remove ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent remove toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ replace() [1/2]

static toggle_button xtd::forms::toggle_buttons::replace ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent replace toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ replace() [2/2]

static toggle_button xtd::forms::toggle_buttons::replace ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent replace toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ retry() [1/2]

static toggle_button xtd::forms::toggle_buttons::retry ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent retry toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ retry() [2/2]

static toggle_button xtd::forms::toggle_buttons::retry ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent retry toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ revert_to_saved() [1/2]

static toggle_button xtd::forms::toggle_buttons::revert_to_saved ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent revert to saved toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ revert_to_saved() [2/2]

static toggle_button xtd::forms::toggle_buttons::revert_to_saved ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent revert to saved toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ save() [1/2]

static toggle_button xtd::forms::toggle_buttons::save ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent save toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ save() [2/2]

static toggle_button xtd::forms::toggle_buttons::save ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent save toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ save_as() [1/2]

static toggle_button xtd::forms::toggle_buttons::save_as ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent save as toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ save_as() [2/2]

static toggle_button xtd::forms::toggle_buttons::save_as ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent save as toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ search() [1/2]

static toggle_button xtd::forms::toggle_buttons::search ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent search toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ search() [2/2]

static toggle_button xtd::forms::toggle_buttons::search ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent search toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ select_all() [1/2]

static toggle_button xtd::forms::toggle_buttons::select_all ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent select all toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ select_all() [2/2]

static toggle_button xtd::forms::toggle_buttons::select_all ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent select all toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ spell_check() [1/2]

static toggle_button xtd::forms::toggle_buttons::spell_check ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent spell check toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ spell_check() [2/2]

static toggle_button xtd::forms::toggle_buttons::spell_check ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent spell check toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ stop() [1/2]

static toggle_button xtd::forms::toggle_buttons::stop ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent stop toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ stop() [2/2]

static toggle_button xtd::forms::toggle_buttons::stop ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent stop toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ strikeout() [1/2]

static toggle_button xtd::forms::toggle_buttons::strikeout ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent strikeout toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ strikeout() [2/2]

static toggle_button xtd::forms::toggle_buttons::strikeout ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent strikeout toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ tools() [1/2]

static toggle_button xtd::forms::toggle_buttons::tools ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent tools toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ tools() [2/2]

static toggle_button xtd::forms::toggle_buttons::tools ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent tools toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ top() [1/2]

static toggle_button xtd::forms::toggle_buttons::top ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent top toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ top() [2/2]

static toggle_button xtd::forms::toggle_buttons::top ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent top toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ undelete() [1/2]

static toggle_button xtd::forms::toggle_buttons::undelete ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent undelete toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ undelete() [2/2]

static toggle_button xtd::forms::toggle_buttons::undelete ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent undelete toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ underline() [1/2]

static toggle_button xtd::forms::toggle_buttons::underline ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent underline toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ underline() [2/2]

static toggle_button xtd::forms::toggle_buttons::underline ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent underline toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ undo() [1/2]

static toggle_button xtd::forms::toggle_buttons::undo ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent undo toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ undo() [2/2]

static toggle_button xtd::forms::toggle_buttons::undo ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent undo toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ unindent() [1/2]

static toggle_button xtd::forms::toggle_buttons::unindent ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represents an unindented toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ unindent() [2/2]

static toggle_button xtd::forms::toggle_buttons::unindent ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represents an unindented toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ up() [1/2]

static toggle_button xtd::forms::toggle_buttons::up ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent up toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ up() [2/2]

static toggle_button xtd::forms::toggle_buttons::up ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent up toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ view() [1/2]

static toggle_button xtd::forms::toggle_buttons::view ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent view toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ view() [2/2]

static toggle_button xtd::forms::toggle_buttons::view ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent view toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ yes() [1/2]

static toggle_button xtd::forms::toggle_buttons::yes ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent yes toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ yes() [2/2]

static toggle_button xtd::forms::toggle_buttons::yes ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent yes toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ zoom_in() [1/2]

static toggle_button xtd::forms::toggle_buttons::zoom_in ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent zoom in toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ zoom_in() [2/2]

static toggle_button xtd::forms::toggle_buttons::zoom_in ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent zoom in toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ zoom_out() [1/2]

static toggle_button xtd::forms::toggle_buttons::zoom_out ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent zoom out toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ zoom_out() [2/2]

static toggle_button xtd::forms::toggle_buttons::zoom_out ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent zoom out toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ zoom_to_fit() [1/2]

static toggle_button xtd::forms::toggle_buttons::zoom_to_fit ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent zoom to fit toggle_button.

Parameters
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

◆ zoom_to_fit() [2/2]

static toggle_button xtd::forms::toggle_buttons::zoom_to_fit ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
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 toggle_button that represent zoom to fit toggle_button.

Parameters
parentThe control that contains the toggle_button.
three_statetrue if the toggle_button is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
nameThe name of the toggle_button.
Returns
The created toggle_button.

The documentation for this class was generated from the following file: