xtd 0.2.0
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 demonstrates the use of buttons control factory.
#include <xtd/xtd>
using namespace xtd::forms;
auto main()->int {
auto main_form = form::create("Buttons example", xtd::drawing::point {100, 200}, {450, 200});
auto actual_size_button = buttons::actual_size(main_form, {10, 10}, {100, 25});
auto zoom_in_button = buttons::zoom_in(main_form, {120, 10}, {100, 25});
auto zoom_out_button = buttons::zoom_out(main_form, {230, 10}, {100, 25});
auto zoom_to_fit_button = buttons::zoom_to_fit(main_form, {340, 10}, {100, 25});
application::run(main_form);
}

Methods

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

Member Function Documentation

◆ abort() [1/2]

static button xtd::forms::buttons::abort ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent abort button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ abort() [2/2]

static button xtd::forms::buttons::abort ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ about() [1/2]

static button xtd::forms::buttons::about ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent about button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ about() [2/2]

static button xtd::forms::buttons::about ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ actual_size() [1/2]

static button xtd::forms::buttons::actual_size ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.
Examples:
buttons.cpp.

◆ actual_size() [2/2]

static button xtd::forms::buttons::actual_size ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ add() [1/2]

button xtd::forms::buttons::add ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inline

Create a system-defined button that represent add button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ add() [2/2]

static button xtd::forms::buttons::add ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ align_left() [1/2]

static button xtd::forms::buttons::align_left ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ align_left() [2/2]

static button xtd::forms::buttons::align_left ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ align_right() [1/2]

static button xtd::forms::buttons::align_right ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ align_right() [2/2]

static button xtd::forms::buttons::align_right ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ alignment() [1/2]

static button xtd::forms::buttons::alignment ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent alignment button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ alignment() [2/2]

static button xtd::forms::buttons::alignment ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ apply() [1/2]

static button xtd::forms::buttons::apply ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent apply button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ apply() [2/2]

static button xtd::forms::buttons::apply ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ ascending() [1/2]

static button xtd::forms::buttons::ascending ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent ascending button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ ascending() [2/2]

static button xtd::forms::buttons::ascending ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ back() [1/2]

static button xtd::forms::buttons::back ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent back button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ back() [2/2]

static button xtd::forms::buttons::back ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ bold() [1/2]

static button xtd::forms::buttons::bold ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent bold button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ bold() [2/2]

static button xtd::forms::buttons::bold ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ bottom() [1/2]

static button xtd::forms::buttons::bottom ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent bottom button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ bottom() [2/2]

static button xtd::forms::buttons::bottom ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ cancel() [1/2]

static button xtd::forms::buttons::cancel ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent cancel button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ cancel() [2/2]

static button xtd::forms::buttons::cancel ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ cdrom() [1/2]

static button xtd::forms::buttons::cdrom ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ cdrom() [2/2]

static button xtd::forms::buttons::cdrom ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ centered() [1/2]

static button xtd::forms::buttons::centered ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent centered button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ centered() [2/2]

static button xtd::forms::buttons::centered ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ clear() [1/2]

static button xtd::forms::buttons::clear ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent clear button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ clear() [2/2]

static button xtd::forms::buttons::clear ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ close() [1/2]

static button xtd::forms::buttons::close ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent close button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ close() [2/2]

static button xtd::forms::buttons::close ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ color() [1/2]

static button xtd::forms::buttons::color ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent color button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ color() [2/2]

static button xtd::forms::buttons::color ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ contents() [1/2]

static button xtd::forms::buttons::contents ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent contents button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ contents() [2/2]

static button xtd::forms::buttons::contents ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ convert() [1/2]

static button xtd::forms::buttons::convert ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent convert button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ convert() [2/2]

static button xtd::forms::buttons::convert ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ copy() [1/2]

static button xtd::forms::buttons::copy ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent copy button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ copy() [2/2]

static button xtd::forms::buttons::copy ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ customize() [1/2]

static button xtd::forms::buttons::customize ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent customize button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ customize() [2/2]

static button xtd::forms::buttons::customize ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ cut() [1/2]

static button xtd::forms::buttons::cut ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent cut button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ cut() [2/2]

static button xtd::forms::buttons::cut ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ del() [1/2]

static button xtd::forms::buttons::del ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent delete button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ del() [2/2]

static button xtd::forms::buttons::del ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ descending() [1/2]

static button xtd::forms::buttons::descending ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent descending button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ descending() [2/2]

static button xtd::forms::buttons::descending ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ down() [1/2]

static button xtd::forms::buttons::down ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent down button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ down() [2/2]

static button xtd::forms::buttons::down ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ edit() [1/2]

static button xtd::forms::buttons::edit ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent edit button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ edit() [2/2]

static button xtd::forms::buttons::edit ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ execute() [1/2]

static button xtd::forms::buttons::execute ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent execute button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ execute() [2/2]

static button xtd::forms::buttons::execute ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ file() [1/2]

static button xtd::forms::buttons::file ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent file button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ file() [2/2]

static button xtd::forms::buttons::file ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ find() [1/2]

static button xtd::forms::buttons::find ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent find button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ find() [2/2]

static button xtd::forms::buttons::find ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ first() [1/2]

static button xtd::forms::buttons::first ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent first button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ first() [2/2]

static button xtd::forms::buttons::first ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ floppy() [1/2]

static button xtd::forms::buttons::floppy ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent floppy button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ floppy() [2/2]

static button xtd::forms::buttons::floppy ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ font() [1/2]

static button xtd::forms::buttons::font ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent font button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ font() [2/2]

static button xtd::forms::buttons::font ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ forward() [1/2]

static button xtd::forms::buttons::forward ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent forward button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ forward() [2/2]

static button xtd::forms::buttons::forward ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ harddisk() [1/2]

static button xtd::forms::buttons::harddisk ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ harddisk() [2/2]

static button xtd::forms::buttons::harddisk ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ help() [1/2]

static button xtd::forms::buttons::help ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent help button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ help() [2/2]

static button xtd::forms::buttons::help ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ home() [1/2]

static button xtd::forms::buttons::home ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent home button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ home() [2/2]

static button xtd::forms::buttons::home ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ ignore() [1/2]

static button xtd::forms::buttons::ignore ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent ignore button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ ignore() [2/2]

static button xtd::forms::buttons::ignore ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ indent() [1/2]

static button xtd::forms::buttons::indent ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent indent button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ indent() [2/2]

static button xtd::forms::buttons::indent ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ index() [1/2]

static button xtd::forms::buttons::index ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent index button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ index() [2/2]

static button xtd::forms::buttons::index ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ info() [1/2]

static button xtd::forms::buttons::info ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent info button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ info() [2/2]

static button xtd::forms::buttons::info ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ italic() [1/2]

static button xtd::forms::buttons::italic ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent italic button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ italic() [2/2]

static button xtd::forms::buttons::italic ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ jump_to() [1/2]

static button xtd::forms::buttons::jump_to ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent jump_to button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ jump_to() [2/2]

static button xtd::forms::buttons::jump_to ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ justified() [1/2]

static button xtd::forms::buttons::justified ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent justified button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ justified() [2/2]

static button xtd::forms::buttons::justified ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ last() [1/2]

static button xtd::forms::buttons::last ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent last button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ last() [2/2]

static button xtd::forms::buttons::last ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ network() [1/2]

static button xtd::forms::buttons::network ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent network button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ network() [2/2]

static button xtd::forms::buttons::network ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ new_() [1/2]

static button xtd::forms::buttons::new_ ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent new button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ new_() [2/2]

static button xtd::forms::buttons::new_ ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ no() [1/2]

static button xtd::forms::buttons::no ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent no button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ no() [2/2]

static button xtd::forms::buttons::no ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ ok() [1/2]

static button xtd::forms::buttons::ok ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent ok button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ ok() [2/2]

static button xtd::forms::buttons::ok ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ open() [1/2]

static button xtd::forms::buttons::open ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent open button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ open() [2/2]

static button xtd::forms::buttons::open ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ options() [1/2]

static button xtd::forms::buttons::options ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent options button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ options() [2/2]

static button xtd::forms::buttons::options ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ paste() [1/2]

static button xtd::forms::buttons::paste ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent paste button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ paste() [2/2]

static button xtd::forms::buttons::paste ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ preferences() [1/2]

static button xtd::forms::buttons::preferences ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent preferences button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ preferences() [2/2]

static button xtd::forms::buttons::preferences ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ print() [1/2]

static button xtd::forms::buttons::print ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent print button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ print() [2/2]

static button xtd::forms::buttons::print ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ print_preview() [1/2]

static button xtd::forms::buttons::print_preview ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ print_preview() [2/2]

static button xtd::forms::buttons::print_preview ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ properties() [1/2]

static button xtd::forms::buttons::properties ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent properties button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ properties() [2/2]

static button xtd::forms::buttons::properties ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ quit() [1/2]

static button xtd::forms::buttons::quit ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent quit button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ quit() [2/2]

static button xtd::forms::buttons::quit ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ redo() [1/2]

static button xtd::forms::buttons::redo ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent redo button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ redo() [2/2]

static button xtd::forms::buttons::redo ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ refresh() [1/2]

static button xtd::forms::buttons::refresh ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent refresh button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ refresh() [2/2]

static button xtd::forms::buttons::refresh ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ remove() [1/2]

static button xtd::forms::buttons::remove ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent remove button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ remove() [2/2]

static button xtd::forms::buttons::remove ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ replace() [1/2]

static button xtd::forms::buttons::replace ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent replace button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ replace() [2/2]

static button xtd::forms::buttons::replace ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ retry() [1/2]

static button xtd::forms::buttons::retry ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent retry button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ retry() [2/2]

static button xtd::forms::buttons::retry ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ revert_to_saved() [1/2]

static button xtd::forms::buttons::revert_to_saved ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ revert_to_saved() [2/2]

static button xtd::forms::buttons::revert_to_saved ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ save() [1/2]

static button xtd::forms::buttons::save ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent save button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ save() [2/2]

static button xtd::forms::buttons::save ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ save_as() [1/2]

static button xtd::forms::buttons::save_as ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ save_as() [2/2]

static button xtd::forms::buttons::save_as ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ search() [1/2]

static button xtd::forms::buttons::search ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent search button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ search() [2/2]

static button xtd::forms::buttons::search ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ select_all() [1/2]

static button xtd::forms::buttons::select_all ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ select_all() [2/2]

static button xtd::forms::buttons::select_all ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ spell_check() [1/2]

static button xtd::forms::buttons::spell_check ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ spell_check() [2/2]

static button xtd::forms::buttons::spell_check ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ stop() [1/2]

static button xtd::forms::buttons::stop ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent stop button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ stop() [2/2]

static button xtd::forms::buttons::stop ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ strikeout() [1/2]

static button xtd::forms::buttons::strikeout ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent strikeout button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ strikeout() [2/2]

static button xtd::forms::buttons::strikeout ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ tools() [1/2]

static button xtd::forms::buttons::tools ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent tools button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ tools() [2/2]

static button xtd::forms::buttons::tools ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ top() [1/2]

static button xtd::forms::buttons::top ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent top button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ top() [2/2]

static button xtd::forms::buttons::top ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ undelete() [1/2]

static button xtd::forms::buttons::undelete ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent undelete button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ undelete() [2/2]

static button xtd::forms::buttons::undelete ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ underline() [1/2]

static button xtd::forms::buttons::underline ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent underline button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ underline() [2/2]

static button xtd::forms::buttons::underline ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ undo() [1/2]

static button xtd::forms::buttons::undo ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent undo button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ undo() [2/2]

static button xtd::forms::buttons::undo ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ unindent() [1/2]

static button xtd::forms::buttons::unindent ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ unindent() [2/2]

static button xtd::forms::buttons::unindent ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ up() [1/2]

static button xtd::forms::buttons::up ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent up button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ up() [2/2]

static button xtd::forms::buttons::up ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ view() [1/2]

static button xtd::forms::buttons::view ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent view button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ view() [2/2]

static button xtd::forms::buttons::view ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ yes() [1/2]

static button xtd::forms::buttons::yes ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined button that represent yes button.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.

◆ yes() [2/2]

static button xtd::forms::buttons::yes ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ zoom_in() [1/2]

static button xtd::forms::buttons::zoom_in ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.
Examples:
buttons.cpp.

◆ zoom_in() [2/2]

static button xtd::forms::buttons::zoom_in ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ zoom_out() [1/2]

static button xtd::forms::buttons::zoom_out ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.
Examples:
buttons.cpp.

◆ zoom_out() [2/2]

static button xtd::forms::buttons::zoom_out ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

◆ zoom_to_fit() [1/2]

static button xtd::forms::buttons::zoom_to_fit ( const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
nameThe name of the button.
Returns
The created button.
Examples:
buttons.cpp.

◆ zoom_to_fit() [2/2]

static button xtd::forms::buttons::zoom_to_fit ( const control parent,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
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.
nameThe name of the button.
Returns
The created button.

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