xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
xtd::forms::toggle_buttons Class Referencefinal

#include <toggle_buttons.h>

Definition

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

Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrate the use of toggle_buttons factory.
#include <xtd/xtd>
using namespace xtd::forms;
int main() {
auto form_main = control::create<form>("toggle buttons example");
auto group_box_alignment = control::create<group_box>(*form_main, system_texts::alignment(), {10, 10}, {150, 180});
auto toggle_button_align_left = toggle_buttons::align_left(*group_box_alignment, {20, 20});
auto toggle_button_align_right = toggle_buttons::align_right(*group_box_alignment, {20, 50});
auto toggle_button_centered = toggle_buttons::centered(*group_box_alignment, {20, 80});
auto toggle_button_justified = toggle_buttons::justified(*group_box_alignment, {20, 110});
toggle_button_align_left->checked(true);
application::run(*form_main);
}
static void run()
Begins running a standard application message loop on the current thread, without a form.
static xtd::ustring alignment()
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static std::unique_ptr< toggle_button > align_right(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined toggle_button that represent align right toggle_button.
Definition toggle_buttons.h:119
static std::unique_ptr< toggle_button > centered(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined toggle_button that represent centered toggle_button.
Definition toggle_buttons.h:239
static std::unique_ptr< toggle_button > align_left(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined toggle_button that represent align left toggle_button.
Definition toggle_buttons.h:104
static std::unique_ptr< toggle_button > justified(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined toggle_button that represent justified toggle_button.
Definition toggle_buttons.h:659
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition about_box.h:13

Inherits xtd::static_object.

Static Public Member Functions

static std::unique_ptr< toggle_buttonabort (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent abort toggle_button.
 
static std::unique_ptr< toggle_buttonabort (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent abort toggle_button.
 
static std::unique_ptr< toggle_buttonabout (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent about toggle_button.
 
static std::unique_ptr< toggle_buttonabout (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent about toggle_button.
 
static std::unique_ptr< toggle_buttonactual_size (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent actual size toggle_button.
 
static std::unique_ptr< toggle_buttonactual_size (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent actual size toggle_button.
 
static std::unique_ptr< toggle_buttonadd (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent add toggle_button.
 
static std::unique_ptr< toggle_buttonadd (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent add toggle_button.
 
static std::unique_ptr< toggle_buttonalign_left (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent align left toggle_button.
 
static std::unique_ptr< toggle_buttonalign_left (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent align left toggle_button.
 
static std::unique_ptr< toggle_buttonalign_right (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent align right toggle_button.
 
static std::unique_ptr< toggle_buttonalign_right (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent align right toggle_button.
 
static std::unique_ptr< toggle_buttonalignment (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent alignment toggle_button.
 
static std::unique_ptr< toggle_buttonalignment (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent alignment toggle_button.
 
static std::unique_ptr< toggle_buttonapply (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent apply toggle_button.
 
static std::unique_ptr< toggle_buttonapply (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent apply toggle_button.
 
static std::unique_ptr< toggle_buttonascending (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent ascending toggle_button.
 
static std::unique_ptr< toggle_buttonascending (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent ascending toggle_button.
 
static std::unique_ptr< toggle_buttonback (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent back toggle_button.
 
static std::unique_ptr< toggle_buttonback (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent back toggle_button.
 
static std::unique_ptr< toggle_buttonbold (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent bold toggle_button.
 
static std::unique_ptr< toggle_buttonbold (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent bold toggle_button.
 
static std::unique_ptr< toggle_buttonbottom (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent bottom toggle_button.
 
static std::unique_ptr< toggle_buttonbottom (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent bottom toggle_button.
 
static std::unique_ptr< toggle_buttoncancel (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent cancel toggle_button.
 
static std::unique_ptr< toggle_buttoncancel (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent cancel toggle_button.
 
static std::unique_ptr< toggle_buttoncdrom (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent CD-Rom toggle_button.
 
static std::unique_ptr< toggle_buttoncdrom (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent CD-Rom toggle_button.
 
static std::unique_ptr< toggle_buttoncentered (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent centered toggle_button.
 
static std::unique_ptr< toggle_buttoncentered (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent centered toggle_button.
 
static std::unique_ptr< toggle_buttonclear (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent clear toggle_button.
 
static std::unique_ptr< toggle_buttonclear (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent clear toggle_button.
 
static std::unique_ptr< toggle_buttonclose (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent close toggle_button.
 
static std::unique_ptr< toggle_buttonclose (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent close toggle_button.
 
static std::unique_ptr< toggle_buttoncolor (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent color toggle_button.
 
static std::unique_ptr< toggle_buttoncolor (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent color toggle_button.
 
static std::unique_ptr< toggle_buttoncontents (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent contents toggle_button.
 
static std::unique_ptr< toggle_buttoncontents (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent contents toggle_button.
 
static std::unique_ptr< toggle_buttonconvert (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent convert toggle_button.
 
static std::unique_ptr< toggle_buttonconvert (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent convert toggle_button.
 
static std::unique_ptr< toggle_buttoncopy (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent copy toggle_button.
 
static std::unique_ptr< toggle_buttoncopy (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent copy toggle_button.
 
static std::unique_ptr< toggle_buttoncustomize (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent customize toggle_button.
 
static std::unique_ptr< toggle_buttoncustomize (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent customize toggle_button.
 
static std::unique_ptr< toggle_buttoncut (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent cut toggle_button.
 
static std::unique_ptr< toggle_buttoncut (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent cut toggle_button.
 
static std::unique_ptr< toggle_buttondel (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent delete toggle_button.
 
static std::unique_ptr< toggle_buttondel (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent delete toggle_button.
 
static std::unique_ptr< toggle_buttondescending (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent descending toggle_button.
 
static std::unique_ptr< toggle_buttondescending (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent descending toggle_button.
 
static std::unique_ptr< toggle_buttondown (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent down toggle_button.
 
static std::unique_ptr< toggle_buttondown (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent down toggle_button.
 
static std::unique_ptr< toggle_buttonedit (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent edit toggle_button.
 
static std::unique_ptr< toggle_buttonedit (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent edit toggle_button.
 
static std::unique_ptr< toggle_buttonexecute (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent execute toggle_button.
 
static std::unique_ptr< toggle_buttonexecute (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent execute toggle_button.
 
static std::unique_ptr< toggle_buttonfile (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent file toggle_button.
 
static std::unique_ptr< toggle_buttonfile (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent file toggle_button.
 
static std::unique_ptr< toggle_buttonfind (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent find toggle_button.
 
static std::unique_ptr< toggle_buttonfind (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent find toggle_button.
 
static std::unique_ptr< toggle_buttonfirst (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent first toggle_button.
 
static std::unique_ptr< toggle_buttonfirst (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent first toggle_button.
 
static std::unique_ptr< toggle_buttonfloppy (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent floppy toggle_button.
 
static std::unique_ptr< toggle_buttonfloppy (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent floppy toggle_button.
 
static std::unique_ptr< toggle_buttonfont (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent font toggle_button.
 
static std::unique_ptr< toggle_buttonfont (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent font toggle_button.
 
static std::unique_ptr< toggle_buttonforward (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent forward toggle_button.
 
static std::unique_ptr< toggle_buttonforward (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent forward toggle_button.
 
static std::unique_ptr< toggle_buttonharddisk (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent harddisk toggle_button.
 
static std::unique_ptr< toggle_buttonharddisk (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent harddisk toggle_button.
 
static std::unique_ptr< toggle_buttonhelp (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent help toggle_button.
 
static std::unique_ptr< toggle_buttonhelp (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent help toggle_button.
 
static std::unique_ptr< toggle_buttonhome (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent home toggle_button.
 
static std::unique_ptr< toggle_buttonhome (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent home toggle_button.
 
static std::unique_ptr< toggle_buttonignore (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent ignore toggle_button.
 
static std::unique_ptr< toggle_buttonignore (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent ignore toggle_button.
 
static std::unique_ptr< toggle_buttonindent (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent indent toggle_button.
 
static std::unique_ptr< toggle_buttonindent (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent indent toggle_button.
 
static std::unique_ptr< toggle_buttonindex (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent index toggle_button.
 
static std::unique_ptr< toggle_buttonindex (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent index toggle_button.
 
static std::unique_ptr< toggle_buttoninfo (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent info toggle_button.
 
static std::unique_ptr< toggle_buttoninfo (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent info toggle_button.
 
static std::unique_ptr< toggle_buttonitalic (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent italic toggle_button.
 
static std::unique_ptr< toggle_buttonitalic (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent italic toggle_button.
 
static std::unique_ptr< toggle_buttonjump_to (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent jump to toggle_button.
 
static std::unique_ptr< toggle_buttonjump_to (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent jump_to toggle_button.
 
static std::unique_ptr< toggle_buttonjustified (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent justified toggle_button.
 
static std::unique_ptr< toggle_buttonjustified (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent justified toggle_button.
 
static std::unique_ptr< toggle_buttonlast (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent last toggle_button.
 
static std::unique_ptr< toggle_buttonlast (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent last toggle_button.
 
static std::unique_ptr< toggle_buttonnetwork (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent network toggle_button.
 
static std::unique_ptr< toggle_buttonnetwork (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent network toggle_button.
 
static std::unique_ptr< toggle_buttonnew_ (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent new toggle_button.
 
static std::unique_ptr< toggle_buttonnew_ (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent new toggle_button.
 
static std::unique_ptr< toggle_buttonno (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent no toggle_button.
 
static std::unique_ptr< toggle_buttonno (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent no toggle_button.
 
static std::unique_ptr< toggle_buttonok (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent ok toggle_button.
 
static std::unique_ptr< toggle_buttonok (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent ok toggle_button.
 
static std::unique_ptr< toggle_buttonopen (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent open toggle_button.
 
static std::unique_ptr< toggle_buttonopen (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent open toggle_button.
 
static std::unique_ptr< toggle_buttonoptions (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent options toggle_button.
 
static std::unique_ptr< toggle_buttonoptions (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent options toggle_button.
 
static std::unique_ptr< toggle_buttonpaste (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent paste toggle_button.
 
static std::unique_ptr< toggle_buttonpaste (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent paste toggle_button.
 
static std::unique_ptr< toggle_buttonpreferences (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent preferences toggle_button.
 
static std::unique_ptr< toggle_buttonpreferences (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent preferences toggle_button.
 
static std::unique_ptr< toggle_buttonprint (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent print toggle_button.
 
static std::unique_ptr< toggle_buttonprint (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent print toggle_button.
 
static std::unique_ptr< toggle_buttonprint_preview (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent print preview toggle_button.
 
static std::unique_ptr< toggle_buttonprint_preview (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent print preview toggle_button.
 
static std::unique_ptr< toggle_buttonproperties (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent properties toggle_button.
 
static std::unique_ptr< toggle_buttonproperties (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent properties toggle_button.
 
static std::unique_ptr< toggle_buttonquit (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent quit toggle_button.
 
static std::unique_ptr< toggle_buttonquit (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent quit toggle_button.
 
static std::unique_ptr< toggle_buttonredo (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent redo toggle_button.
 
static std::unique_ptr< toggle_buttonredo (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent redo toggle_button.
 
static std::unique_ptr< toggle_buttonrefresh (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent refresh toggle_button.
 
static std::unique_ptr< toggle_buttonrefresh (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent refresh toggle_button.
 
static std::unique_ptr< toggle_buttonremove (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent remove toggle_button.
 
static std::unique_ptr< toggle_buttonremove (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent remove toggle_button.
 
static std::unique_ptr< toggle_buttonreplace (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent replace toggle_button.
 
static std::unique_ptr< toggle_buttonreplace (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent replace toggle_button.
 
static std::unique_ptr< toggle_buttonretry (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent retry toggle_button.
 
static std::unique_ptr< toggle_buttonretry (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent retry toggle_button.
 
static std::unique_ptr< toggle_buttonrevert_to_saved (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent revert to saved toggle_button.
 
static std::unique_ptr< toggle_buttonrevert_to_saved (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent revert to saved toggle_button.
 
static std::unique_ptr< toggle_buttonsave (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent save toggle_button.
 
static std::unique_ptr< toggle_buttonsave (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent save toggle_button.
 
static std::unique_ptr< toggle_buttonsave_as (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent save as toggle_button.
 
static std::unique_ptr< toggle_buttonsave_as (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent save as toggle_button.
 
static std::unique_ptr< toggle_buttonsearch (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent search toggle_button.
 
static std::unique_ptr< toggle_buttonsearch (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent search toggle_button.
 
static std::unique_ptr< toggle_buttonselect_all (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent select all toggle_button.
 
static std::unique_ptr< toggle_buttonselect_all (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent select all toggle_button.
 
static std::unique_ptr< toggle_buttonspell_check (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent spell check toggle_button.
 
static std::unique_ptr< toggle_buttonspell_check (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent spell check toggle_button.
 
static std::unique_ptr< toggle_buttonstop (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent stop toggle_button.
 
static std::unique_ptr< toggle_buttonstop (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent stop toggle_button.
 
static std::unique_ptr< toggle_buttonstrikeout (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent strikeout toggle_button.
 
static std::unique_ptr< toggle_buttonstrikeout (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent strikeout toggle_button.
 
static std::unique_ptr< toggle_buttontools (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent tools toggle_button.
 
static std::unique_ptr< toggle_buttontools (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent tools toggle_button.
 
static std::unique_ptr< toggle_buttontop (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent top toggle_button.
 
static std::unique_ptr< toggle_buttontop (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent top toggle_button.
 
static std::unique_ptr< toggle_buttonundelete (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent undelete toggle_button.
 
static std::unique_ptr< toggle_buttonundelete (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent undelete toggle_button.
 
static std::unique_ptr< toggle_buttonunderline (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent underline toggle_button.
 
static std::unique_ptr< toggle_buttonunderline (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent underline toggle_button.
 
static std::unique_ptr< toggle_buttonundo (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent undo toggle_button.
 
static std::unique_ptr< toggle_buttonundo (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent undo toggle_button.
 
static std::unique_ptr< toggle_buttonunindent (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represents an unindented toggle_button.
 
static std::unique_ptr< toggle_buttonunindent (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represents an unindented toggle_button.
 
static std::unique_ptr< toggle_buttonup (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent up toggle_button.
 
static std::unique_ptr< toggle_buttonup (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent up toggle_button.
 
static std::unique_ptr< toggle_buttonview (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent view toggle_button.
 
static std::unique_ptr< toggle_buttonview (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent view toggle_button.
 
static std::unique_ptr< toggle_buttonyes (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent yes toggle_button.
 
static std::unique_ptr< toggle_buttonyes (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent yes toggle_button.
 
static std::unique_ptr< toggle_buttonzoom_in (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent zoom in toggle_button.
 
static std::unique_ptr< toggle_buttonzoom_in (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent zoom in toggle_button.
 
static std::unique_ptr< toggle_buttonzoom_out (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent zoom out toggle_button.
 
static std::unique_ptr< toggle_buttonzoom_out (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent zoom out toggle_button.
 
static std::unique_ptr< toggle_buttonzoom_to_fit (const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent zoom to fit toggle_button.
 
static std::unique_ptr< toggle_buttonzoom_to_fit (const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
 Create a system-defined toggle_button that represent zoom to fit toggle_button.
 

Member Function Documentation

◆ abort() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::abort ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent abort toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ abort() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::abort ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent abort toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ about() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::about ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent about toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ about() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::about ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent about toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ actual_size() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::actual_size ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ actual_size() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::actual_size ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ add() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::add ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent add toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ add() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::add ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent add toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ align_left() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::align_left ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ align_left() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::align_left ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ align_right() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::align_right ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ align_right() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::align_right ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ alignment() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::alignment ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent alignment toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ alignment() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::alignment ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent alignment toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ apply() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::apply ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent apply toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ apply() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::apply ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent apply toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ ascending() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::ascending ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent ascending toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ ascending() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::ascending ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent ascending toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ back() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::back ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent back toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ back() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::back ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent back toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ bold() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::bold ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent bold toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ bold() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::bold ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent bold toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ bottom() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::bottom ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent bottom toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ bottom() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::bottom ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent bottom toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ cancel() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::cancel ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent cancel toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ cancel() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::cancel ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent cancel toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ cdrom() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::cdrom ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ cdrom() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::cdrom ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ centered() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::centered ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent centered toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ centered() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::centered ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent centered toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ clear() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::clear ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent clear toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ clear() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::clear ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent clear toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ close() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::close ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent close toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ close() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::close ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent close toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ color() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::color ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent color toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ color() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::color ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent color toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ contents() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::contents ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent contents toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ contents() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::contents ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent contents toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ convert() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::convert ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent convert toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ convert() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::convert ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent convert toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ copy() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::copy ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent copy toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ copy() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::copy ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent copy toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ customize() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::customize ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent customize toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ customize() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::customize ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent customize toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ cut() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::cut ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent cut toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ cut() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::cut ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent cut toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ del() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::del ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent delete toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ del() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::del ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent delete toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ descending() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::descending ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent descending toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ descending() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::descending ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent descending toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ down() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::down ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent down toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ down() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::down ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent down toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ edit() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::edit ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent edit toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ edit() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::edit ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent edit toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ execute() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::execute ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent execute toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ execute() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::execute ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent execute toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ file() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::file ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent file toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ file() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::file ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent file toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ find() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::find ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent find toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ find() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::find ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent find toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ first() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::first ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent first toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ first() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::first ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent first toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ floppy() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::floppy ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent floppy toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ floppy() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::floppy ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent floppy toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ font() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::font ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent font toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ font() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::font ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent font toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ forward() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::forward ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent forward toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ forward() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::forward ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent forward toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ harddisk() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::harddisk ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent harddisk toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ harddisk() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::harddisk ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent harddisk toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ help() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::help ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent help toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ help() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::help ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent help toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ home() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::home ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent home toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ home() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::home ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent home toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ ignore() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::ignore ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent ignore toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ ignore() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::ignore ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent ignore toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ indent() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::indent ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent indent toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ indent() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::indent ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent indent toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ index() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::index ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent index toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ index() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::index ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent index toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ info() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::info ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent info toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ info() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::info ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent info toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ italic() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::italic ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent italic toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ italic() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::italic ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent italic toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ jump_to() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::jump_to ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ jump_to() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::jump_to ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent jump_to toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ justified() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::justified ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent justified toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ justified() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::justified ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent justified toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ last() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::last ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent last toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ last() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::last ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent last toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ network() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::network ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent network toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ network() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::network ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent network toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ new_() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::new_ ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent new toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ new_() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::new_ ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent new toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ no() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::no ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent no toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ no() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::no ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent no toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ ok() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::ok ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent ok toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ ok() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::ok ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent ok toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ open() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::open ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent open toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ open() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::open ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent open toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ options() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::options ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent options toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ options() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::options ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent options toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ paste() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::paste ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent paste toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ paste() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::paste ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent paste toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ preferences() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::preferences ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent preferences toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ preferences() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::preferences ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent preferences toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ print() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::print ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent print toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ print() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::print ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent print toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ print_preview() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::print_preview ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ print_preview() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::print_preview ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ properties() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::properties ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent properties toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ properties() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::properties ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent properties toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ quit() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::quit ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent quit toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ quit() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::quit ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent quit toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ redo() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::redo ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent redo toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ redo() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::redo ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent redo toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ refresh() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::refresh ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent refresh toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ refresh() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::refresh ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent refresh toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ remove() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::remove ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent remove toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ remove() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::remove ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent remove toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ replace() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::replace ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent replace toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ replace() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::replace ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent replace toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ retry() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::retry ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent retry toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ retry() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::retry ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent retry toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ revert_to_saved() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::revert_to_saved ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ revert_to_saved() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::revert_to_saved ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ save() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::save ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent save toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ save() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::save ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent save toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ save_as() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::save_as ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ save_as() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::save_as ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ search() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::search ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent search toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ search() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::search ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent search toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ select_all() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::select_all ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ select_all() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::select_all ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ spell_check() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::spell_check ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ spell_check() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::spell_check ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ stop() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::stop ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent stop toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ stop() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::stop ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent stop toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ strikeout() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::strikeout ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent strikeout toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ strikeout() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::strikeout ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent strikeout toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ tools() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::tools ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent tools toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ tools() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::tools ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent tools toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ top() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::top ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent top toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ top() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::top ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent top toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ undelete() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::undelete ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent undelete toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ undelete() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::undelete ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent undelete toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ underline() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::underline ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent underline toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ underline() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::underline ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent underline toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ undo() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::undo ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent undo toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ undo() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::undo ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent undo toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ unindent() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::unindent ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ unindent() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::unindent ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ up() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::up ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent up toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ up() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::up ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent up toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ view() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::view ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent view toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ view() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::view ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent view toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ yes() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::yes ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent yes toggle_button.

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ yes() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::yes ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

Create a system-defined toggle_button that represent yes toggle_button.

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ zoom_in() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::zoom_in ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ zoom_in() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::zoom_in ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ zoom_out() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::zoom_out ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ zoom_out() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::zoom_out ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ zoom_to_fit() [1/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::zoom_to_fit ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
parentThe control that contains the toggle_button.
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

◆ zoom_to_fit() [2/2]

static std::unique_ptr< toggle_button > xtd::forms::toggle_buttons::zoom_to_fit ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const drawing::color back_color = drawing::color::empty,
const drawing::color fore_color = drawing::color::empty 
)
inlinestatic

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

Parameters
locationThe toggle_button location in pixels.
sizeThe toggle_button size in pixels.
back_colorThe toggle_button background color.
fore_coreThe toggle_button foreground color.
Returns
The created toggle_button.

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