xtd - Reference Guide  0.1.0
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::buttons Class Referencefinal

#include <buttons.h>

Definition

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

Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrate the use of buttons control factory.
#include <xtd/xtd>
using namespace xtd::forms;
int main() {
auto main_form = control::create<form>("Buttons example", {100, 200}, {450, 200});
auto actual_size_button = buttons::actual_size(*main_form, {10, 10}, {90, 25});
auto zoom_in_button = buttons::zoom_in(*main_form, {110, 10}, {90, 25});
auto zoom_out_button = buttons::zoom_out(*main_form, {210, 10}, {90, 25});
auto zoom_to_fit_button = buttons::zoom_to_fit(*main_form, {310, 10}, {90, 25});
application::run(*main_form);
}
static void run()
Begins running a standard application message loop on the current thread, without a form.
static std::unique_ptr< button > 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)
Create a system-defined button that represent zoom out button.
Definition: buttons.h:1229
static std::unique_ptr< button > 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)
Create a system-defined button that represent zoom in button.
Definition: buttons.h:1214
static std::unique_ptr< button > 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)
Create a system-defined button that represent zoom to fit button.
Definition: buttons.h:1244
static std::unique_ptr< button > 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)
Create a system-defined button that represent actual size button.
Definition: buttons.h:59
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< 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 button that represent abort button.
 
static std::unique_ptr< 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 button that represent abort button.
 
static std::unique_ptr< 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 button that represent about button.
 
static std::unique_ptr< 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 button that represent about button.
 
static std::unique_ptr< 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 button that represent actual size button.
 
static std::unique_ptr< 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 button that represent actual size button.
 
static std::unique_ptr< 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 button that represent add button.
 
static std::unique_ptr< 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 button that represent add button.
 
static std::unique_ptr< 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 button that represent align left button.
 
static std::unique_ptr< 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 button that represent align left button.
 
static std::unique_ptr< 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 button that represent align right button.
 
static std::unique_ptr< 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 button that represent align right button.
 
static std::unique_ptr< 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 button that represent alignment button.
 
static std::unique_ptr< 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 button that represent alignment button.
 
static std::unique_ptr< 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 button that represent apply button.
 
static std::unique_ptr< 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 button that represent apply button.
 
static std::unique_ptr< 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 button that represent ascending button.
 
static std::unique_ptr< 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 button that represent ascending button.
 
static std::unique_ptr< 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 button that represent back button.
 
static std::unique_ptr< 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 button that represent back button.
 
static std::unique_ptr< 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 button that represent bold button.
 
static std::unique_ptr< 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 button that represent bold button.
 
static std::unique_ptr< 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 button that represent bottom button.
 
static std::unique_ptr< 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 button that represent bottom button.
 
static std::unique_ptr< 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 button that represent cancel button.
 
static std::unique_ptr< 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 button that represent cancel button.
 
static std::unique_ptr< 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 button that represent CD-Rom button.
 
static std::unique_ptr< 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 button that represent CD-Rom button.
 
static std::unique_ptr< 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 button that represent centered button.
 
static std::unique_ptr< 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 button that represent centered button.
 
static std::unique_ptr< 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 button that represent clear button.
 
static std::unique_ptr< 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 button that represent clear button.
 
static std::unique_ptr< 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 button that represent close button.
 
static std::unique_ptr< 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 button that represent close button.
 
static std::unique_ptr< 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 button that represent color button.
 
static std::unique_ptr< 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 button that represent color button.
 
static std::unique_ptr< 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 button that represent contents button.
 
static std::unique_ptr< 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 button that represent contents button.
 
static std::unique_ptr< 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 button that represent convert button.
 
static std::unique_ptr< 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 button that represent convert button.
 
static std::unique_ptr< 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 button that represent copy button.
 
static std::unique_ptr< 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 button that represent copy button.
 
static std::unique_ptr< 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 button that represent customize button.
 
static std::unique_ptr< 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 button that represent customize button.
 
static std::unique_ptr< 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 button that represent cut button.
 
static std::unique_ptr< 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 button that represent cut button.
 
static std::unique_ptr< 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 button that represent delete button.
 
static std::unique_ptr< 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 button that represent delete button.
 
static std::unique_ptr< 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 button that represent descending button.
 
static std::unique_ptr< 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 button that represent descending button.
 
static std::unique_ptr< 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 button that represent down button.
 
static std::unique_ptr< 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 button that represent down button.
 
static std::unique_ptr< 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 button that represent edit button.
 
static std::unique_ptr< 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 button that represent edit button.
 
static std::unique_ptr< 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 button that represent execute button.
 
static std::unique_ptr< 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 button that represent execute button.
 
static std::unique_ptr< 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 button that represent file button.
 
static std::unique_ptr< 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 button that represent file button.
 
static std::unique_ptr< 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 button that represent find button.
 
static std::unique_ptr< 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 button that represent find button.
 
static std::unique_ptr< 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 button that represent first button.
 
static std::unique_ptr< 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 button that represent first button.
 
static std::unique_ptr< 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 button that represent floppy button.
 
static std::unique_ptr< 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 button that represent floppy button.
 
static std::unique_ptr< 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 button that represent font button.
 
static std::unique_ptr< 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 button that represent font button.
 
static std::unique_ptr< 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 button that represent forward button.
 
static std::unique_ptr< 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 button that represent forward button.
 
static std::unique_ptr< 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 button that represent hard disk button.
 
static std::unique_ptr< 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 button that represent hard disk button.
 
static std::unique_ptr< 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 button that represent help button.
 
static std::unique_ptr< 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 button that represent help button.
 
static std::unique_ptr< 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 button that represent home button.
 
static std::unique_ptr< 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 button that represent home button.
 
static std::unique_ptr< 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 button that represent ignore button.
 
static std::unique_ptr< 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 button that represent ignore button.
 
static std::unique_ptr< 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 button that represent indent button.
 
static std::unique_ptr< 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 button that represent indent button.
 
static std::unique_ptr< 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 button that represent index button.
 
static std::unique_ptr< 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 button that represent index button.
 
static std::unique_ptr< 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 button that represent info button.
 
static std::unique_ptr< 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 button that represent info button.
 
static std::unique_ptr< 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 button that represent italic button.
 
static std::unique_ptr< 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 button that represent italic button.
 
static std::unique_ptr< 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 button that represent jump to button.
 
static std::unique_ptr< 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 button that represent jump_to button.
 
static std::unique_ptr< 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 button that represent justified button.
 
static std::unique_ptr< 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 button that represent justified button.
 
static std::unique_ptr< 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 button that represent last button.
 
static std::unique_ptr< 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 button that represent last button.
 
static std::unique_ptr< 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 button that represent network button.
 
static std::unique_ptr< 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 button that represent network button.
 
static std::unique_ptr< 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 button that represent new button.
 
static std::unique_ptr< 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 button that represent new button.
 
static std::unique_ptr< 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 button that represent no button.
 
static std::unique_ptr< 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 button that represent no button.
 
static std::unique_ptr< 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 button that represent ok button.
 
static std::unique_ptr< 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 button that represent ok button.
 
static std::unique_ptr< 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 button that represent open button.
 
static std::unique_ptr< 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 button that represent open button.
 
static std::unique_ptr< 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 button that represent options button.
 
static std::unique_ptr< 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 button that represent options button.
 
static std::unique_ptr< 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 button that represent paste button.
 
static std::unique_ptr< 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 button that represent paste button.
 
static std::unique_ptr< 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 button that represent preferences button.
 
static std::unique_ptr< 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 button that represent preferences button.
 
static std::unique_ptr< 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 button that represent print button.
 
static std::unique_ptr< 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 button that represent print button.
 
static std::unique_ptr< 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 button that represent print preview button.
 
static std::unique_ptr< 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 button that represent print preview button.
 
static std::unique_ptr< 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 button that represent properties button.
 
static std::unique_ptr< 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 button that represent properties button.
 
static std::unique_ptr< 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 button that represent quit button.
 
static std::unique_ptr< 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 button that represent quit button.
 
static std::unique_ptr< 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 button that represent redo button.
 
static std::unique_ptr< 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 button that represent redo button.
 
static std::unique_ptr< 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 button that represent refresh button.
 
static std::unique_ptr< 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 button that represent refresh button.
 
static std::unique_ptr< 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 button that represent remove button.
 
static std::unique_ptr< 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 button that represent remove button.
 
static std::unique_ptr< 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 button that represent replace button.
 
static std::unique_ptr< 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 button that represent replace button.
 
static std::unique_ptr< 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 button that represent retry button.
 
static std::unique_ptr< 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 button that represent retry button.
 
static std::unique_ptr< 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 button that represent revert to saved button.
 
static std::unique_ptr< 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 button that represent revert to saved button.
 
static std::unique_ptr< 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 button that represent save button.
 
static std::unique_ptr< 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 button that represent save button.
 
static std::unique_ptr< 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 button that represent save as button.
 
static std::unique_ptr< 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 button that represent save as button.
 
static std::unique_ptr< 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 button that represent search button.
 
static std::unique_ptr< 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 button that represent search button.
 
static std::unique_ptr< 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 button that represent select all button.
 
static std::unique_ptr< 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 button that represent select all button.
 
static std::unique_ptr< 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 button that represent spell check button.
 
static std::unique_ptr< 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 button that represent spell check button.
 
static std::unique_ptr< 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 button that represent stop button.
 
static std::unique_ptr< 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 button that represent stop button.
 
static std::unique_ptr< 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 button that represent strikeout button.
 
static std::unique_ptr< 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 button that represent strikeout button.
 
static std::unique_ptr< 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 button that represent tools button.
 
static std::unique_ptr< 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 button that represent tools button.
 
static std::unique_ptr< 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 button that represent top button.
 
static std::unique_ptr< 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 button that represent top button.
 
static std::unique_ptr< 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 button that represent undelete button.
 
static std::unique_ptr< 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 button that represent undelete button.
 
static std::unique_ptr< 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 button that represent underline button.
 
static std::unique_ptr< 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 button that represent underline button.
 
static std::unique_ptr< 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 button that represent undo button.
 
static std::unique_ptr< 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 button that represent undo button.
 
static std::unique_ptr< 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 button that represents an unindented button.
 
static std::unique_ptr< 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 button that represents an unindented button.
 
static std::unique_ptr< 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 button that represent up button.
 
static std::unique_ptr< 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 button that represent up button.
 
static std::unique_ptr< 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 button that represent view button.
 
static std::unique_ptr< 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 button that represent view button.
 
static std::unique_ptr< 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 button that represent yes button.
 
static std::unique_ptr< 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 button that represent yes button.
 
static std::unique_ptr< 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 button that represent zoom in button.
 
static std::unique_ptr< 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 button that represent zoom in button.
 
static std::unique_ptr< 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 button that represent zoom out button.
 
static std::unique_ptr< 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 button that represent zoom out button.
 
static std::unique_ptr< 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 button that represent zoom to fit button.
 
static std::unique_ptr< 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 button that represent zoom to fit button.
 

Member Function Documentation

◆ abort() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent abort button.

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

◆ abort() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent abort button.

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

◆ about() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent about button.

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

◆ about() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent about button.

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

◆ actual_size() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent actual size button.

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

◆ actual_size() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent actual size button.

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

◆ add() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent add button.

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

◆ add() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent add button.

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

◆ align_left() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent align left button.

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

◆ align_left() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent align left button.

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

◆ align_right() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent align right button.

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

◆ align_right() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent align right button.

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

◆ alignment() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent alignment button.

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

◆ alignment() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent alignment button.

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

◆ apply() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent apply button.

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

◆ apply() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent apply button.

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

◆ ascending() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent ascending button.

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

◆ ascending() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent ascending button.

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

◆ back() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent back button.

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

◆ back() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent back button.

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

◆ bold() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent bold button.

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

◆ bold() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent bold button.

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

◆ bottom() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent bottom button.

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

◆ bottom() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent bottom button.

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

◆ cancel() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent cancel button.

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

◆ cancel() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent cancel button.

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

◆ cdrom() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent CD-Rom button.

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

◆ cdrom() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent CD-Rom button.

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

◆ centered() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent centered button.

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

◆ centered() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent centered button.

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

◆ clear() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent clear button.

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

◆ clear() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent clear button.

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

◆ close() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent close button.

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

◆ close() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent close button.

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

◆ color() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent color button.

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

◆ color() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent color button.

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

◆ contents() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent contents button.

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

◆ contents() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent contents button.

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

◆ convert() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent convert button.

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

◆ convert() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent convert button.

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

◆ copy() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent copy button.

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

◆ copy() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent copy button.

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

◆ customize() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent customize button.

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

◆ customize() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent customize button.

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

◆ cut() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent cut button.

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

◆ cut() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent cut button.

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

◆ del() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent delete button.

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

◆ del() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent delete button.

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

◆ descending() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent descending button.

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

◆ descending() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent descending button.

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

◆ down() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent down button.

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

◆ down() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent down button.

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

◆ edit() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent edit button.

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

◆ edit() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent edit button.

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

◆ execute() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent execute button.

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

◆ execute() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent execute button.

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

◆ file() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent file button.

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

◆ file() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent file button.

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

◆ find() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent find button.

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

◆ find() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent find button.

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

◆ first() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent first button.

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

◆ first() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent first button.

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

◆ floppy() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent floppy button.

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

◆ floppy() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent floppy button.

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

◆ font() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent font button.

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

◆ font() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent font button.

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

◆ forward() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent forward button.

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

◆ forward() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent forward button.

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

◆ harddisk() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent hard disk button.

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

◆ harddisk() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent hard disk button.

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

◆ help() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent help button.

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

◆ help() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent help button.

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

◆ home() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent home button.

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

◆ home() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent home button.

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

◆ ignore() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent ignore button.

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

◆ ignore() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent ignore button.

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

◆ indent() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent indent button.

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

◆ indent() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent indent button.

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

◆ index() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent index button.

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

◆ index() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent index button.

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

◆ info() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent info button.

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

◆ info() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent info button.

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

◆ italic() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent italic button.

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

◆ italic() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent italic button.

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

◆ jump_to() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent jump to button.

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

◆ jump_to() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent jump_to button.

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

◆ justified() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent justified button.

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

◆ justified() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent justified button.

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

◆ last() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent last button.

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

◆ last() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent last button.

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

◆ network() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent network button.

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

◆ network() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent network button.

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

◆ new_() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent new button.

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

◆ new_() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent new button.

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

◆ no() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent no button.

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

◆ no() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent no button.

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

◆ ok() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent ok button.

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

◆ ok() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent ok button.

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

◆ open() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent open button.

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

◆ open() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent open button.

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

◆ options() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent options button.

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

◆ options() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent options button.

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

◆ paste() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent paste button.

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

◆ paste() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent paste button.

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

◆ preferences() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent preferences button.

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

◆ preferences() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent preferences button.

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

◆ print() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent print button.

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

◆ print() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent print button.

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

◆ print_preview() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent print preview button.

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

◆ print_preview() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent print preview button.

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

◆ properties() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent properties button.

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

◆ properties() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent properties button.

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

◆ quit() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent quit button.

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

◆ quit() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent quit button.

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

◆ redo() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent redo button.

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

◆ redo() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent redo button.

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

◆ refresh() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent refresh button.

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

◆ refresh() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent refresh button.

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

◆ remove() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent remove button.

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

◆ remove() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent remove button.

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

◆ replace() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent replace button.

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

◆ replace() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent replace button.

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

◆ retry() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent retry button.

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

◆ retry() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent retry button.

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

◆ revert_to_saved() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent revert to saved button.

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

◆ revert_to_saved() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent revert to saved button.

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

◆ save() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent save button.

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

◆ save() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent save button.

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

◆ save_as() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent save as button.

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

◆ save_as() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent save as button.

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

◆ search() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent search button.

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

◆ search() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent search button.

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

◆ select_all() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent select all button.

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

◆ select_all() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent select all button.

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

◆ spell_check() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent spell check button.

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

◆ spell_check() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent spell check button.

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

◆ stop() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent stop button.

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

◆ stop() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent stop button.

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

◆ strikeout() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent strikeout button.

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

◆ strikeout() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent strikeout button.

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

◆ tools() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent tools button.

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

◆ tools() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent tools button.

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

◆ top() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent top button.

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

◆ top() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent top button.

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

◆ undelete() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent undelete button.

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

◆ undelete() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent undelete button.

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

◆ underline() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent underline button.

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

◆ underline() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent underline button.

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

◆ undo() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent undo button.

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

◆ undo() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent undo button.

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

◆ unindent() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represents an unindented button.

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

◆ unindent() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represents an unindented button.

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

◆ up() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent up button.

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

◆ up() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent up button.

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

◆ view() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent view button.

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

◆ view() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent view button.

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

◆ yes() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent yes button.

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

◆ yes() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent yes button.

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

◆ zoom_in() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent zoom in button.

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

◆ zoom_in() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent zoom in button.

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

◆ zoom_out() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent zoom out button.

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

◆ zoom_out() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent zoom out button.

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

◆ zoom_to_fit() [1/2]

static std::unique_ptr< button > xtd::forms::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 button that represent zoom to fit button.

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

◆ zoom_to_fit() [2/2]

static std::unique_ptr< button > xtd::forms::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 button that represent zoom to fit button.

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

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