xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::buttons Class Referencefinal
Inheritance diagram for xtd::forms::buttons:
xtd::static_object

Definition

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

Header
#include <xtd/forms/buttons>
Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrates the use of buttons control factory.
#include <xtd/forms/application>
#include <xtd/forms/buttons>
#include <xtd/forms/form>
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);
}
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:54
static void run()
Begins running a standard application message loop on the current thread, without a form.
static button actual_size()
Create a system-defined button that represent actual_size button.
static button zoom_out()
Create a system-defined button that represent zoom_out button.
static button zoom_in()
Create a system-defined button that represent zoom_in button.
static button zoom_to_fit()
Create a system-defined button that represent zoom_to_fit button.
static form create()
A factory to create an xtd::forms::form.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12

Public Static Methods

static button abort ()
 Create a system-defined button that represent abort button.
 
static button abort (const drawing::point &location)
 Create a system-defined button that represent abort button with specified location.
 
static button abort (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent abort button with specified location, and size.
 
static button abort (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent abort button with specified location, size, and name.
 
static button abort (const control &parent)
 Create a system-defined button that represent abort button with specified parent.
 
static button abort (const control &parent, const drawing::point &location)
 Create a system-defined button that represent abort button with specified parent, and location.
 
static button abort (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent abort button with specified parent, location, and size.
 
static button abort (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent abort button with specified parent, location, size, and name.
 
static button about ()
 Create a system-defined button that represent about button.
 
static button about (const drawing::point &location)
 Create a system-defined button that represent about button with specified location.
 
static button about (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent about button with specified location, and size.
 
static button about (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent about button with specified location, size, and name.
 
static button about (const control &parent)
 Create a system-defined button that represent about button with specified parent.
 
static button about (const control &parent, const drawing::point &location)
 Create a system-defined button that represent about button with specified parent, and location.
 
static button about (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent about button with specified parent, location, and size.
 
static button about (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent about button with specified parent, location, size, and name.
 
static button actual_size ()
 Create a system-defined button that represent actual_size button.
 
static button actual_size (const drawing::point &location)
 Create a system-defined button that represent actual_size button with specified location.
 
static button actual_size (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent actual_size button with specified location, and size.
 
static button actual_size (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent actual_size button with specified location, size, and name.
 
static button actual_size (const control &parent)
 Create a system-defined button that represent actual_size button with specified parent.
 
static button actual_size (const control &parent, const drawing::point &location)
 Create a system-defined button that represent actual_size button with specified parent, and location.
 
static button actual_size (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent actual_size button with specified parent, location, and size.
 
static button actual_size (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent actual_size button with specified parent, location, size, and name.
 
static button add ()
 Create a system-defined button that represent add button.
 
static button add (const drawing::point &location)
 Create a system-defined button that represent add button with specified location.
 
static button add (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent add button with specified location, and size.
 
static button add (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent add button with specified location, size, and name.
 
static button add (const control &parent)
 Create a system-defined button that represent add button with specified parent.
 
static button add (const control &parent, const drawing::point &location)
 Create a system-defined button that represent add button with specified parent, and location.
 
static button add (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent add button with specified parent, location, and size.
 
static button add (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent add button with specified parent, location, size, and name.
 
static button alignment ()
 Create a system-defined button that represent alignment button.
 
static button alignment (const drawing::point &location)
 Create a system-defined button that represent alignment button with specified location.
 
static button alignment (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent alignment button with specified location, and size.
 
static button alignment (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent alignment button with specified location, size, and name.
 
static button alignment (const control &parent)
 Create a system-defined button that represent alignment button with specified parent.
 
static button alignment (const control &parent, const drawing::point &location)
 Create a system-defined button that represent alignment button with specified parent, and location.
 
static button alignment (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent alignment button with specified parent, location, and size.
 
static button alignment (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent alignment button with specified parent, location, size, and name.
 
static button align_left ()
 Create a system-defined button that represent align_left button.
 
static button align_left (const drawing::point &location)
 Create a system-defined button that represent align_left button with specified location.
 
static button align_left (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent align_left button with specified location, and size.
 
static button align_left (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent align_left button with specified location, size, and name.
 
static button align_left (const control &parent)
 Create a system-defined button that represent align_left button with specified parent.
 
static button align_left (const control &parent, const drawing::point &location)
 Create a system-defined button that represent align_left button with specified parent, and location.
 
static button align_left (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent align_left button with specified parent, location, and size.
 
static button align_left (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent align_left button with specified parent, location, size, and name.
 
static button align_right ()
 Create a system-defined button that represent align_right button.
 
static button align_right (const drawing::point &location)
 Create a system-defined button that represent align_right button with specified location.
 
static button align_right (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent align_right button with specified location, and size.
 
static button align_right (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent align_right button with specified location, size, and name.
 
static button align_right (const control &parent)
 Create a system-defined button that represent align_right button with specified parent.
 
static button align_right (const control &parent, const drawing::point &location)
 Create a system-defined button that represent align_right button with specified parent, and location.
 
static button align_right (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent align_right button with specified parent, location, and size.
 
static button align_right (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent align_right button with specified parent, location, size, and name.
 
static button apply ()
 Create a system-defined button that represent apply button.
 
static button apply (const drawing::point &location)
 Create a system-defined button that represent apply button with specified location.
 
static button apply (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent apply button with specified location, and size.
 
static button apply (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent apply button with specified location, size, and name.
 
static button apply (const control &parent)
 Create a system-defined button that represent apply button with specified parent.
 
static button apply (const control &parent, const drawing::point &location)
 Create a system-defined button that represent apply button with specified parent, and location.
 
static button apply (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent apply button with specified parent, location, and size.
 
static button apply (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent apply button with specified parent, location, size, and name.
 
static button ascending ()
 Create a system-defined button that represent ascending button.
 
static button ascending (const drawing::point &location)
 Create a system-defined button that represent ascending button with specified location.
 
static button ascending (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent ascending button with specified location, and size.
 
static button ascending (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent ascending button with specified location, size, and name.
 
static button ascending (const control &parent)
 Create a system-defined button that represent ascending button with specified parent.
 
static button ascending (const control &parent, const drawing::point &location)
 Create a system-defined button that represent ascending button with specified parent, and location.
 
static button ascending (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent ascending button with specified parent, location, and size.
 
static button ascending (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent ascending button with specified parent, location, size, and name.
 
static button back ()
 Create a system-defined button that represent back button.
 
static button back (const drawing::point &location)
 Create a system-defined button that represent back button with specified location.
 
static button back (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent back button with specified location, and size.
 
static button back (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent back button with specified location, size, and name.
 
static button back (const control &parent)
 Create a system-defined button that represent back button with specified parent.
 
static button back (const control &parent, const drawing::point &location)
 Create a system-defined button that represent back button with specified parent, and location.
 
static button back (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent back button with specified parent, location, and size.
 
static button back (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent back button with specified parent, location, size, and name.
 
static button bold ()
 Create a system-defined button that represent bold button.
 
static button bold (const drawing::point &location)
 Create a system-defined button that represent bold button with specified location.
 
static button bold (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent bold button with specified location, and size.
 
static button bold (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent bold button with specified location, size, and name.
 
static button bold (const control &parent)
 Create a system-defined button that represent bold button with specified parent.
 
static button bold (const control &parent, const drawing::point &location)
 Create a system-defined button that represent bold button with specified parent, and location.
 
static button bold (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent bold button with specified parent, location, and size.
 
static button bold (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent bold button with specified parent, location, size, and name.
 
static button bottom ()
 Create a system-defined button that represent bottom button.
 
static button bottom (const drawing::point &location)
 Create a system-defined button that represent bottom button with specified location.
 
static button bottom (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent bottom button with specified location, and size.
 
static button bottom (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent bottom button with specified location, size, and name.
 
static button bottom (const control &parent)
 Create a system-defined button that represent bottom button with specified parent.
 
static button bottom (const control &parent, const drawing::point &location)
 Create a system-defined button that represent bottom button with specified parent, and location.
 
static button bottom (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent bottom button with specified parent, location, and size.
 
static button bottom (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent bottom button with specified parent, location, size, and name.
 
static button cancel ()
 Create a system-defined button that represent cancel button.
 
static button cancel (const drawing::point &location)
 Create a system-defined button that represent cancel button with specified location.
 
static button cancel (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent cancel button with specified location, and size.
 
static button cancel (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent cancel button with specified location, size, and name.
 
static button cancel (const control &parent)
 Create a system-defined button that represent cancel button with specified parent.
 
static button cancel (const control &parent, const drawing::point &location)
 Create a system-defined button that represent cancel button with specified parent, and location.
 
static button cancel (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent cancel button with specified parent, location, and size.
 
static button cancel (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent cancel button with specified parent, location, size, and name.
 
static button cdrom ()
 Create a system-defined button that represent cdrom button.
 
static button cdrom (const drawing::point &location)
 Create a system-defined button that represent cdrom button with specified location.
 
static button cdrom (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent cdrom button with specified location, and size.
 
static button cdrom (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent cdrom button with specified location, size, and name.
 
static button cdrom (const control &parent)
 Create a system-defined button that represent cdrom button with specified parent.
 
static button cdrom (const control &parent, const drawing::point &location)
 Create a system-defined button that represent cdrom button with specified parent, and location.
 
static button cdrom (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent cdrom button with specified parent, location, and size.
 
static button cdrom (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent cdrom button with specified parent, location, size, and name.
 
static button centered ()
 Create a system-defined button that represent centered button.
 
static button centered (const drawing::point &location)
 Create a system-defined button that represent centered button with specified location.
 
static button centered (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent centered button with specified location, and size.
 
static button centered (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent centered button with specified location, size, and name.
 
static button centered (const control &parent)
 Create a system-defined button that represent centered button with specified parent.
 
static button centered (const control &parent, const drawing::point &location)
 Create a system-defined button that represent centered button with specified parent, and location.
 
static button centered (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent centered button with specified parent, location, and size.
 
static button centered (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent centered button with specified parent, location, size, and name.
 
static button clear ()
 Create a system-defined button that represent clear button.
 
static button clear (const drawing::point &location)
 Create a system-defined button that represent clear button with specified location.
 
static button clear (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent clear button with specified location, and size.
 
static button clear (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent clear button with specified location, size, and name.
 
static button clear (const control &parent)
 Create a system-defined button that represent clear button with specified parent.
 
static button clear (const control &parent, const drawing::point &location)
 Create a system-defined button that represent clear button with specified parent, and location.
 
static button clear (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent clear button with specified parent, location, and size.
 
static button clear (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent clear button with specified parent, location, size, and name.
 
static button close ()
 Create a system-defined button that represent close button.
 
static button close (const drawing::point &location)
 Create a system-defined button that represent close button with specified location.
 
static button close (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent close button with specified location, and size.
 
static button close (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent close button with specified location, size, and name.
 
static button close (const control &parent)
 Create a system-defined button that represent close button with specified parent.
 
static button close (const control &parent, const drawing::point &location)
 Create a system-defined button that represent close button with specified parent, and location.
 
static button close (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent close button with specified parent, location, and size.
 
static button close (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent close button with specified parent, location, size, and name.
 
static button color ()
 Create a system-defined button that represent color button.
 
static button color (const drawing::point &location)
 Create a system-defined button that represent color button with specified location.
 
static button color (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent color button with specified location, and size.
 
static button color (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent color button with specified location, size, and name.
 
static button color (const control &parent)
 Create a system-defined button that represent color button with specified parent.
 
static button color (const control &parent, const drawing::point &location)
 Create a system-defined button that represent color button with specified parent, and location.
 
static button color (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent color button with specified parent, location, and size.
 
static button color (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent color button with specified parent, location, size, and name.
 
static button contents ()
 Create a system-defined button that represent contents button.
 
static button contents (const drawing::point &location)
 Create a system-defined button that represent contents button with specified location.
 
static button contents (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent contents button with specified location, and size.
 
static button contents (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent contents button with specified location, size, and name.
 
static button contents (const control &parent)
 Create a system-defined button that represent contents button with specified parent.
 
static button contents (const control &parent, const drawing::point &location)
 Create a system-defined button that represent contents button with specified parent, and location.
 
static button contents (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent contents button with specified parent, location, and size.
 
static button contents (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent contents button with specified parent, location, size, and name.
 
static button convert ()
 Create a system-defined button that represent convert button.
 
static button convert (const drawing::point &location)
 Create a system-defined button that represent convert button with specified location.
 
static button convert (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent convert button with specified location, and size.
 
static button convert (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent convert button with specified location, size, and name.
 
static button convert (const control &parent)
 Create a system-defined button that represent convert button with specified parent.
 
static button convert (const control &parent, const drawing::point &location)
 Create a system-defined button that represent convert button with specified parent, and location.
 
static button convert (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent convert button with specified parent, location, and size.
 
static button convert (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent convert button with specified parent, location, size, and name.
 
static button copy ()
 Create a system-defined button that represent copy button.
 
static button copy (const drawing::point &location)
 Create a system-defined button that represent copy button with specified location.
 
static button copy (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent copy button with specified location, and size.
 
static button copy (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent copy button with specified location, size, and name.
 
static button copy (const control &parent)
 Create a system-defined button that represent copy button with specified parent.
 
static button copy (const control &parent, const drawing::point &location)
 Create a system-defined button that represent copy button with specified parent, and location.
 
static button copy (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent copy button with specified parent, location, and size.
 
static button copy (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent copy button with specified parent, location, size, and name.
 
static button customize ()
 Create a system-defined button that represent customize button.
 
static button customize (const drawing::point &location)
 Create a system-defined button that represent customize button with specified location.
 
static button customize (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent customize button with specified location, and size.
 
static button customize (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent customize button with specified location, size, and name.
 
static button customize (const control &parent)
 Create a system-defined button that represent customize button with specified parent.
 
static button customize (const control &parent, const drawing::point &location)
 Create a system-defined button that represent customize button with specified parent, and location.
 
static button customize (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent customize button with specified parent, location, and size.
 
static button customize (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent customize button with specified parent, location, size, and name.
 
static button cut ()
 Create a system-defined button that represent cut button.
 
static button cut (const drawing::point &location)
 Create a system-defined button that represent cut button with specified location.
 
static button cut (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent cut button with specified location, and size.
 
static button cut (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent cut button with specified location, size, and name.
 
static button cut (const control &parent)
 Create a system-defined button that represent cut button with specified parent.
 
static button cut (const control &parent, const drawing::point &location)
 Create a system-defined button that represent cut button with specified parent, and location.
 
static button cut (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent cut button with specified parent, location, and size.
 
static button cut (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent cut button with specified parent, location, size, and name.
 
static button del ()
 Create a system-defined button that represent del button.
 
static button del (const drawing::point &location)
 Create a system-defined button that represent del button with specified location.
 
static button del (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent del button with specified location, and size.
 
static button del (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent del button with specified location, size, and name.
 
static button del (const control &parent)
 Create a system-defined button that represent del button with specified parent.
 
static button del (const control &parent, const drawing::point &location)
 Create a system-defined button that represent del button with specified parent, and location.
 
static button del (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent del button with specified parent, location, and size.
 
static button del (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent del button with specified parent, location, size, and name.
 
static button descending ()
 Create a system-defined button that represent descending button.
 
static button descending (const drawing::point &location)
 Create a system-defined button that represent descending button with specified location.
 
static button descending (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent descending button with specified location, and size.
 
static button descending (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent descending button with specified location, size, and name.
 
static button descending (const control &parent)
 Create a system-defined button that represent descending button with specified parent.
 
static button descending (const control &parent, const drawing::point &location)
 Create a system-defined button that represent descending button with specified parent, and location.
 
static button descending (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent descending button with specified parent, location, and size.
 
static button descending (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent descending button with specified parent, location, size, and name.
 
static button down ()
 Create a system-defined button that represent down button.
 
static button down (const drawing::point &location)
 Create a system-defined button that represent down button with specified location.
 
static button down (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent down button with specified location, and size.
 
static button down (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent down button with specified location, size, and name.
 
static button down (const control &parent)
 Create a system-defined button that represent down button with specified parent.
 
static button down (const control &parent, const drawing::point &location)
 Create a system-defined button that represent down button with specified parent, and location.
 
static button down (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent down button with specified parent, location, and size.
 
static button down (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent down button with specified parent, location, size, and name.
 
static button edit ()
 Create a system-defined button that represent edit button.
 
static button edit (const drawing::point &location)
 Create a system-defined button that represent edit button with specified location.
 
static button edit (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent edit button with specified location, and size.
 
static button edit (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent edit button with specified location, size, and name.
 
static button edit (const control &parent)
 Create a system-defined button that represent edit button with specified parent.
 
static button edit (const control &parent, const drawing::point &location)
 Create a system-defined button that represent edit button with specified parent, and location.
 
static button edit (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent edit button with specified parent, location, and size.
 
static button edit (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent edit button with specified parent, location, size, and name.
 
static button execute ()
 Create a system-defined button that represent execute button.
 
static button execute (const drawing::point &location)
 Create a system-defined button that represent execute button with specified location.
 
static button execute (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent execute button with specified location, and size.
 
static button execute (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent execute button with specified location, size, and name.
 
static button execute (const control &parent)
 Create a system-defined button that represent execute button with specified parent.
 
static button execute (const control &parent, const drawing::point &location)
 Create a system-defined button that represent execute button with specified parent, and location.
 
static button execute (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent execute button with specified parent, location, and size.
 
static button execute (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent execute button with specified parent, location, size, and name.
 
static button exit ()
 Create a system-defined button that represent exit button.
 
static button exit (const drawing::point &location)
 Create a system-defined button that represent exit button with specified location.
 
static button exit (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent exit button with specified location, and size.
 
static button exit (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent exit button with specified location, size, and name.
 
static button exit (const control &parent)
 Create a system-defined button that represent exit button with specified parent.
 
static button exit (const control &parent, const drawing::point &location)
 Create a system-defined button that represent exit button with specified parent, and location.
 
static button exit (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent exit button with specified parent, location, and size.
 
static button exit (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent exit button with specified parent, location, size, and name.
 
static button file ()
 Create a system-defined button that represent file button.
 
static button file (const drawing::point &location)
 Create a system-defined button that represent file button with specified location.
 
static button file (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent file button with specified location, and size.
 
static button file (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent file button with specified location, size, and name.
 
static button file (const control &parent)
 Create a system-defined button that represent file button with specified parent.
 
static button file (const control &parent, const drawing::point &location)
 Create a system-defined button that represent file button with specified parent, and location.
 
static button file (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent file button with specified parent, location, and size.
 
static button file (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent file button with specified parent, location, size, and name.
 
static button find ()
 Create a system-defined button that represent find button.
 
static button find (const drawing::point &location)
 Create a system-defined button that represent find button with specified location.
 
static button find (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent find button with specified location, and size.
 
static button find (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent find button with specified location, size, and name.
 
static button find (const control &parent)
 Create a system-defined button that represent find button with specified parent.
 
static button find (const control &parent, const drawing::point &location)
 Create a system-defined button that represent find button with specified parent, and location.
 
static button find (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent find button with specified parent, location, and size.
 
static button find (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent find button with specified parent, location, size, and name.
 
static button first ()
 Create a system-defined button that represent first button.
 
static button first (const drawing::point &location)
 Create a system-defined button that represent first button with specified location.
 
static button first (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent first button with specified location, and size.
 
static button first (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent first button with specified location, size, and name.
 
static button first (const control &parent)
 Create a system-defined button that represent first button with specified parent.
 
static button first (const control &parent, const drawing::point &location)
 Create a system-defined button that represent first button with specified parent, and location.
 
static button first (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent first button with specified parent, location, and size.
 
static button first (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent first button with specified parent, location, size, and name.
 
static button floppy ()
 Create a system-defined button that represent floppy button.
 
static button floppy (const drawing::point &location)
 Create a system-defined button that represent floppy button with specified location.
 
static button floppy (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent floppy button with specified location, and size.
 
static button floppy (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent floppy button with specified location, size, and name.
 
static button floppy (const control &parent)
 Create a system-defined button that represent floppy button with specified parent.
 
static button floppy (const control &parent, const drawing::point &location)
 Create a system-defined button that represent floppy button with specified parent, and location.
 
static button floppy (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent floppy button with specified parent, location, and size.
 
static button floppy (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent floppy button with specified parent, location, size, and name.
 
static button font ()
 Create a system-defined button that represent font button.
 
static button font (const drawing::point &location)
 Create a system-defined button that represent font button with specified location.
 
static button font (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent font button with specified location, and size.
 
static button font (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent font button with specified location, size, and name.
 
static button font (const control &parent)
 Create a system-defined button that represent font button with specified parent.
 
static button font (const control &parent, const drawing::point &location)
 Create a system-defined button that represent font button with specified parent, and location.
 
static button font (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent font button with specified parent, location, and size.
 
static button font (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent font button with specified parent, location, size, and name.
 
static button forward ()
 Create a system-defined button that represent forward button.
 
static button forward (const drawing::point &location)
 Create a system-defined button that represent forward button with specified location.
 
static button forward (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent forward button with specified location, and size.
 
static button forward (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent forward button with specified location, size, and name.
 
static button forward (const control &parent)
 Create a system-defined button that represent forward button with specified parent.
 
static button forward (const control &parent, const drawing::point &location)
 Create a system-defined button that represent forward button with specified parent, and location.
 
static button forward (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent forward button with specified parent, location, and size.
 
static button forward (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent forward button with specified parent, location, size, and name.
 
static button harddisk ()
 Create a system-defined button that represent harddisk button.
 
static button harddisk (const drawing::point &location)
 Create a system-defined button that represent harddisk button with specified location.
 
static button harddisk (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent harddisk button with specified location, and size.
 
static button harddisk (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent harddisk button with specified location, size, and name.
 
static button harddisk (const control &parent)
 Create a system-defined button that represent harddisk button with specified parent.
 
static button harddisk (const control &parent, const drawing::point &location)
 Create a system-defined button that represent harddisk button with specified parent, and location.
 
static button harddisk (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent harddisk button with specified parent, location, and size.
 
static button harddisk (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent harddisk button with specified parent, location, size, and name.
 
static button help ()
 Create a system-defined button that represent help button.
 
static button help (const drawing::point &location)
 Create a system-defined button that represent help button with specified location.
 
static button help (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent help button with specified location, and size.
 
static button help (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent help button with specified location, size, and name.
 
static button help (const control &parent)
 Create a system-defined button that represent help button with specified parent.
 
static button help (const control &parent, const drawing::point &location)
 Create a system-defined button that represent help button with specified parent, and location.
 
static button help (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent help button with specified parent, location, and size.
 
static button help (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent help button with specified parent, location, size, and name.
 
static button home ()
 Create a system-defined button that represent home button.
 
static button home (const drawing::point &location)
 Create a system-defined button that represent home button with specified location.
 
static button home (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent home button with specified location, and size.
 
static button home (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent home button with specified location, size, and name.
 
static button home (const control &parent)
 Create a system-defined button that represent home button with specified parent.
 
static button home (const control &parent, const drawing::point &location)
 Create a system-defined button that represent home button with specified parent, and location.
 
static button home (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent home button with specified parent, location, and size.
 
static button home (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent home button with specified parent, location, size, and name.
 
static button ignore ()
 Create a system-defined button that represent ignore button.
 
static button ignore (const drawing::point &location)
 Create a system-defined button that represent ignore button with specified location.
 
static button ignore (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent ignore button with specified location, and size.
 
static button ignore (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent ignore button with specified location, size, and name.
 
static button ignore (const control &parent)
 Create a system-defined button that represent ignore button with specified parent.
 
static button ignore (const control &parent, const drawing::point &location)
 Create a system-defined button that represent ignore button with specified parent, and location.
 
static button ignore (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent ignore button with specified parent, location, and size.
 
static button ignore (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent ignore button with specified parent, location, size, and name.
 
static button indent ()
 Create a system-defined button that represent indent button.
 
static button indent (const drawing::point &location)
 Create a system-defined button that represent indent button with specified location.
 
static button indent (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent indent button with specified location, and size.
 
static button indent (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent indent button with specified location, size, and name.
 
static button indent (const control &parent)
 Create a system-defined button that represent indent button with specified parent.
 
static button indent (const control &parent, const drawing::point &location)
 Create a system-defined button that represent indent button with specified parent, and location.
 
static button indent (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent indent button with specified parent, location, and size.
 
static button indent (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent indent button with specified parent, location, size, and name.
 
static button index ()
 Create a system-defined button that represent index button.
 
static button index (const drawing::point &location)
 Create a system-defined button that represent index button with specified location.
 
static button index (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent index button with specified location, and size.
 
static button index (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent index button with specified location, size, and name.
 
static button index (const control &parent)
 Create a system-defined button that represent index button with specified parent.
 
static button index (const control &parent, const drawing::point &location)
 Create a system-defined button that represent index button with specified parent, and location.
 
static button index (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent index button with specified parent, location, and size.
 
static button index (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent index button with specified parent, location, size, and name.
 
static button info ()
 Create a system-defined button that represent info button.
 
static button info (const drawing::point &location)
 Create a system-defined button that represent info button with specified location.
 
static button info (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent info button with specified location, and size.
 
static button info (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent info button with specified location, size, and name.
 
static button info (const control &parent)
 Create a system-defined button that represent info button with specified parent.
 
static button info (const control &parent, const drawing::point &location)
 Create a system-defined button that represent info button with specified parent, and location.
 
static button info (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent info button with specified parent, location, and size.
 
static button info (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent info button with specified parent, location, size, and name.
 
static button italic ()
 Create a system-defined button that represent italic button.
 
static button italic (const drawing::point &location)
 Create a system-defined button that represent italic button with specified location.
 
static button italic (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent italic button with specified location, and size.
 
static button italic (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent italic button with specified location, size, and name.
 
static button italic (const control &parent)
 Create a system-defined button that represent italic button with specified parent.
 
static button italic (const control &parent, const drawing::point &location)
 Create a system-defined button that represent italic button with specified parent, and location.
 
static button italic (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent italic button with specified parent, location, and size.
 
static button italic (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent italic button with specified parent, location, size, and name.
 
static button justified ()
 Create a system-defined button that represent justified button.
 
static button justified (const drawing::point &location)
 Create a system-defined button that represent justified button with specified location.
 
static button justified (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent justified button with specified location, and size.
 
static button justified (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent justified button with specified location, size, and name.
 
static button justified (const control &parent)
 Create a system-defined button that represent justified button with specified parent.
 
static button justified (const control &parent, const drawing::point &location)
 Create a system-defined button that represent justified button with specified parent, and location.
 
static button justified (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent justified button with specified parent, location, and size.
 
static button justified (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent justified button with specified parent, location, size, and name.
 
static button jump_to ()
 Create a system-defined button that represent jump_to button.
 
static button jump_to (const drawing::point &location)
 Create a system-defined button that represent jump_to button with specified location.
 
static button jump_to (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent jump_to button with specified location, and size.
 
static button jump_to (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent jump_to button with specified location, size, and name.
 
static button jump_to (const control &parent)
 Create a system-defined button that represent jump_to button with specified parent.
 
static button jump_to (const control &parent, const drawing::point &location)
 Create a system-defined button that represent jump_to button with specified parent, and location.
 
static button jump_to (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent jump_to button with specified parent, location, and size.
 
static button jump_to (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent jump_to button with specified parent, location, size, and name.
 
static button last ()
 Create a system-defined button that represent last button.
 
static button last (const drawing::point &location)
 Create a system-defined button that represent last button with specified location.
 
static button last (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent last button with specified location, and size.
 
static button last (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent last button with specified location, size, and name.
 
static button last (const control &parent)
 Create a system-defined button that represent last button with specified parent.
 
static button last (const control &parent, const drawing::point &location)
 Create a system-defined button that represent last button with specified parent, and location.
 
static button last (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent last button with specified parent, location, and size.
 
static button last (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent last button with specified parent, location, size, and name.
 
static button network ()
 Create a system-defined button that represent network button.
 
static button network (const drawing::point &location)
 Create a system-defined button that represent network button with specified location.
 
static button network (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent network button with specified location, and size.
 
static button network (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent network button with specified location, size, and name.
 
static button network (const control &parent)
 Create a system-defined button that represent network button with specified parent.
 
static button network (const control &parent, const drawing::point &location)
 Create a system-defined button that represent network button with specified parent, and location.
 
static button network (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent network button with specified parent, location, and size.
 
static button network (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent network button with specified parent, location, size, and name.
 
static button new_ ()
 Create a system-defined button that represent new_ button.
 
static button new_ (const drawing::point &location)
 Create a system-defined button that represent new_ button with specified location.
 
static button new_ (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent new_ button with specified location, and size.
 
static button new_ (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent new_ button with specified location, size, and name.
 
static button new_ (const control &parent)
 Create a system-defined button that represent new_ button with specified parent.
 
static button new_ (const control &parent, const drawing::point &location)
 Create a system-defined button that represent new_ button with specified parent, and location.
 
static button new_ (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent new_ button with specified parent, location, and size.
 
static button new_ (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent new_ button with specified parent, location, size, and name.
 
static button next ()
 Create a system-defined button that represent next button.
 
static button next (const drawing::point &location)
 Create a system-defined button that represent next button with specified location.
 
static button next (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent next button with specified location, and size.
 
static button next (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent next button with specified location, size, and name.
 
static button next (const control &parent)
 Create a system-defined button that represent next button with specified parent.
 
static button next (const control &parent, const drawing::point &location)
 Create a system-defined button that represent next button with specified parent, and location.
 
static button next (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent next button with specified parent, location, and size.
 
static button next (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent next button with specified parent, location, size, and name.
 
static button no ()
 Create a system-defined button that represent no button.
 
static button no (const drawing::point &location)
 Create a system-defined button that represent no button with specified location.
 
static button no (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent no button with specified location, and size.
 
static button no (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent no button with specified location, size, and name.
 
static button no (const control &parent)
 Create a system-defined button that represent no button with specified parent.
 
static button no (const control &parent, const drawing::point &location)
 Create a system-defined button that represent no button with specified parent, and location.
 
static button no (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent no button with specified parent, location, and size.
 
static button no (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent no button with specified parent, location, size, and name.
 
static button ok ()
 Create a system-defined button that represent ok button.
 
static button ok (const drawing::point &location)
 Create a system-defined button that represent ok button with specified location.
 
static button ok (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent ok button with specified location, and size.
 
static button ok (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent ok button with specified location, size, and name.
 
static button ok (const control &parent)
 Create a system-defined button that represent ok button with specified parent.
 
static button ok (const control &parent, const drawing::point &location)
 Create a system-defined button that represent ok button with specified parent, and location.
 
static button ok (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent ok button with specified parent, location, and size.
 
static button ok (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent ok button with specified parent, location, size, and name.
 
static button open ()
 Create a system-defined button that represent open button.
 
static button open (const drawing::point &location)
 Create a system-defined button that represent open button with specified location.
 
static button open (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent open button with specified location, and size.
 
static button open (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent open button with specified location, size, and name.
 
static button open (const control &parent)
 Create a system-defined button that represent open button with specified parent.
 
static button open (const control &parent, const drawing::point &location)
 Create a system-defined button that represent open button with specified parent, and location.
 
static button open (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent open button with specified parent, location, and size.
 
static button open (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent open button with specified parent, location, size, and name.
 
static button options ()
 Create a system-defined button that represent options button.
 
static button options (const drawing::point &location)
 Create a system-defined button that represent options button with specified location.
 
static button options (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent options button with specified location, and size.
 
static button options (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent options button with specified location, size, and name.
 
static button options (const control &parent)
 Create a system-defined button that represent options button with specified parent.
 
static button options (const control &parent, const drawing::point &location)
 Create a system-defined button that represent options button with specified parent, and location.
 
static button options (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent options button with specified parent, location, and size.
 
static button options (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent options button with specified parent, location, size, and name.
 
static button paste ()
 Create a system-defined button that represent paste button.
 
static button paste (const drawing::point &location)
 Create a system-defined button that represent paste button with specified location.
 
static button paste (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent paste button with specified location, and size.
 
static button paste (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent paste button with specified location, size, and name.
 
static button paste (const control &parent)
 Create a system-defined button that represent paste button with specified parent.
 
static button paste (const control &parent, const drawing::point &location)
 Create a system-defined button that represent paste button with specified parent, and location.
 
static button paste (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent paste button with specified parent, location, and size.
 
static button paste (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent paste button with specified parent, location, size, and name.
 
static button preferences ()
 Create a system-defined button that represent preferences button.
 
static button preferences (const drawing::point &location)
 Create a system-defined button that represent preferences button with specified location.
 
static button preferences (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent preferences button with specified location, and size.
 
static button preferences (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent preferences button with specified location, size, and name.
 
static button preferences (const control &parent)
 Create a system-defined button that represent preferences button with specified parent.
 
static button preferences (const control &parent, const drawing::point &location)
 Create a system-defined button that represent preferences button with specified parent, and location.
 
static button preferences (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent preferences button with specified parent, location, and size.
 
static button preferences (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent preferences button with specified parent, location, size, and name.
 
static button previous ()
 Create a system-defined button that represent previous button.
 
static button previous (const drawing::point &location)
 Create a system-defined button that represent previous button with specified location.
 
static button previous (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent previous button with specified location, and size.
 
static button previous (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent previous button with specified location, size, and name.
 
static button previous (const control &parent)
 Create a system-defined button that represent previous button with specified parent.
 
static button previous (const control &parent, const drawing::point &location)
 Create a system-defined button that represent previous button with specified parent, and location.
 
static button previous (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent previous button with specified parent, location, and size.
 
static button previous (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent previous button with specified parent, location, size, and name.
 
static button print ()
 Create a system-defined button that represent print button.
 
static button print (const drawing::point &location)
 Create a system-defined button that represent print button with specified location.
 
static button print (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent print button with specified location, and size.
 
static button print (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent print button with specified location, size, and name.
 
static button print (const control &parent)
 Create a system-defined button that represent print button with specified parent.
 
static button print (const control &parent, const drawing::point &location)
 Create a system-defined button that represent print button with specified parent, and location.
 
static button print (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent print button with specified parent, location, and size.
 
static button print (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent print button with specified parent, location, size, and name.
 
static button print_preview ()
 Create a system-defined button that represent print_preview button.
 
static button print_preview (const drawing::point &location)
 Create a system-defined button that represent print_preview button with specified location.
 
static button print_preview (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent print_preview button with specified location, and size.
 
static button print_preview (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent print_preview button with specified location, size, and name.
 
static button print_preview (const control &parent)
 Create a system-defined button that represent print_preview button with specified parent.
 
static button print_preview (const control &parent, const drawing::point &location)
 Create a system-defined button that represent print_preview button with specified parent, and location.
 
static button print_preview (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent print_preview button with specified parent, location, and size.
 
static button print_preview (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent print_preview button with specified parent, location, size, and name.
 
static button properties ()
 Create a system-defined button that represent properties button.
 
static button properties (const drawing::point &location)
 Create a system-defined button that represent properties button with specified location.
 
static button properties (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent properties button with specified location, and size.
 
static button properties (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent properties button with specified location, size, and name.
 
static button properties (const control &parent)
 Create a system-defined button that represent properties button with specified parent.
 
static button properties (const control &parent, const drawing::point &location)
 Create a system-defined button that represent properties button with specified parent, and location.
 
static button properties (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent properties button with specified parent, location, and size.
 
static button properties (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent properties button with specified parent, location, size, and name.
 
static button quit ()
 Create a system-defined button that represent quit button.
 
static button quit (const drawing::point &location)
 Create a system-defined button that represent quit button with specified location.
 
static button quit (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent quit button with specified location, and size.
 
static button quit (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent quit button with specified location, size, and name.
 
static button quit (const control &parent)
 Create a system-defined button that represent quit button with specified parent.
 
static button quit (const control &parent, const drawing::point &location)
 Create a system-defined button that represent quit button with specified parent, and location.
 
static button quit (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent quit button with specified parent, location, and size.
 
static button quit (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent quit button with specified parent, location, size, and name.
 
static button redo ()
 Create a system-defined button that represent redo button.
 
static button redo (const drawing::point &location)
 Create a system-defined button that represent redo button with specified location.
 
static button redo (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent redo button with specified location, and size.
 
static button redo (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent redo button with specified location, size, and name.
 
static button redo (const control &parent)
 Create a system-defined button that represent redo button with specified parent.
 
static button redo (const control &parent, const drawing::point &location)
 Create a system-defined button that represent redo button with specified parent, and location.
 
static button redo (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent redo button with specified parent, location, and size.
 
static button redo (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent redo button with specified parent, location, size, and name.
 
static button refresh ()
 Create a system-defined button that represent refresh button.
 
static button refresh (const drawing::point &location)
 Create a system-defined button that represent refresh button with specified location.
 
static button refresh (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent refresh button with specified location, and size.
 
static button refresh (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent refresh button with specified location, size, and name.
 
static button refresh (const control &parent)
 Create a system-defined button that represent refresh button with specified parent.
 
static button refresh (const control &parent, const drawing::point &location)
 Create a system-defined button that represent refresh button with specified parent, and location.
 
static button refresh (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent refresh button with specified parent, location, and size.
 
static button refresh (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent refresh button with specified parent, location, size, and name.
 
static button remove ()
 Create a system-defined button that represent remove button.
 
static button remove (const drawing::point &location)
 Create a system-defined button that represent remove button with specified location.
 
static button remove (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent remove button with specified location, and size.
 
static button remove (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent remove button with specified location, size, and name.
 
static button remove (const control &parent)
 Create a system-defined button that represent remove button with specified parent.
 
static button remove (const control &parent, const drawing::point &location)
 Create a system-defined button that represent remove button with specified parent, and location.
 
static button remove (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent remove button with specified parent, location, and size.
 
static button remove (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent remove button with specified parent, location, size, and name.
 
static button replace ()
 Create a system-defined button that represent replace button.
 
static button replace (const drawing::point &location)
 Create a system-defined button that represent replace button with specified location.
 
static button replace (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent replace button with specified location, and size.
 
static button replace (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent replace button with specified location, size, and name.
 
static button replace (const control &parent)
 Create a system-defined button that represent replace button with specified parent.
 
static button replace (const control &parent, const drawing::point &location)
 Create a system-defined button that represent replace button with specified parent, and location.
 
static button replace (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent replace button with specified parent, location, and size.
 
static button replace (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent replace button with specified parent, location, size, and name.
 
static button retry ()
 Create a system-defined button that represent retry button.
 
static button retry (const drawing::point &location)
 Create a system-defined button that represent retry button with specified location.
 
static button retry (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent retry button with specified location, and size.
 
static button retry (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent retry button with specified location, size, and name.
 
static button retry (const control &parent)
 Create a system-defined button that represent retry button with specified parent.
 
static button retry (const control &parent, const drawing::point &location)
 Create a system-defined button that represent retry button with specified parent, and location.
 
static button retry (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent retry button with specified parent, location, and size.
 
static button retry (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent retry button with specified parent, location, size, and name.
 
static button revert_to_saved ()
 Create a system-defined button that represent revert_to_saved button.
 
static button revert_to_saved (const drawing::point &location)
 Create a system-defined button that represent revert_to_saved button with specified location.
 
static button revert_to_saved (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent revert_to_saved button with specified location, and size.
 
static button revert_to_saved (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent revert_to_saved button with specified location, size, and name.
 
static button revert_to_saved (const control &parent)
 Create a system-defined button that represent revert_to_saved button with specified parent.
 
static button revert_to_saved (const control &parent, const drawing::point &location)
 Create a system-defined button that represent revert_to_saved button with specified parent, and location.
 
static button revert_to_saved (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent revert_to_saved button with specified parent, location, and size.
 
static button revert_to_saved (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent revert_to_saved button with specified parent, location, size, and name.
 
static button save ()
 Create a system-defined button that represent save button.
 
static button save (const drawing::point &location)
 Create a system-defined button that represent save button with specified location.
 
static button save (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent save button with specified location, and size.
 
static button save (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent save button with specified location, size, and name.
 
static button save (const control &parent)
 Create a system-defined button that represent save button with specified parent.
 
static button save (const control &parent, const drawing::point &location)
 Create a system-defined button that represent save button with specified parent, and location.
 
static button save (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent save button with specified parent, location, and size.
 
static button save (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent save button with specified parent, location, size, and name.
 
static button save_as ()
 Create a system-defined button that represent save_as button.
 
static button save_as (const drawing::point &location)
 Create a system-defined button that represent save_as button with specified location.
 
static button save_as (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent save_as button with specified location, and size.
 
static button save_as (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent save_as button with specified location, size, and name.
 
static button save_as (const control &parent)
 Create a system-defined button that represent save_as button with specified parent.
 
static button save_as (const control &parent, const drawing::point &location)
 Create a system-defined button that represent save_as button with specified parent, and location.
 
static button save_as (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent save_as button with specified parent, location, and size.
 
static button save_as (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent save_as button with specified parent, location, size, and name.
 
static button search ()
 Create a system-defined button that represent search button.
 
static button search (const drawing::point &location)
 Create a system-defined button that represent search button with specified location.
 
static button search (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent search button with specified location, and size.
 
static button search (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent search button with specified location, size, and name.
 
static button search (const control &parent)
 Create a system-defined button that represent search button with specified parent.
 
static button search (const control &parent, const drawing::point &location)
 Create a system-defined button that represent search button with specified parent, and location.
 
static button search (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent search button with specified parent, location, and size.
 
static button search (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent search button with specified parent, location, size, and name.
 
static button select_all ()
 Create a system-defined button that represent select_all button.
 
static button select_all (const drawing::point &location)
 Create a system-defined button that represent select_all button with specified location.
 
static button select_all (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent select_all button with specified location, and size.
 
static button select_all (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent select_all button with specified location, size, and name.
 
static button select_all (const control &parent)
 Create a system-defined button that represent select_all button with specified parent.
 
static button select_all (const control &parent, const drawing::point &location)
 Create a system-defined button that represent select_all button with specified parent, and location.
 
static button select_all (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent select_all button with specified parent, location, and size.
 
static button select_all (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent select_all button with specified parent, location, size, and name.
 
static button settings ()
 Create a system-defined button that represent settings button.
 
static button settings (const drawing::point &location)
 Create a system-defined button that represent settings button with specified location.
 
static button settings (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent settings button with specified location, and size.
 
static button settings (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent settings button with specified location, size, and name.
 
static button settings (const control &parent)
 Create a system-defined button that represent settings button with specified parent.
 
static button settings (const control &parent, const drawing::point &location)
 Create a system-defined button that represent settings button with specified parent, and location.
 
static button settings (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent settings button with specified parent, location, and size.
 
static button settings (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent settings button with specified parent, location, size, and name.
 
static button spell_check ()
 Create a system-defined button that represent spell_check button.
 
static button spell_check (const drawing::point &location)
 Create a system-defined button that represent spell_check button with specified location.
 
static button spell_check (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent spell_check button with specified location, and size.
 
static button spell_check (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent spell_check button with specified location, size, and name.
 
static button spell_check (const control &parent)
 Create a system-defined button that represent spell_check button with specified parent.
 
static button spell_check (const control &parent, const drawing::point &location)
 Create a system-defined button that represent spell_check button with specified parent, and location.
 
static button spell_check (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent spell_check button with specified parent, location, and size.
 
static button spell_check (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent spell_check button with specified parent, location, size, and name.
 
static button stop ()
 Create a system-defined button that represent stop button.
 
static button stop (const drawing::point &location)
 Create a system-defined button that represent stop button with specified location.
 
static button stop (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent stop button with specified location, and size.
 
static button stop (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent stop button with specified location, size, and name.
 
static button stop (const control &parent)
 Create a system-defined button that represent stop button with specified parent.
 
static button stop (const control &parent, const drawing::point &location)
 Create a system-defined button that represent stop button with specified parent, and location.
 
static button stop (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent stop button with specified parent, location, and size.
 
static button stop (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent stop button with specified parent, location, size, and name.
 
static button strikeout ()
 Create a system-defined button that represent strikeout button.
 
static button strikeout (const drawing::point &location)
 Create a system-defined button that represent strikeout button with specified location.
 
static button strikeout (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent strikeout button with specified location, and size.
 
static button strikeout (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent strikeout button with specified location, size, and name.
 
static button strikeout (const control &parent)
 Create a system-defined button that represent strikeout button with specified parent.
 
static button strikeout (const control &parent, const drawing::point &location)
 Create a system-defined button that represent strikeout button with specified parent, and location.
 
static button strikeout (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent strikeout button with specified parent, location, and size.
 
static button strikeout (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent strikeout button with specified parent, location, size, and name.
 
static button tools ()
 Create a system-defined button that represent tools button.
 
static button tools (const drawing::point &location)
 Create a system-defined button that represent tools button with specified location.
 
static button tools (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent tools button with specified location, and size.
 
static button tools (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent tools button with specified location, size, and name.
 
static button tools (const control &parent)
 Create a system-defined button that represent tools button with specified parent.
 
static button tools (const control &parent, const drawing::point &location)
 Create a system-defined button that represent tools button with specified parent, and location.
 
static button tools (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent tools button with specified parent, location, and size.
 
static button tools (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent tools button with specified parent, location, size, and name.
 
static button top ()
 Create a system-defined button that represent top button.
 
static button top (const drawing::point &location)
 Create a system-defined button that represent top button with specified location.
 
static button top (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent top button with specified location, and size.
 
static button top (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent top button with specified location, size, and name.
 
static button top (const control &parent)
 Create a system-defined button that represent top button with specified parent.
 
static button top (const control &parent, const drawing::point &location)
 Create a system-defined button that represent top button with specified parent, and location.
 
static button top (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent top button with specified parent, location, and size.
 
static button top (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent top button with specified parent, location, size, and name.
 
static button undelete ()
 Create a system-defined button that represent undelete button.
 
static button undelete (const drawing::point &location)
 Create a system-defined button that represent undelete button with specified location.
 
static button undelete (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent undelete button with specified location, and size.
 
static button undelete (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent undelete button with specified location, size, and name.
 
static button undelete (const control &parent)
 Create a system-defined button that represent undelete button with specified parent.
 
static button undelete (const control &parent, const drawing::point &location)
 Create a system-defined button that represent undelete button with specified parent, and location.
 
static button undelete (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent undelete button with specified parent, location, and size.
 
static button undelete (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent undelete button with specified parent, location, size, and name.
 
static button underline ()
 Create a system-defined button that represent underline button.
 
static button underline (const drawing::point &location)
 Create a system-defined button that represent underline button with specified location.
 
static button underline (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent underline button with specified location, and size.
 
static button underline (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent underline button with specified location, size, and name.
 
static button underline (const control &parent)
 Create a system-defined button that represent underline button with specified parent.
 
static button underline (const control &parent, const drawing::point &location)
 Create a system-defined button that represent underline button with specified parent, and location.
 
static button underline (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent underline button with specified parent, location, and size.
 
static button underline (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent underline button with specified parent, location, size, and name.
 
static button undo ()
 Create a system-defined button that represent undo button.
 
static button undo (const drawing::point &location)
 Create a system-defined button that represent undo button with specified location.
 
static button undo (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent undo button with specified location, and size.
 
static button undo (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent undo button with specified location, size, and name.
 
static button undo (const control &parent)
 Create a system-defined button that represent undo button with specified parent.
 
static button undo (const control &parent, const drawing::point &location)
 Create a system-defined button that represent undo button with specified parent, and location.
 
static button undo (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent undo button with specified parent, location, and size.
 
static button undo (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent undo button with specified parent, location, size, and name.
 
static button unindent ()
 Create a system-defined button that represent unindent button.
 
static button unindent (const drawing::point &location)
 Create a system-defined button that represent unindent button with specified location.
 
static button unindent (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent unindent button with specified location, and size.
 
static button unindent (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent unindent button with specified location, size, and name.
 
static button unindent (const control &parent)
 Create a system-defined button that represent unindent button with specified parent.
 
static button unindent (const control &parent, const drawing::point &location)
 Create a system-defined button that represent unindent button with specified parent, and location.
 
static button unindent (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent unindent button with specified parent, location, and size.
 
static button unindent (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent unindent button with specified parent, location, size, and name.
 
static button up ()
 Create a system-defined button that represent up button.
 
static button up (const drawing::point &location)
 Create a system-defined button that represent up button with specified location.
 
static button up (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent up button with specified location, and size.
 
static button up (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent up button with specified location, size, and name.
 
static button up (const control &parent)
 Create a system-defined button that represent up button with specified parent.
 
static button up (const control &parent, const drawing::point &location)
 Create a system-defined button that represent up button with specified parent, and location.
 
static button up (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent up button with specified parent, location, and size.
 
static button up (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent up button with specified parent, location, size, and name.
 
static button view ()
 Create a system-defined button that represent view button.
 
static button view (const drawing::point &location)
 Create a system-defined button that represent view button with specified location.
 
static button view (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent view button with specified location, and size.
 
static button view (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent view button with specified location, size, and name.
 
static button view (const control &parent)
 Create a system-defined button that represent view button with specified parent.
 
static button view (const control &parent, const drawing::point &location)
 Create a system-defined button that represent view button with specified parent, and location.
 
static button view (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent view button with specified parent, location, and size.
 
static button view (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent view button with specified parent, location, size, and name.
 
static button window ()
 Create a system-defined button that represent window button.
 
static button window (const drawing::point &location)
 Create a system-defined button that represent window button with specified location.
 
static button window (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent window button with specified location, and size.
 
static button window (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent window button with specified location, size, and name.
 
static button window (const control &parent)
 Create a system-defined button that represent window button with specified parent.
 
static button window (const control &parent, const drawing::point &location)
 Create a system-defined button that represent window button with specified parent, and location.
 
static button window (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent window button with specified parent, location, and size.
 
static button window (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent window button with specified parent, location, size, and name.
 
static button yes ()
 Create a system-defined button that represent yes button.
 
static button yes (const drawing::point &location)
 Create a system-defined button that represent yes button with specified location.
 
static button yes (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent yes button with specified location, and size.
 
static button yes (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent yes button with specified location, size, and name.
 
static button yes (const control &parent)
 Create a system-defined button that represent yes button with specified parent.
 
static button yes (const control &parent, const drawing::point &location)
 Create a system-defined button that represent yes button with specified parent, and location.
 
static button yes (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent yes button with specified parent, location, and size.
 
static button yes (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent yes button with specified parent, location, size, and name.
 
static button zoom_in ()
 Create a system-defined button that represent zoom_in button.
 
static button zoom_in (const drawing::point &location)
 Create a system-defined button that represent zoom_in button with specified location.
 
static button zoom_in (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent zoom_in button with specified location, and size.
 
static button zoom_in (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent zoom_in button with specified location, size, and name.
 
static button zoom_in (const control &parent)
 Create a system-defined button that represent zoom_in button with specified parent.
 
static button zoom_in (const control &parent, const drawing::point &location)
 Create a system-defined button that represent zoom_in button with specified parent, and location.
 
static button zoom_in (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent zoom_in button with specified parent, location, and size.
 
static button zoom_in (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent zoom_in button with specified parent, location, size, and name.
 
static button zoom_out ()
 Create a system-defined button that represent zoom_out button.
 
static button zoom_out (const drawing::point &location)
 Create a system-defined button that represent zoom_out button with specified location.
 
static button zoom_out (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent zoom_out button with specified location, and size.
 
static button zoom_out (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent zoom_out button with specified location, size, and name.
 
static button zoom_out (const control &parent)
 Create a system-defined button that represent zoom_out button with specified parent.
 
static button zoom_out (const control &parent, const drawing::point &location)
 Create a system-defined button that represent zoom_out button with specified parent, and location.
 
static button zoom_out (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent zoom_out button with specified parent, location, and size.
 
static button zoom_out (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent zoom_out button with specified parent, location, size, and name.
 
static button zoom_to_fit ()
 Create a system-defined button that represent zoom_to_fit button.
 
static button zoom_to_fit (const drawing::point &location)
 Create a system-defined button that represent zoom_to_fit button with specified location.
 
static button zoom_to_fit (const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent zoom_to_fit button with specified location, and size.
 
static button zoom_to_fit (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent zoom_to_fit button with specified location, size, and name.
 
static button zoom_to_fit (const control &parent)
 Create a system-defined button that represent zoom_to_fit button with specified parent.
 
static button zoom_to_fit (const control &parent, const drawing::point &location)
 Create a system-defined button that represent zoom_to_fit button with specified parent, and location.
 
static button zoom_to_fit (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined button that represent zoom_to_fit button with specified parent, location, and size.
 
static button zoom_to_fit (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined button that represent zoom_to_fit button with specified parent, location, size, and name.
 

Member Function Documentation

◆ abort() [1/8]

static button xtd::forms::buttons::abort ( )
static

Create a system-defined button that represent abort button.

Returns
The created button.

◆ abort() [2/8]

static button xtd::forms::buttons::abort ( const control parent)
static

Create a system-defined button that represent abort button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ abort() [3/8]

static button xtd::forms::buttons::abort ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent abort button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ abort() [4/8]

static button xtd::forms::buttons::abort ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent abort button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ abort() [5/8]

static button xtd::forms::buttons::abort ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent abort button with specified parent, location, size, and name.

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.

◆ abort() [6/8]

static button xtd::forms::buttons::abort ( const drawing::point location)
static

Create a system-defined button that represent abort button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ abort() [7/8]

static button xtd::forms::buttons::abort ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent abort button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ abort() [8/8]

static button xtd::forms::buttons::abort ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent abort button with specified location, size, and name.

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

◆ about() [1/8]

static button xtd::forms::buttons::about ( )
static

Create a system-defined button that represent about button.

Returns
The created button.

◆ about() [2/8]

static button xtd::forms::buttons::about ( const control parent)
static

Create a system-defined button that represent about button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ about() [3/8]

static button xtd::forms::buttons::about ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent about button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ about() [4/8]

static button xtd::forms::buttons::about ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent about button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ about() [5/8]

static button xtd::forms::buttons::about ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent about button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::about ( const drawing::point location)
static

Create a system-defined button that represent about button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ about() [7/8]

static button xtd::forms::buttons::about ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent about button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ about() [8/8]

static button xtd::forms::buttons::about ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent about button with specified location, size, and name.

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

◆ actual_size() [1/8]

static button xtd::forms::buttons::actual_size ( )
static

Create a system-defined button that represent actual_size button.

Returns
The created button.

◆ actual_size() [2/8]

static button xtd::forms::buttons::actual_size ( const control parent)
static

Create a system-defined button that represent actual_size button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ actual_size() [3/8]

static button xtd::forms::buttons::actual_size ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent actual_size button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ actual_size() [4/8]

static button xtd::forms::buttons::actual_size ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent actual_size button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ actual_size() [5/8]

static button xtd::forms::buttons::actual_size ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent actual_size button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::actual_size ( const drawing::point location)
static

Create a system-defined button that represent actual_size button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ actual_size() [7/8]

static button xtd::forms::buttons::actual_size ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent actual_size button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ actual_size() [8/8]

static button xtd::forms::buttons::actual_size ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent actual_size button with specified location, size, and name.

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

◆ add() [1/8]

static button xtd::forms::buttons::add ( )
static

Create a system-defined button that represent add button.

Returns
The created button.

◆ add() [2/8]

static button xtd::forms::buttons::add ( const control parent)
static

Create a system-defined button that represent add button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ add() [3/8]

static button xtd::forms::buttons::add ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent add button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ add() [4/8]

static button xtd::forms::buttons::add ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent add button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ add() [5/8]

static button xtd::forms::buttons::add ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent add button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::add ( const drawing::point location)
static

Create a system-defined button that represent add button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ add() [7/8]

static button xtd::forms::buttons::add ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent add button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ add() [8/8]

static button xtd::forms::buttons::add ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent add button with specified location, size, and name.

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

◆ align_left() [1/8]

static button xtd::forms::buttons::align_left ( )
static

Create a system-defined button that represent align_left button.

Returns
The created button.

◆ align_left() [2/8]

static button xtd::forms::buttons::align_left ( const control parent)
static

Create a system-defined button that represent align_left button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ align_left() [3/8]

static button xtd::forms::buttons::align_left ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent align_left button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ align_left() [4/8]

static button xtd::forms::buttons::align_left ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent align_left button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ align_left() [5/8]

static button xtd::forms::buttons::align_left ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent align_left button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::align_left ( const drawing::point location)
static

Create a system-defined button that represent align_left button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ align_left() [7/8]

static button xtd::forms::buttons::align_left ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent align_left button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ align_left() [8/8]

static button xtd::forms::buttons::align_left ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent align_left button with specified location, size, and name.

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

◆ align_right() [1/8]

static button xtd::forms::buttons::align_right ( )
static

Create a system-defined button that represent align_right button.

Returns
The created button.

◆ align_right() [2/8]

static button xtd::forms::buttons::align_right ( const control parent)
static

Create a system-defined button that represent align_right button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ align_right() [3/8]

static button xtd::forms::buttons::align_right ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent align_right button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ align_right() [4/8]

static button xtd::forms::buttons::align_right ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent align_right button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ align_right() [5/8]

static button xtd::forms::buttons::align_right ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent align_right button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::align_right ( const drawing::point location)
static

Create a system-defined button that represent align_right button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ align_right() [7/8]

static button xtd::forms::buttons::align_right ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent align_right button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ align_right() [8/8]

static button xtd::forms::buttons::align_right ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent align_right button with specified location, size, and name.

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

◆ alignment() [1/8]

static button xtd::forms::buttons::alignment ( )
static

Create a system-defined button that represent alignment button.

Returns
The created button.

◆ alignment() [2/8]

static button xtd::forms::buttons::alignment ( const control parent)
static

Create a system-defined button that represent alignment button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ alignment() [3/8]

static button xtd::forms::buttons::alignment ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent alignment button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ alignment() [4/8]

static button xtd::forms::buttons::alignment ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent alignment button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ alignment() [5/8]

static button xtd::forms::buttons::alignment ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent alignment button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::alignment ( const drawing::point location)
static

Create a system-defined button that represent alignment button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ alignment() [7/8]

static button xtd::forms::buttons::alignment ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent alignment button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ alignment() [8/8]

static button xtd::forms::buttons::alignment ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent alignment button with specified location, size, and name.

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

◆ apply() [1/8]

static button xtd::forms::buttons::apply ( )
static

Create a system-defined button that represent apply button.

Returns
The created button.

◆ apply() [2/8]

static button xtd::forms::buttons::apply ( const control parent)
static

Create a system-defined button that represent apply button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ apply() [3/8]

static button xtd::forms::buttons::apply ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent apply button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ apply() [4/8]

static button xtd::forms::buttons::apply ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent apply button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ apply() [5/8]

static button xtd::forms::buttons::apply ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent apply button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::apply ( const drawing::point location)
static

Create a system-defined button that represent apply button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ apply() [7/8]

static button xtd::forms::buttons::apply ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent apply button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ apply() [8/8]

static button xtd::forms::buttons::apply ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent apply button with specified location, size, and name.

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

◆ ascending() [1/8]

static button xtd::forms::buttons::ascending ( )
static

Create a system-defined button that represent ascending button.

Returns
The created button.

◆ ascending() [2/8]

static button xtd::forms::buttons::ascending ( const control parent)
static

Create a system-defined button that represent ascending button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ ascending() [3/8]

static button xtd::forms::buttons::ascending ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent ascending button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ ascending() [4/8]

static button xtd::forms::buttons::ascending ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent ascending button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ ascending() [5/8]

static button xtd::forms::buttons::ascending ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent ascending button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::ascending ( const drawing::point location)
static

Create a system-defined button that represent ascending button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ ascending() [7/8]

static button xtd::forms::buttons::ascending ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent ascending button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ ascending() [8/8]

static button xtd::forms::buttons::ascending ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent ascending button with specified location, size, and name.

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

◆ back() [1/8]

static button xtd::forms::buttons::back ( )
static

Create a system-defined button that represent back button.

Returns
The created button.

◆ back() [2/8]

static button xtd::forms::buttons::back ( const control parent)
static

Create a system-defined button that represent back button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ back() [3/8]

static button xtd::forms::buttons::back ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent back button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ back() [4/8]

static button xtd::forms::buttons::back ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent back button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ back() [5/8]

static button xtd::forms::buttons::back ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent back button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::back ( const drawing::point location)
static

Create a system-defined button that represent back button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ back() [7/8]

static button xtd::forms::buttons::back ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent back button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ back() [8/8]

static button xtd::forms::buttons::back ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent back button with specified location, size, and name.

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

◆ bold() [1/8]

static button xtd::forms::buttons::bold ( )
static

Create a system-defined button that represent bold button.

Returns
The created button.

◆ bold() [2/8]

static button xtd::forms::buttons::bold ( const control parent)
static

Create a system-defined button that represent bold button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ bold() [3/8]

static button xtd::forms::buttons::bold ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent bold button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ bold() [4/8]

static button xtd::forms::buttons::bold ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent bold button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ bold() [5/8]

static button xtd::forms::buttons::bold ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent bold button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::bold ( const drawing::point location)
static

Create a system-defined button that represent bold button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ bold() [7/8]

static button xtd::forms::buttons::bold ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent bold button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ bold() [8/8]

static button xtd::forms::buttons::bold ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent bold button with specified location, size, and name.

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

◆ bottom() [1/8]

static button xtd::forms::buttons::bottom ( )
static

Create a system-defined button that represent bottom button.

Returns
The created button.

◆ bottom() [2/8]

static button xtd::forms::buttons::bottom ( const control parent)
static

Create a system-defined button that represent bottom button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ bottom() [3/8]

static button xtd::forms::buttons::bottom ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent bottom button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ bottom() [4/8]

static button xtd::forms::buttons::bottom ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent bottom button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ bottom() [5/8]

static button xtd::forms::buttons::bottom ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent bottom button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::bottom ( const drawing::point location)
static

Create a system-defined button that represent bottom button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ bottom() [7/8]

static button xtd::forms::buttons::bottom ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent bottom button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ bottom() [8/8]

static button xtd::forms::buttons::bottom ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent bottom button with specified location, size, and name.

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

◆ cancel() [1/8]

static button xtd::forms::buttons::cancel ( )
static

Create a system-defined button that represent cancel button.

Returns
The created button.

◆ cancel() [2/8]

static button xtd::forms::buttons::cancel ( const control parent)
static

Create a system-defined button that represent cancel button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ cancel() [3/8]

static button xtd::forms::buttons::cancel ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent cancel button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ cancel() [4/8]

static button xtd::forms::buttons::cancel ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent cancel button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ cancel() [5/8]

static button xtd::forms::buttons::cancel ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent cancel button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::cancel ( const drawing::point location)
static

Create a system-defined button that represent cancel button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ cancel() [7/8]

static button xtd::forms::buttons::cancel ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent cancel button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ cancel() [8/8]

static button xtd::forms::buttons::cancel ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent cancel button with specified location, size, and name.

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

◆ cdrom() [1/8]

static button xtd::forms::buttons::cdrom ( )
static

Create a system-defined button that represent cdrom button.

Returns
The created button.

◆ cdrom() [2/8]

static button xtd::forms::buttons::cdrom ( const control parent)
static

Create a system-defined button that represent cdrom button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ cdrom() [3/8]

static button xtd::forms::buttons::cdrom ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent cdrom button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ cdrom() [4/8]

static button xtd::forms::buttons::cdrom ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent cdrom button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ cdrom() [5/8]

static button xtd::forms::buttons::cdrom ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent cdrom button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::cdrom ( const drawing::point location)
static

Create a system-defined button that represent cdrom button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ cdrom() [7/8]

static button xtd::forms::buttons::cdrom ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent cdrom button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ cdrom() [8/8]

static button xtd::forms::buttons::cdrom ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent cdrom button with specified location, size, and name.

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

◆ centered() [1/8]

static button xtd::forms::buttons::centered ( )
static

Create a system-defined button that represent centered button.

Returns
The created button.

◆ centered() [2/8]

static button xtd::forms::buttons::centered ( const control parent)
static

Create a system-defined button that represent centered button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ centered() [3/8]

static button xtd::forms::buttons::centered ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent centered button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ centered() [4/8]

static button xtd::forms::buttons::centered ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent centered button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ centered() [5/8]

static button xtd::forms::buttons::centered ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent centered button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::centered ( const drawing::point location)
static

Create a system-defined button that represent centered button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ centered() [7/8]

static button xtd::forms::buttons::centered ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent centered button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ centered() [8/8]

static button xtd::forms::buttons::centered ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent centered button with specified location, size, and name.

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

◆ clear() [1/8]

static button xtd::forms::buttons::clear ( )
static

Create a system-defined button that represent clear button.

Returns
The created button.

◆ clear() [2/8]

static button xtd::forms::buttons::clear ( const control parent)
static

Create a system-defined button that represent clear button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ clear() [3/8]

static button xtd::forms::buttons::clear ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent clear button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ clear() [4/8]

static button xtd::forms::buttons::clear ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent clear button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ clear() [5/8]

static button xtd::forms::buttons::clear ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent clear button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::clear ( const drawing::point location)
static

Create a system-defined button that represent clear button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ clear() [7/8]

static button xtd::forms::buttons::clear ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent clear button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ clear() [8/8]

static button xtd::forms::buttons::clear ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent clear button with specified location, size, and name.

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

◆ close() [1/8]

static button xtd::forms::buttons::close ( )
static

Create a system-defined button that represent close button.

Returns
The created button.

◆ close() [2/8]

static button xtd::forms::buttons::close ( const control parent)
static

Create a system-defined button that represent close button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ close() [3/8]

static button xtd::forms::buttons::close ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent close button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ close() [4/8]

static button xtd::forms::buttons::close ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent close button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ close() [5/8]

static button xtd::forms::buttons::close ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent close button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::close ( const drawing::point location)
static

Create a system-defined button that represent close button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ close() [7/8]

static button xtd::forms::buttons::close ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent close button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ close() [8/8]

static button xtd::forms::buttons::close ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent close button with specified location, size, and name.

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

◆ color() [1/8]

static button xtd::forms::buttons::color ( )
static

Create a system-defined button that represent color button.

Returns
The created button.

◆ color() [2/8]

static button xtd::forms::buttons::color ( const control parent)
static

Create a system-defined button that represent color button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ color() [3/8]

static button xtd::forms::buttons::color ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent color button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ color() [4/8]

static button xtd::forms::buttons::color ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent color button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ color() [5/8]

static button xtd::forms::buttons::color ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent color button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::color ( const drawing::point location)
static

Create a system-defined button that represent color button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ color() [7/8]

static button xtd::forms::buttons::color ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent color button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ color() [8/8]

static button xtd::forms::buttons::color ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent color button with specified location, size, and name.

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

◆ contents() [1/8]

static button xtd::forms::buttons::contents ( )
static

Create a system-defined button that represent contents button.

Returns
The created button.

◆ contents() [2/8]

static button xtd::forms::buttons::contents ( const control parent)
static

Create a system-defined button that represent contents button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ contents() [3/8]

static button xtd::forms::buttons::contents ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent contents button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ contents() [4/8]

static button xtd::forms::buttons::contents ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent contents button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ contents() [5/8]

static button xtd::forms::buttons::contents ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent contents button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::contents ( const drawing::point location)
static

Create a system-defined button that represent contents button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ contents() [7/8]

static button xtd::forms::buttons::contents ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent contents button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ contents() [8/8]

static button xtd::forms::buttons::contents ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent contents button with specified location, size, and name.

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

◆ convert() [1/8]

static button xtd::forms::buttons::convert ( )
static

Create a system-defined button that represent convert button.

Returns
The created button.

◆ convert() [2/8]

static button xtd::forms::buttons::convert ( const control parent)
static

Create a system-defined button that represent convert button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ convert() [3/8]

static button xtd::forms::buttons::convert ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent convert button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ convert() [4/8]

static button xtd::forms::buttons::convert ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent convert button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ convert() [5/8]

static button xtd::forms::buttons::convert ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent convert button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::convert ( const drawing::point location)
static

Create a system-defined button that represent convert button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ convert() [7/8]

static button xtd::forms::buttons::convert ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent convert button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ convert() [8/8]

static button xtd::forms::buttons::convert ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent convert button with specified location, size, and name.

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

◆ copy() [1/8]

static button xtd::forms::buttons::copy ( )
static

Create a system-defined button that represent copy button.

Returns
The created button.

◆ copy() [2/8]

static button xtd::forms::buttons::copy ( const control parent)
static

Create a system-defined button that represent copy button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ copy() [3/8]

static button xtd::forms::buttons::copy ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent copy button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ copy() [4/8]

static button xtd::forms::buttons::copy ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent copy button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ copy() [5/8]

static button xtd::forms::buttons::copy ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent copy button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::copy ( const drawing::point location)
static

Create a system-defined button that represent copy button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ copy() [7/8]

static button xtd::forms::buttons::copy ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent copy button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ copy() [8/8]

static button xtd::forms::buttons::copy ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent copy button with specified location, size, and name.

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

◆ customize() [1/8]

static button xtd::forms::buttons::customize ( )
static

Create a system-defined button that represent customize button.

Returns
The created button.

◆ customize() [2/8]

static button xtd::forms::buttons::customize ( const control parent)
static

Create a system-defined button that represent customize button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ customize() [3/8]

static button xtd::forms::buttons::customize ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent customize button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ customize() [4/8]

static button xtd::forms::buttons::customize ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent customize button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ customize() [5/8]

static button xtd::forms::buttons::customize ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent customize button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::customize ( const drawing::point location)
static

Create a system-defined button that represent customize button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ customize() [7/8]

static button xtd::forms::buttons::customize ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent customize button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ customize() [8/8]

static button xtd::forms::buttons::customize ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent customize button with specified location, size, and name.

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

◆ cut() [1/8]

static button xtd::forms::buttons::cut ( )
static

Create a system-defined button that represent cut button.

Returns
The created button.

◆ cut() [2/8]

static button xtd::forms::buttons::cut ( const control parent)
static

Create a system-defined button that represent cut button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ cut() [3/8]

static button xtd::forms::buttons::cut ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent cut button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ cut() [4/8]

static button xtd::forms::buttons::cut ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent cut button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ cut() [5/8]

static button xtd::forms::buttons::cut ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent cut button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::cut ( const drawing::point location)
static

Create a system-defined button that represent cut button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ cut() [7/8]

static button xtd::forms::buttons::cut ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent cut button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ cut() [8/8]

static button xtd::forms::buttons::cut ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent cut button with specified location, size, and name.

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

◆ del() [1/8]

static button xtd::forms::buttons::del ( )
static

Create a system-defined button that represent del button.

Returns
The created button.

◆ del() [2/8]

static button xtd::forms::buttons::del ( const control parent)
static

Create a system-defined button that represent del button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ del() [3/8]

static button xtd::forms::buttons::del ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent del button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ del() [4/8]

static button xtd::forms::buttons::del ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent del button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ del() [5/8]

static button xtd::forms::buttons::del ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent del button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::del ( const drawing::point location)
static

Create a system-defined button that represent del button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ del() [7/8]

static button xtd::forms::buttons::del ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent del button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ del() [8/8]

static button xtd::forms::buttons::del ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent del button with specified location, size, and name.

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

◆ descending() [1/8]

static button xtd::forms::buttons::descending ( )
static

Create a system-defined button that represent descending button.

Returns
The created button.

◆ descending() [2/8]

static button xtd::forms::buttons::descending ( const control parent)
static

Create a system-defined button that represent descending button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ descending() [3/8]

static button xtd::forms::buttons::descending ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent descending button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ descending() [4/8]

static button xtd::forms::buttons::descending ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent descending button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ descending() [5/8]

static button xtd::forms::buttons::descending ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent descending button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::descending ( const drawing::point location)
static

Create a system-defined button that represent descending button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ descending() [7/8]

static button xtd::forms::buttons::descending ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent descending button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ descending() [8/8]

static button xtd::forms::buttons::descending ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent descending button with specified location, size, and name.

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

◆ down() [1/8]

static button xtd::forms::buttons::down ( )
static

Create a system-defined button that represent down button.

Returns
The created button.

◆ down() [2/8]

static button xtd::forms::buttons::down ( const control parent)
static

Create a system-defined button that represent down button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ down() [3/8]

static button xtd::forms::buttons::down ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent down button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ down() [4/8]

static button xtd::forms::buttons::down ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent down button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ down() [5/8]

static button xtd::forms::buttons::down ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent down button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::down ( const drawing::point location)
static

Create a system-defined button that represent down button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ down() [7/8]

static button xtd::forms::buttons::down ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent down button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ down() [8/8]

static button xtd::forms::buttons::down ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent down button with specified location, size, and name.

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

◆ edit() [1/8]

static button xtd::forms::buttons::edit ( )
static

Create a system-defined button that represent edit button.

Returns
The created button.

◆ edit() [2/8]

static button xtd::forms::buttons::edit ( const control parent)
static

Create a system-defined button that represent edit button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ edit() [3/8]

static button xtd::forms::buttons::edit ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent edit button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ edit() [4/8]

static button xtd::forms::buttons::edit ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent edit button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ edit() [5/8]

static button xtd::forms::buttons::edit ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent edit button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::edit ( const drawing::point location)
static

Create a system-defined button that represent edit button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ edit() [7/8]

static button xtd::forms::buttons::edit ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent edit button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ edit() [8/8]

static button xtd::forms::buttons::edit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent edit button with specified location, size, and name.

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

◆ execute() [1/8]

static button xtd::forms::buttons::execute ( )
static

Create a system-defined button that represent execute button.

Returns
The created button.

◆ execute() [2/8]

static button xtd::forms::buttons::execute ( const control parent)
static

Create a system-defined button that represent execute button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ execute() [3/8]

static button xtd::forms::buttons::execute ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent execute button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ execute() [4/8]

static button xtd::forms::buttons::execute ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent execute button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ execute() [5/8]

static button xtd::forms::buttons::execute ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent execute button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::execute ( const drawing::point location)
static

Create a system-defined button that represent execute button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ execute() [7/8]

static button xtd::forms::buttons::execute ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent execute button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ execute() [8/8]

static button xtd::forms::buttons::execute ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent execute button with specified location, size, and name.

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

◆ exit() [1/8]

static button xtd::forms::buttons::exit ( )
static

Create a system-defined button that represent exit button.

Returns
The created button.

◆ exit() [2/8]

static button xtd::forms::buttons::exit ( const control parent)
static

Create a system-defined button that represent exit button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ exit() [3/8]

static button xtd::forms::buttons::exit ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent exit button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ exit() [4/8]

static button xtd::forms::buttons::exit ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent exit button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ exit() [5/8]

static button xtd::forms::buttons::exit ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent exit button with specified parent, location, size, and name.

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.

◆ exit() [6/8]

static button xtd::forms::buttons::exit ( const drawing::point location)
static

Create a system-defined button that represent exit button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ exit() [7/8]

static button xtd::forms::buttons::exit ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent exit button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ exit() [8/8]

static button xtd::forms::buttons::exit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent exit button with specified location, size, and name.

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

◆ file() [1/8]

static button xtd::forms::buttons::file ( )
static

Create a system-defined button that represent file button.

Returns
The created button.

◆ file() [2/8]

static button xtd::forms::buttons::file ( const control parent)
static

Create a system-defined button that represent file button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ file() [3/8]

static button xtd::forms::buttons::file ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent file button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ file() [4/8]

static button xtd::forms::buttons::file ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent file button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ file() [5/8]

static button xtd::forms::buttons::file ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent file button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::file ( const drawing::point location)
static

Create a system-defined button that represent file button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ file() [7/8]

static button xtd::forms::buttons::file ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent file button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ file() [8/8]

static button xtd::forms::buttons::file ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent file button with specified location, size, and name.

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

◆ find() [1/8]

static button xtd::forms::buttons::find ( )
static

Create a system-defined button that represent find button.

Returns
The created button.

◆ find() [2/8]

static button xtd::forms::buttons::find ( const control parent)
static

Create a system-defined button that represent find button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ find() [3/8]

static button xtd::forms::buttons::find ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent find button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ find() [4/8]

static button xtd::forms::buttons::find ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent find button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ find() [5/8]

static button xtd::forms::buttons::find ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent find button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::find ( const drawing::point location)
static

Create a system-defined button that represent find button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ find() [7/8]

static button xtd::forms::buttons::find ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent find button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ find() [8/8]

static button xtd::forms::buttons::find ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent find button with specified location, size, and name.

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

◆ first() [1/8]

static button xtd::forms::buttons::first ( )
static

Create a system-defined button that represent first button.

Returns
The created button.

◆ first() [2/8]

static button xtd::forms::buttons::first ( const control parent)
static

Create a system-defined button that represent first button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ first() [3/8]

static button xtd::forms::buttons::first ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent first button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ first() [4/8]

static button xtd::forms::buttons::first ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent first button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ first() [5/8]

static button xtd::forms::buttons::first ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent first button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::first ( const drawing::point location)
static

Create a system-defined button that represent first button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ first() [7/8]

static button xtd::forms::buttons::first ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent first button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ first() [8/8]

static button xtd::forms::buttons::first ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent first button with specified location, size, and name.

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

◆ floppy() [1/8]

static button xtd::forms::buttons::floppy ( )
static

Create a system-defined button that represent floppy button.

Returns
The created button.

◆ floppy() [2/8]

static button xtd::forms::buttons::floppy ( const control parent)
static

Create a system-defined button that represent floppy button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ floppy() [3/8]

static button xtd::forms::buttons::floppy ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent floppy button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ floppy() [4/8]

static button xtd::forms::buttons::floppy ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent floppy button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ floppy() [5/8]

static button xtd::forms::buttons::floppy ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent floppy button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::floppy ( const drawing::point location)
static

Create a system-defined button that represent floppy button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ floppy() [7/8]

static button xtd::forms::buttons::floppy ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent floppy button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ floppy() [8/8]

static button xtd::forms::buttons::floppy ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent floppy button with specified location, size, and name.

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

◆ font() [1/8]

static button xtd::forms::buttons::font ( )
static

Create a system-defined button that represent font button.

Returns
The created button.

◆ font() [2/8]

static button xtd::forms::buttons::font ( const control parent)
static

Create a system-defined button that represent font button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ font() [3/8]

static button xtd::forms::buttons::font ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent font button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ font() [4/8]

static button xtd::forms::buttons::font ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent font button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ font() [5/8]

static button xtd::forms::buttons::font ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent font button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::font ( const drawing::point location)
static

Create a system-defined button that represent font button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ font() [7/8]

static button xtd::forms::buttons::font ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent font button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ font() [8/8]

static button xtd::forms::buttons::font ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent font button with specified location, size, and name.

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

◆ forward() [1/8]

static button xtd::forms::buttons::forward ( )
static

Create a system-defined button that represent forward button.

Returns
The created button.

◆ forward() [2/8]

static button xtd::forms::buttons::forward ( const control parent)
static

Create a system-defined button that represent forward button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ forward() [3/8]

static button xtd::forms::buttons::forward ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent forward button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ forward() [4/8]

static button xtd::forms::buttons::forward ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent forward button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ forward() [5/8]

static button xtd::forms::buttons::forward ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent forward button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::forward ( const drawing::point location)
static

Create a system-defined button that represent forward button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ forward() [7/8]

static button xtd::forms::buttons::forward ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent forward button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ forward() [8/8]

static button xtd::forms::buttons::forward ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent forward button with specified location, size, and name.

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

◆ harddisk() [1/8]

static button xtd::forms::buttons::harddisk ( )
static

Create a system-defined button that represent harddisk button.

Returns
The created button.

◆ harddisk() [2/8]

static button xtd::forms::buttons::harddisk ( const control parent)
static

Create a system-defined button that represent harddisk button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ harddisk() [3/8]

static button xtd::forms::buttons::harddisk ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent harddisk button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ harddisk() [4/8]

static button xtd::forms::buttons::harddisk ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent harddisk button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ harddisk() [5/8]

static button xtd::forms::buttons::harddisk ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent harddisk button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::harddisk ( const drawing::point location)
static

Create a system-defined button that represent harddisk button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ harddisk() [7/8]

static button xtd::forms::buttons::harddisk ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent harddisk button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ harddisk() [8/8]

static button xtd::forms::buttons::harddisk ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent harddisk button with specified location, size, and name.

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

◆ help() [1/8]

static button xtd::forms::buttons::help ( )
static

Create a system-defined button that represent help button.

Returns
The created button.

◆ help() [2/8]

static button xtd::forms::buttons::help ( const control parent)
static

Create a system-defined button that represent help button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ help() [3/8]

static button xtd::forms::buttons::help ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent help button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ help() [4/8]

static button xtd::forms::buttons::help ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent help button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ help() [5/8]

static button xtd::forms::buttons::help ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent help button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::help ( const drawing::point location)
static

Create a system-defined button that represent help button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ help() [7/8]

static button xtd::forms::buttons::help ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent help button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ help() [8/8]

static button xtd::forms::buttons::help ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent help button with specified location, size, and name.

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

◆ home() [1/8]

static button xtd::forms::buttons::home ( )
static

Create a system-defined button that represent home button.

Returns
The created button.

◆ home() [2/8]

static button xtd::forms::buttons::home ( const control parent)
static

Create a system-defined button that represent home button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ home() [3/8]

static button xtd::forms::buttons::home ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent home button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ home() [4/8]

static button xtd::forms::buttons::home ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent home button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ home() [5/8]

static button xtd::forms::buttons::home ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent home button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::home ( const drawing::point location)
static

Create a system-defined button that represent home button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ home() [7/8]

static button xtd::forms::buttons::home ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent home button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ home() [8/8]

static button xtd::forms::buttons::home ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent home button with specified location, size, and name.

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

◆ ignore() [1/8]

static button xtd::forms::buttons::ignore ( )
static

Create a system-defined button that represent ignore button.

Returns
The created button.

◆ ignore() [2/8]

static button xtd::forms::buttons::ignore ( const control parent)
static

Create a system-defined button that represent ignore button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ ignore() [3/8]

static button xtd::forms::buttons::ignore ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent ignore button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ ignore() [4/8]

static button xtd::forms::buttons::ignore ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent ignore button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ ignore() [5/8]

static button xtd::forms::buttons::ignore ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent ignore button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::ignore ( const drawing::point location)
static

Create a system-defined button that represent ignore button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ ignore() [7/8]

static button xtd::forms::buttons::ignore ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent ignore button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ ignore() [8/8]

static button xtd::forms::buttons::ignore ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent ignore button with specified location, size, and name.

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

◆ indent() [1/8]

static button xtd::forms::buttons::indent ( )
static

Create a system-defined button that represent indent button.

Returns
The created button.

◆ indent() [2/8]

static button xtd::forms::buttons::indent ( const control parent)
static

Create a system-defined button that represent indent button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ indent() [3/8]

static button xtd::forms::buttons::indent ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent indent button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ indent() [4/8]

static button xtd::forms::buttons::indent ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent indent button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ indent() [5/8]

static button xtd::forms::buttons::indent ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent indent button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::indent ( const drawing::point location)
static

Create a system-defined button that represent indent button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ indent() [7/8]

static button xtd::forms::buttons::indent ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent indent button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ indent() [8/8]

static button xtd::forms::buttons::indent ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent indent button with specified location, size, and name.

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

◆ index() [1/8]

static button xtd::forms::buttons::index ( )
static

Create a system-defined button that represent index button.

Returns
The created button.

◆ index() [2/8]

static button xtd::forms::buttons::index ( const control parent)
static

Create a system-defined button that represent index button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ index() [3/8]

static button xtd::forms::buttons::index ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent index button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ index() [4/8]

static button xtd::forms::buttons::index ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent index button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ index() [5/8]

static button xtd::forms::buttons::index ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent index button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::index ( const drawing::point location)
static

Create a system-defined button that represent index button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ index() [7/8]

static button xtd::forms::buttons::index ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent index button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ index() [8/8]

static button xtd::forms::buttons::index ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent index button with specified location, size, and name.

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

◆ info() [1/8]

static button xtd::forms::buttons::info ( )
static

Create a system-defined button that represent info button.

Returns
The created button.

◆ info() [2/8]

static button xtd::forms::buttons::info ( const control parent)
static

Create a system-defined button that represent info button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ info() [3/8]

static button xtd::forms::buttons::info ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent info button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ info() [4/8]

static button xtd::forms::buttons::info ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent info button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ info() [5/8]

static button xtd::forms::buttons::info ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent info button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::info ( const drawing::point location)
static

Create a system-defined button that represent info button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ info() [7/8]

static button xtd::forms::buttons::info ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent info button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ info() [8/8]

static button xtd::forms::buttons::info ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent info button with specified location, size, and name.

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

◆ italic() [1/8]

static button xtd::forms::buttons::italic ( )
static

Create a system-defined button that represent italic button.

Returns
The created button.

◆ italic() [2/8]

static button xtd::forms::buttons::italic ( const control parent)
static

Create a system-defined button that represent italic button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ italic() [3/8]

static button xtd::forms::buttons::italic ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent italic button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ italic() [4/8]

static button xtd::forms::buttons::italic ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent italic button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ italic() [5/8]

static button xtd::forms::buttons::italic ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent italic button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::italic ( const drawing::point location)
static

Create a system-defined button that represent italic button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ italic() [7/8]

static button xtd::forms::buttons::italic ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent italic button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ italic() [8/8]

static button xtd::forms::buttons::italic ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent italic button with specified location, size, and name.

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

◆ jump_to() [1/8]

static button xtd::forms::buttons::jump_to ( )
static

Create a system-defined button that represent jump_to button.

Returns
The created button.

◆ jump_to() [2/8]

static button xtd::forms::buttons::jump_to ( const control parent)
static

Create a system-defined button that represent jump_to button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ jump_to() [3/8]

static button xtd::forms::buttons::jump_to ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent jump_to button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ jump_to() [4/8]

static button xtd::forms::buttons::jump_to ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent jump_to button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ jump_to() [5/8]

static button xtd::forms::buttons::jump_to ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent jump_to button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::jump_to ( const drawing::point location)
static

Create a system-defined button that represent jump_to button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ jump_to() [7/8]

static button xtd::forms::buttons::jump_to ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent jump_to button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ jump_to() [8/8]

static button xtd::forms::buttons::jump_to ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent jump_to button with specified location, size, and name.

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

◆ justified() [1/8]

static button xtd::forms::buttons::justified ( )
static

Create a system-defined button that represent justified button.

Returns
The created button.

◆ justified() [2/8]

static button xtd::forms::buttons::justified ( const control parent)
static

Create a system-defined button that represent justified button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ justified() [3/8]

static button xtd::forms::buttons::justified ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent justified button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ justified() [4/8]

static button xtd::forms::buttons::justified ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent justified button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ justified() [5/8]

static button xtd::forms::buttons::justified ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent justified button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::justified ( const drawing::point location)
static

Create a system-defined button that represent justified button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ justified() [7/8]

static button xtd::forms::buttons::justified ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent justified button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ justified() [8/8]

static button xtd::forms::buttons::justified ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent justified button with specified location, size, and name.

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

◆ last() [1/8]

static button xtd::forms::buttons::last ( )
static

Create a system-defined button that represent last button.

Returns
The created button.

◆ last() [2/8]

static button xtd::forms::buttons::last ( const control parent)
static

Create a system-defined button that represent last button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ last() [3/8]

static button xtd::forms::buttons::last ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent last button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ last() [4/8]

static button xtd::forms::buttons::last ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent last button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ last() [5/8]

static button xtd::forms::buttons::last ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent last button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::last ( const drawing::point location)
static

Create a system-defined button that represent last button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ last() [7/8]

static button xtd::forms::buttons::last ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent last button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ last() [8/8]

static button xtd::forms::buttons::last ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent last button with specified location, size, and name.

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

◆ network() [1/8]

static button xtd::forms::buttons::network ( )
static

Create a system-defined button that represent network button.

Returns
The created button.

◆ network() [2/8]

static button xtd::forms::buttons::network ( const control parent)
static

Create a system-defined button that represent network button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ network() [3/8]

static button xtd::forms::buttons::network ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent network button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ network() [4/8]

static button xtd::forms::buttons::network ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent network button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ network() [5/8]

static button xtd::forms::buttons::network ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent network button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::network ( const drawing::point location)
static

Create a system-defined button that represent network button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ network() [7/8]

static button xtd::forms::buttons::network ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent network button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ network() [8/8]

static button xtd::forms::buttons::network ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent network button with specified location, size, and name.

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

◆ new_() [1/8]

static button xtd::forms::buttons::new_ ( )
static

Create a system-defined button that represent new_ button.

Returns
The created button.

◆ new_() [2/8]

static button xtd::forms::buttons::new_ ( const control parent)
static

Create a system-defined button that represent new_ button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ new_() [3/8]

static button xtd::forms::buttons::new_ ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent new_ button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ new_() [4/8]

static button xtd::forms::buttons::new_ ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent new_ button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ new_() [5/8]

static button xtd::forms::buttons::new_ ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent new_ button with specified parent, location, size, and name.

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_() [6/8]

static button xtd::forms::buttons::new_ ( const drawing::point location)
static

Create a system-defined button that represent new_ button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ new_() [7/8]

static button xtd::forms::buttons::new_ ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent new_ button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ new_() [8/8]

static button xtd::forms::buttons::new_ ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent new_ button with specified location, size, and name.

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

◆ next() [1/8]

static button xtd::forms::buttons::next ( )
static

Create a system-defined button that represent next button.

Returns
The created button.

◆ next() [2/8]

static button xtd::forms::buttons::next ( const control parent)
static

Create a system-defined button that represent next button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ next() [3/8]

static button xtd::forms::buttons::next ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent next button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ next() [4/8]

static button xtd::forms::buttons::next ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent next button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ next() [5/8]

static button xtd::forms::buttons::next ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent next button with specified parent, location, size, and name.

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.

◆ next() [6/8]

static button xtd::forms::buttons::next ( const drawing::point location)
static

Create a system-defined button that represent next button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ next() [7/8]

static button xtd::forms::buttons::next ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent next button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ next() [8/8]

static button xtd::forms::buttons::next ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent next button with specified location, size, and name.

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

◆ no() [1/8]

static button xtd::forms::buttons::no ( )
static

Create a system-defined button that represent no button.

Returns
The created button.

◆ no() [2/8]

static button xtd::forms::buttons::no ( const control parent)
static

Create a system-defined button that represent no button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ no() [3/8]

static button xtd::forms::buttons::no ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent no button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ no() [4/8]

static button xtd::forms::buttons::no ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent no button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ no() [5/8]

static button xtd::forms::buttons::no ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent no button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::no ( const drawing::point location)
static

Create a system-defined button that represent no button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ no() [7/8]

static button xtd::forms::buttons::no ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent no button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ no() [8/8]

static button xtd::forms::buttons::no ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent no button with specified location, size, and name.

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

◆ ok() [1/8]

static button xtd::forms::buttons::ok ( )
static

Create a system-defined button that represent ok button.

Returns
The created button.

◆ ok() [2/8]

static button xtd::forms::buttons::ok ( const control parent)
static

Create a system-defined button that represent ok button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ ok() [3/8]

static button xtd::forms::buttons::ok ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent ok button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ ok() [4/8]

static button xtd::forms::buttons::ok ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent ok button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ ok() [5/8]

static button xtd::forms::buttons::ok ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent ok button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::ok ( const drawing::point location)
static

Create a system-defined button that represent ok button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ ok() [7/8]

static button xtd::forms::buttons::ok ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent ok button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ ok() [8/8]

static button xtd::forms::buttons::ok ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent ok button with specified location, size, and name.

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

◆ open() [1/8]

static button xtd::forms::buttons::open ( )
static

Create a system-defined button that represent open button.

Returns
The created button.

◆ open() [2/8]

static button xtd::forms::buttons::open ( const control parent)
static

Create a system-defined button that represent open button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ open() [3/8]

static button xtd::forms::buttons::open ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent open button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ open() [4/8]

static button xtd::forms::buttons::open ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent open button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ open() [5/8]

static button xtd::forms::buttons::open ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent open button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::open ( const drawing::point location)
static

Create a system-defined button that represent open button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ open() [7/8]

static button xtd::forms::buttons::open ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent open button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ open() [8/8]

static button xtd::forms::buttons::open ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent open button with specified location, size, and name.

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

◆ options() [1/8]

static button xtd::forms::buttons::options ( )
static

Create a system-defined button that represent options button.

Returns
The created button.

◆ options() [2/8]

static button xtd::forms::buttons::options ( const control parent)
static

Create a system-defined button that represent options button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ options() [3/8]

static button xtd::forms::buttons::options ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent options button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ options() [4/8]

static button xtd::forms::buttons::options ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent options button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ options() [5/8]

static button xtd::forms::buttons::options ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent options button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::options ( const drawing::point location)
static

Create a system-defined button that represent options button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ options() [7/8]

static button xtd::forms::buttons::options ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent options button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ options() [8/8]

static button xtd::forms::buttons::options ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent options button with specified location, size, and name.

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

◆ paste() [1/8]

static button xtd::forms::buttons::paste ( )
static

Create a system-defined button that represent paste button.

Returns
The created button.

◆ paste() [2/8]

static button xtd::forms::buttons::paste ( const control parent)
static

Create a system-defined button that represent paste button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ paste() [3/8]

static button xtd::forms::buttons::paste ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent paste button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ paste() [4/8]

static button xtd::forms::buttons::paste ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent paste button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ paste() [5/8]

static button xtd::forms::buttons::paste ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent paste button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::paste ( const drawing::point location)
static

Create a system-defined button that represent paste button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ paste() [7/8]

static button xtd::forms::buttons::paste ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent paste button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ paste() [8/8]

static button xtd::forms::buttons::paste ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent paste button with specified location, size, and name.

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

◆ preferences() [1/8]

static button xtd::forms::buttons::preferences ( )
static

Create a system-defined button that represent preferences button.

Returns
The created button.

◆ preferences() [2/8]

static button xtd::forms::buttons::preferences ( const control parent)
static

Create a system-defined button that represent preferences button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ preferences() [3/8]

static button xtd::forms::buttons::preferences ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent preferences button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ preferences() [4/8]

static button xtd::forms::buttons::preferences ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent preferences button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ preferences() [5/8]

static button xtd::forms::buttons::preferences ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent preferences button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::preferences ( const drawing::point location)
static

Create a system-defined button that represent preferences button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ preferences() [7/8]

static button xtd::forms::buttons::preferences ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent preferences button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ preferences() [8/8]

static button xtd::forms::buttons::preferences ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent preferences button with specified location, size, and name.

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

◆ previous() [1/8]

static button xtd::forms::buttons::previous ( )
static

Create a system-defined button that represent previous button.

Returns
The created button.

◆ previous() [2/8]

static button xtd::forms::buttons::previous ( const control parent)
static

Create a system-defined button that represent previous button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ previous() [3/8]

static button xtd::forms::buttons::previous ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent previous button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ previous() [4/8]

static button xtd::forms::buttons::previous ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent previous button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ previous() [5/8]

static button xtd::forms::buttons::previous ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent previous button with specified parent, location, size, and name.

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.

◆ previous() [6/8]

static button xtd::forms::buttons::previous ( const drawing::point location)
static

Create a system-defined button that represent previous button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ previous() [7/8]

static button xtd::forms::buttons::previous ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent previous button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ previous() [8/8]

static button xtd::forms::buttons::previous ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent previous button with specified location, size, and name.

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

◆ print() [1/8]

static button xtd::forms::buttons::print ( )
static

Create a system-defined button that represent print button.

Returns
The created button.

◆ print() [2/8]

static button xtd::forms::buttons::print ( const control parent)
static

Create a system-defined button that represent print button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ print() [3/8]

static button xtd::forms::buttons::print ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent print button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ print() [4/8]

static button xtd::forms::buttons::print ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent print button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ print() [5/8]

static button xtd::forms::buttons::print ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent print button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::print ( const drawing::point location)
static

Create a system-defined button that represent print button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ print() [7/8]

static button xtd::forms::buttons::print ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent print button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ print() [8/8]

static button xtd::forms::buttons::print ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent print button with specified location, size, and name.

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

◆ print_preview() [1/8]

static button xtd::forms::buttons::print_preview ( )
static

Create a system-defined button that represent print_preview button.

Returns
The created button.

◆ print_preview() [2/8]

static button xtd::forms::buttons::print_preview ( const control parent)
static

Create a system-defined button that represent print_preview button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ print_preview() [3/8]

static button xtd::forms::buttons::print_preview ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent print_preview button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ print_preview() [4/8]

static button xtd::forms::buttons::print_preview ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent print_preview button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ print_preview() [5/8]

static button xtd::forms::buttons::print_preview ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent print_preview button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::print_preview ( const drawing::point location)
static

Create a system-defined button that represent print_preview button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ print_preview() [7/8]

static button xtd::forms::buttons::print_preview ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent print_preview button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ print_preview() [8/8]

static button xtd::forms::buttons::print_preview ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent print_preview button with specified location, size, and name.

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

◆ properties() [1/8]

static button xtd::forms::buttons::properties ( )
static

Create a system-defined button that represent properties button.

Returns
The created button.

◆ properties() [2/8]

static button xtd::forms::buttons::properties ( const control parent)
static

Create a system-defined button that represent properties button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ properties() [3/8]

static button xtd::forms::buttons::properties ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent properties button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ properties() [4/8]

static button xtd::forms::buttons::properties ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent properties button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ properties() [5/8]

static button xtd::forms::buttons::properties ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent properties button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::properties ( const drawing::point location)
static

Create a system-defined button that represent properties button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ properties() [7/8]

static button xtd::forms::buttons::properties ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent properties button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ properties() [8/8]

static button xtd::forms::buttons::properties ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent properties button with specified location, size, and name.

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

◆ quit() [1/8]

static button xtd::forms::buttons::quit ( )
static

Create a system-defined button that represent quit button.

Returns
The created button.

◆ quit() [2/8]

static button xtd::forms::buttons::quit ( const control parent)
static

Create a system-defined button that represent quit button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ quit() [3/8]

static button xtd::forms::buttons::quit ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent quit button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ quit() [4/8]

static button xtd::forms::buttons::quit ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent quit button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ quit() [5/8]

static button xtd::forms::buttons::quit ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent quit button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::quit ( const drawing::point location)
static

Create a system-defined button that represent quit button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ quit() [7/8]

static button xtd::forms::buttons::quit ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent quit button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ quit() [8/8]

static button xtd::forms::buttons::quit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent quit button with specified location, size, and name.

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

◆ redo() [1/8]

static button xtd::forms::buttons::redo ( )
static

Create a system-defined button that represent redo button.

Returns
The created button.

◆ redo() [2/8]

static button xtd::forms::buttons::redo ( const control parent)
static

Create a system-defined button that represent redo button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ redo() [3/8]

static button xtd::forms::buttons::redo ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent redo button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ redo() [4/8]

static button xtd::forms::buttons::redo ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent redo button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ redo() [5/8]

static button xtd::forms::buttons::redo ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent redo button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::redo ( const drawing::point location)
static

Create a system-defined button that represent redo button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ redo() [7/8]

static button xtd::forms::buttons::redo ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent redo button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ redo() [8/8]

static button xtd::forms::buttons::redo ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent redo button with specified location, size, and name.

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

◆ refresh() [1/8]

static button xtd::forms::buttons::refresh ( )
static

Create a system-defined button that represent refresh button.

Returns
The created button.

◆ refresh() [2/8]

static button xtd::forms::buttons::refresh ( const control parent)
static

Create a system-defined button that represent refresh button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ refresh() [3/8]

static button xtd::forms::buttons::refresh ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent refresh button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ refresh() [4/8]

static button xtd::forms::buttons::refresh ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent refresh button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ refresh() [5/8]

static button xtd::forms::buttons::refresh ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent refresh button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::refresh ( const drawing::point location)
static

Create a system-defined button that represent refresh button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ refresh() [7/8]

static button xtd::forms::buttons::refresh ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent refresh button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ refresh() [8/8]

static button xtd::forms::buttons::refresh ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent refresh button with specified location, size, and name.

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

◆ remove() [1/8]

static button xtd::forms::buttons::remove ( )
static

Create a system-defined button that represent remove button.

Returns
The created button.

◆ remove() [2/8]

static button xtd::forms::buttons::remove ( const control parent)
static

Create a system-defined button that represent remove button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ remove() [3/8]

static button xtd::forms::buttons::remove ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent remove button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ remove() [4/8]

static button xtd::forms::buttons::remove ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent remove button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ remove() [5/8]

static button xtd::forms::buttons::remove ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent remove button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::remove ( const drawing::point location)
static

Create a system-defined button that represent remove button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ remove() [7/8]

static button xtd::forms::buttons::remove ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent remove button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ remove() [8/8]

static button xtd::forms::buttons::remove ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent remove button with specified location, size, and name.

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

◆ replace() [1/8]

static button xtd::forms::buttons::replace ( )
static

Create a system-defined button that represent replace button.

Returns
The created button.

◆ replace() [2/8]

static button xtd::forms::buttons::replace ( const control parent)
static

Create a system-defined button that represent replace button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ replace() [3/8]

static button xtd::forms::buttons::replace ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent replace button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ replace() [4/8]

static button xtd::forms::buttons::replace ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent replace button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ replace() [5/8]

static button xtd::forms::buttons::replace ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent replace button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::replace ( const drawing::point location)
static

Create a system-defined button that represent replace button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ replace() [7/8]

static button xtd::forms::buttons::replace ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent replace button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ replace() [8/8]

static button xtd::forms::buttons::replace ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent replace button with specified location, size, and name.

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

◆ retry() [1/8]

static button xtd::forms::buttons::retry ( )
static

Create a system-defined button that represent retry button.

Returns
The created button.

◆ retry() [2/8]

static button xtd::forms::buttons::retry ( const control parent)
static

Create a system-defined button that represent retry button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ retry() [3/8]

static button xtd::forms::buttons::retry ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent retry button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ retry() [4/8]

static button xtd::forms::buttons::retry ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent retry button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ retry() [5/8]

static button xtd::forms::buttons::retry ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent retry button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::retry ( const drawing::point location)
static

Create a system-defined button that represent retry button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ retry() [7/8]

static button xtd::forms::buttons::retry ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent retry button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ retry() [8/8]

static button xtd::forms::buttons::retry ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent retry button with specified location, size, and name.

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

◆ revert_to_saved() [1/8]

static button xtd::forms::buttons::revert_to_saved ( )
static

Create a system-defined button that represent revert_to_saved button.

Returns
The created button.

◆ revert_to_saved() [2/8]

static button xtd::forms::buttons::revert_to_saved ( const control parent)
static

Create a system-defined button that represent revert_to_saved button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ revert_to_saved() [3/8]

static button xtd::forms::buttons::revert_to_saved ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent revert_to_saved button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ revert_to_saved() [4/8]

static button xtd::forms::buttons::revert_to_saved ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent revert_to_saved button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ revert_to_saved() [5/8]

static button xtd::forms::buttons::revert_to_saved ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent revert_to_saved button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::revert_to_saved ( const drawing::point location)
static

Create a system-defined button that represent revert_to_saved button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ revert_to_saved() [7/8]

static button xtd::forms::buttons::revert_to_saved ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent revert_to_saved button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ revert_to_saved() [8/8]

static button xtd::forms::buttons::revert_to_saved ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent revert_to_saved button with specified location, size, and name.

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

◆ save() [1/8]

static button xtd::forms::buttons::save ( )
static

Create a system-defined button that represent save button.

Returns
The created button.

◆ save() [2/8]

static button xtd::forms::buttons::save ( const control parent)
static

Create a system-defined button that represent save button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ save() [3/8]

static button xtd::forms::buttons::save ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent save button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ save() [4/8]

static button xtd::forms::buttons::save ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent save button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ save() [5/8]

static button xtd::forms::buttons::save ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent save button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::save ( const drawing::point location)
static

Create a system-defined button that represent save button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ save() [7/8]

static button xtd::forms::buttons::save ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent save button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ save() [8/8]

static button xtd::forms::buttons::save ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent save button with specified location, size, and name.

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

◆ save_as() [1/8]

static button xtd::forms::buttons::save_as ( )
static

Create a system-defined button that represent save_as button.

Returns
The created button.

◆ save_as() [2/8]

static button xtd::forms::buttons::save_as ( const control parent)
static

Create a system-defined button that represent save_as button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ save_as() [3/8]

static button xtd::forms::buttons::save_as ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent save_as button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ save_as() [4/8]

static button xtd::forms::buttons::save_as ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent save_as button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ save_as() [5/8]

static button xtd::forms::buttons::save_as ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent save_as button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::save_as ( const drawing::point location)
static

Create a system-defined button that represent save_as button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ save_as() [7/8]

static button xtd::forms::buttons::save_as ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent save_as button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ save_as() [8/8]

static button xtd::forms::buttons::save_as ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent save_as button with specified location, size, and name.

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

◆ search() [1/8]

static button xtd::forms::buttons::search ( )
static

Create a system-defined button that represent search button.

Returns
The created button.

◆ search() [2/8]

static button xtd::forms::buttons::search ( const control parent)
static

Create a system-defined button that represent search button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ search() [3/8]

static button xtd::forms::buttons::search ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent search button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ search() [4/8]

static button xtd::forms::buttons::search ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent search button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ search() [5/8]

static button xtd::forms::buttons::search ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent search button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::search ( const drawing::point location)
static

Create a system-defined button that represent search button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ search() [7/8]

static button xtd::forms::buttons::search ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent search button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ search() [8/8]

static button xtd::forms::buttons::search ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent search button with specified location, size, and name.

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

◆ select_all() [1/8]

static button xtd::forms::buttons::select_all ( )
static

Create a system-defined button that represent select_all button.

Returns
The created button.

◆ select_all() [2/8]

static button xtd::forms::buttons::select_all ( const control parent)
static

Create a system-defined button that represent select_all button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ select_all() [3/8]

static button xtd::forms::buttons::select_all ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent select_all button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ select_all() [4/8]

static button xtd::forms::buttons::select_all ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent select_all button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ select_all() [5/8]

static button xtd::forms::buttons::select_all ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent select_all button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::select_all ( const drawing::point location)
static

Create a system-defined button that represent select_all button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ select_all() [7/8]

static button xtd::forms::buttons::select_all ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent select_all button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ select_all() [8/8]

static button xtd::forms::buttons::select_all ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent select_all button with specified location, size, and name.

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

◆ settings() [1/8]

static button xtd::forms::buttons::settings ( )
static

Create a system-defined button that represent settings button.

Returns
The created button.

◆ settings() [2/8]

static button xtd::forms::buttons::settings ( const control parent)
static

Create a system-defined button that represent settings button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ settings() [3/8]

static button xtd::forms::buttons::settings ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent settings button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ settings() [4/8]

static button xtd::forms::buttons::settings ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent settings button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ settings() [5/8]

static button xtd::forms::buttons::settings ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent settings button with specified parent, location, size, and name.

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.

◆ settings() [6/8]

static button xtd::forms::buttons::settings ( const drawing::point location)
static

Create a system-defined button that represent settings button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ settings() [7/8]

static button xtd::forms::buttons::settings ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent settings button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ settings() [8/8]

static button xtd::forms::buttons::settings ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent settings button with specified location, size, and name.

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

◆ spell_check() [1/8]

static button xtd::forms::buttons::spell_check ( )
static

Create a system-defined button that represent spell_check button.

Returns
The created button.

◆ spell_check() [2/8]

static button xtd::forms::buttons::spell_check ( const control parent)
static

Create a system-defined button that represent spell_check button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ spell_check() [3/8]

static button xtd::forms::buttons::spell_check ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent spell_check button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ spell_check() [4/8]

static button xtd::forms::buttons::spell_check ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent spell_check button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ spell_check() [5/8]

static button xtd::forms::buttons::spell_check ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent spell_check button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::spell_check ( const drawing::point location)
static

Create a system-defined button that represent spell_check button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ spell_check() [7/8]

static button xtd::forms::buttons::spell_check ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent spell_check button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ spell_check() [8/8]

static button xtd::forms::buttons::spell_check ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent spell_check button with specified location, size, and name.

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

◆ stop() [1/8]

static button xtd::forms::buttons::stop ( )
static

Create a system-defined button that represent stop button.

Returns
The created button.

◆ stop() [2/8]

static button xtd::forms::buttons::stop ( const control parent)
static

Create a system-defined button that represent stop button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ stop() [3/8]

static button xtd::forms::buttons::stop ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent stop button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ stop() [4/8]

static button xtd::forms::buttons::stop ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent stop button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ stop() [5/8]

static button xtd::forms::buttons::stop ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent stop button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::stop ( const drawing::point location)
static

Create a system-defined button that represent stop button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ stop() [7/8]

static button xtd::forms::buttons::stop ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent stop button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ stop() [8/8]

static button xtd::forms::buttons::stop ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent stop button with specified location, size, and name.

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

◆ strikeout() [1/8]

static button xtd::forms::buttons::strikeout ( )
static

Create a system-defined button that represent strikeout button.

Returns
The created button.

◆ strikeout() [2/8]

static button xtd::forms::buttons::strikeout ( const control parent)
static

Create a system-defined button that represent strikeout button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ strikeout() [3/8]

static button xtd::forms::buttons::strikeout ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent strikeout button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ strikeout() [4/8]

static button xtd::forms::buttons::strikeout ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent strikeout button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ strikeout() [5/8]

static button xtd::forms::buttons::strikeout ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent strikeout button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::strikeout ( const drawing::point location)
static

Create a system-defined button that represent strikeout button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ strikeout() [7/8]

static button xtd::forms::buttons::strikeout ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent strikeout button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ strikeout() [8/8]

static button xtd::forms::buttons::strikeout ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent strikeout button with specified location, size, and name.

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

◆ tools() [1/8]

static button xtd::forms::buttons::tools ( )
static

Create a system-defined button that represent tools button.

Returns
The created button.

◆ tools() [2/8]

static button xtd::forms::buttons::tools ( const control parent)
static

Create a system-defined button that represent tools button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ tools() [3/8]

static button xtd::forms::buttons::tools ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent tools button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ tools() [4/8]

static button xtd::forms::buttons::tools ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent tools button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ tools() [5/8]

static button xtd::forms::buttons::tools ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent tools button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::tools ( const drawing::point location)
static

Create a system-defined button that represent tools button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ tools() [7/8]

static button xtd::forms::buttons::tools ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent tools button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ tools() [8/8]

static button xtd::forms::buttons::tools ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent tools button with specified location, size, and name.

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

◆ top() [1/8]

static button xtd::forms::buttons::top ( )
static

Create a system-defined button that represent top button.

Returns
The created button.

◆ top() [2/8]

static button xtd::forms::buttons::top ( const control parent)
static

Create a system-defined button that represent top button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ top() [3/8]

static button xtd::forms::buttons::top ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent top button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ top() [4/8]

static button xtd::forms::buttons::top ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent top button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ top() [5/8]

static button xtd::forms::buttons::top ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent top button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::top ( const drawing::point location)
static

Create a system-defined button that represent top button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ top() [7/8]

static button xtd::forms::buttons::top ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent top button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ top() [8/8]

static button xtd::forms::buttons::top ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent top button with specified location, size, and name.

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

◆ undelete() [1/8]

static button xtd::forms::buttons::undelete ( )
static

Create a system-defined button that represent undelete button.

Returns
The created button.

◆ undelete() [2/8]

static button xtd::forms::buttons::undelete ( const control parent)
static

Create a system-defined button that represent undelete button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ undelete() [3/8]

static button xtd::forms::buttons::undelete ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent undelete button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ undelete() [4/8]

static button xtd::forms::buttons::undelete ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent undelete button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ undelete() [5/8]

static button xtd::forms::buttons::undelete ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent undelete button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::undelete ( const drawing::point location)
static

Create a system-defined button that represent undelete button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ undelete() [7/8]

static button xtd::forms::buttons::undelete ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent undelete button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ undelete() [8/8]

static button xtd::forms::buttons::undelete ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent undelete button with specified location, size, and name.

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

◆ underline() [1/8]

static button xtd::forms::buttons::underline ( )
static

Create a system-defined button that represent underline button.

Returns
The created button.

◆ underline() [2/8]

static button xtd::forms::buttons::underline ( const control parent)
static

Create a system-defined button that represent underline button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ underline() [3/8]

static button xtd::forms::buttons::underline ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent underline button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ underline() [4/8]

static button xtd::forms::buttons::underline ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent underline button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ underline() [5/8]

static button xtd::forms::buttons::underline ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent underline button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::underline ( const drawing::point location)
static

Create a system-defined button that represent underline button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ underline() [7/8]

static button xtd::forms::buttons::underline ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent underline button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ underline() [8/8]

static button xtd::forms::buttons::underline ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent underline button with specified location, size, and name.

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

◆ undo() [1/8]

static button xtd::forms::buttons::undo ( )
static

Create a system-defined button that represent undo button.

Returns
The created button.

◆ undo() [2/8]

static button xtd::forms::buttons::undo ( const control parent)
static

Create a system-defined button that represent undo button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ undo() [3/8]

static button xtd::forms::buttons::undo ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent undo button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ undo() [4/8]

static button xtd::forms::buttons::undo ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent undo button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ undo() [5/8]

static button xtd::forms::buttons::undo ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent undo button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::undo ( const drawing::point location)
static

Create a system-defined button that represent undo button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ undo() [7/8]

static button xtd::forms::buttons::undo ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent undo button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ undo() [8/8]

static button xtd::forms::buttons::undo ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent undo button with specified location, size, and name.

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

◆ unindent() [1/8]

static button xtd::forms::buttons::unindent ( )
static

Create a system-defined button that represent unindent button.

Returns
The created button.

◆ unindent() [2/8]

static button xtd::forms::buttons::unindent ( const control parent)
static

Create a system-defined button that represent unindent button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ unindent() [3/8]

static button xtd::forms::buttons::unindent ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent unindent button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ unindent() [4/8]

static button xtd::forms::buttons::unindent ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent unindent button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ unindent() [5/8]

static button xtd::forms::buttons::unindent ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent unindent button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::unindent ( const drawing::point location)
static

Create a system-defined button that represent unindent button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ unindent() [7/8]

static button xtd::forms::buttons::unindent ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent unindent button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ unindent() [8/8]

static button xtd::forms::buttons::unindent ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent unindent button with specified location, size, and name.

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

◆ up() [1/8]

static button xtd::forms::buttons::up ( )
static

Create a system-defined button that represent up button.

Returns
The created button.

◆ up() [2/8]

static button xtd::forms::buttons::up ( const control parent)
static

Create a system-defined button that represent up button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ up() [3/8]

static button xtd::forms::buttons::up ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent up button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ up() [4/8]

static button xtd::forms::buttons::up ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent up button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ up() [5/8]

static button xtd::forms::buttons::up ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent up button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::up ( const drawing::point location)
static

Create a system-defined button that represent up button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ up() [7/8]

static button xtd::forms::buttons::up ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent up button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ up() [8/8]

static button xtd::forms::buttons::up ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent up button with specified location, size, and name.

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

◆ view() [1/8]

static button xtd::forms::buttons::view ( )
static

Create a system-defined button that represent view button.

Returns
The created button.

◆ view() [2/8]

static button xtd::forms::buttons::view ( const control parent)
static

Create a system-defined button that represent view button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ view() [3/8]

static button xtd::forms::buttons::view ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent view button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ view() [4/8]

static button xtd::forms::buttons::view ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent view button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ view() [5/8]

static button xtd::forms::buttons::view ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent view button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::view ( const drawing::point location)
static

Create a system-defined button that represent view button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ view() [7/8]

static button xtd::forms::buttons::view ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent view button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ view() [8/8]

static button xtd::forms::buttons::view ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent view button with specified location, size, and name.

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

◆ window() [1/8]

static button xtd::forms::buttons::window ( )
static

Create a system-defined button that represent window button.

Returns
The created button.

◆ window() [2/8]

static button xtd::forms::buttons::window ( const control parent)
static

Create a system-defined button that represent window button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ window() [3/8]

static button xtd::forms::buttons::window ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent window button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ window() [4/8]

static button xtd::forms::buttons::window ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent window button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ window() [5/8]

static button xtd::forms::buttons::window ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent window button with specified parent, location, size, and name.

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.

◆ window() [6/8]

static button xtd::forms::buttons::window ( const drawing::point location)
static

Create a system-defined button that represent window button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ window() [7/8]

static button xtd::forms::buttons::window ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent window button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ window() [8/8]

static button xtd::forms::buttons::window ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent window button with specified location, size, and name.

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

◆ yes() [1/8]

static button xtd::forms::buttons::yes ( )
static

Create a system-defined button that represent yes button.

Returns
The created button.

◆ yes() [2/8]

static button xtd::forms::buttons::yes ( const control parent)
static

Create a system-defined button that represent yes button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ yes() [3/8]

static button xtd::forms::buttons::yes ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent yes button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ yes() [4/8]

static button xtd::forms::buttons::yes ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent yes button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ yes() [5/8]

static button xtd::forms::buttons::yes ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent yes button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::yes ( const drawing::point location)
static

Create a system-defined button that represent yes button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ yes() [7/8]

static button xtd::forms::buttons::yes ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent yes button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ yes() [8/8]

static button xtd::forms::buttons::yes ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent yes button with specified location, size, and name.

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

◆ zoom_in() [1/8]

static button xtd::forms::buttons::zoom_in ( )
static

Create a system-defined button that represent zoom_in button.

Returns
The created button.

◆ zoom_in() [2/8]

static button xtd::forms::buttons::zoom_in ( const control parent)
static

Create a system-defined button that represent zoom_in button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ zoom_in() [3/8]

static button xtd::forms::buttons::zoom_in ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent zoom_in button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ zoom_in() [4/8]

static button xtd::forms::buttons::zoom_in ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent zoom_in button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ zoom_in() [5/8]

static button xtd::forms::buttons::zoom_in ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent zoom_in button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::zoom_in ( const drawing::point location)
static

Create a system-defined button that represent zoom_in button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ zoom_in() [7/8]

static button xtd::forms::buttons::zoom_in ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent zoom_in button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ zoom_in() [8/8]

static button xtd::forms::buttons::zoom_in ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent zoom_in button with specified location, size, and name.

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

◆ zoom_out() [1/8]

static button xtd::forms::buttons::zoom_out ( )
static

Create a system-defined button that represent zoom_out button.

Returns
The created button.

◆ zoom_out() [2/8]

static button xtd::forms::buttons::zoom_out ( const control parent)
static

Create a system-defined button that represent zoom_out button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ zoom_out() [3/8]

static button xtd::forms::buttons::zoom_out ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent zoom_out button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ zoom_out() [4/8]

static button xtd::forms::buttons::zoom_out ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent zoom_out button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ zoom_out() [5/8]

static button xtd::forms::buttons::zoom_out ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent zoom_out button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::zoom_out ( const drawing::point location)
static

Create a system-defined button that represent zoom_out button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ zoom_out() [7/8]

static button xtd::forms::buttons::zoom_out ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent zoom_out button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ zoom_out() [8/8]

static button xtd::forms::buttons::zoom_out ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent zoom_out button with specified location, size, and name.

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

◆ zoom_to_fit() [1/8]

static button xtd::forms::buttons::zoom_to_fit ( )
static

Create a system-defined button that represent zoom_to_fit button.

Returns
The created button.

◆ zoom_to_fit() [2/8]

static button xtd::forms::buttons::zoom_to_fit ( const control parent)
static

Create a system-defined button that represent zoom_to_fit button with specified parent.

Parameters
parentThe control that contains the button.
Returns
The created button.

◆ zoom_to_fit() [3/8]

static button xtd::forms::buttons::zoom_to_fit ( const control parent,
const drawing::point location 
)
static

Create a system-defined button that represent zoom_to_fit button with specified parent, and location.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
Returns
The created button.

◆ zoom_to_fit() [4/8]

static button xtd::forms::buttons::zoom_to_fit ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent zoom_to_fit button with specified parent, location, and size.

Parameters
parentThe control that contains the button.
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ zoom_to_fit() [5/8]

static button xtd::forms::buttons::zoom_to_fit ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent zoom_to_fit button with specified parent, location, size, and name.

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() [6/8]

static button xtd::forms::buttons::zoom_to_fit ( const drawing::point location)
static

Create a system-defined button that represent zoom_to_fit button with specified location.

Parameters
locationThe button location in pixels.
Returns
The created button.

◆ zoom_to_fit() [7/8]

static button xtd::forms::buttons::zoom_to_fit ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined button that represent zoom_to_fit button with specified location, and size.

Parameters
locationThe button location in pixels.
sizeThe button size in pixels.
Returns
The created button.

◆ zoom_to_fit() [8/8]

static button xtd::forms::buttons::zoom_to_fit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined button that represent zoom_to_fit button with specified location, size, and name.

Parameters
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: