xtd 1.0.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/xtd>
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);
}
static auto create() -> form
A factory to create an xtd::forms::form.
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.hpp:54

Public Static Methods

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

Member Function Documentation

◆ abort() [1/8]

auto xtd::forms::buttons::abort ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent abort button.

Returns
The created button.

◆ abort() [2/8]

auto xtd::forms::buttons::abort ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ abort() [3/8]

auto xtd::forms::buttons::abort ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::abort ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ abort() [5/8]

auto xtd::forms::buttons::abort ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ abort() [6/8]

auto xtd::forms::buttons::abort ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::abort ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::abort ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ about() [1/8]

auto xtd::forms::buttons::about ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent about button.

Returns
The created button.

◆ about() [2/8]

auto xtd::forms::buttons::about ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ about() [3/8]

auto xtd::forms::buttons::about ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::about ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ about() [5/8]

auto xtd::forms::buttons::about ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ about() [6/8]

auto xtd::forms::buttons::about ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::about ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::about ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ actual_size() [1/8]

auto xtd::forms::buttons::actual_size ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent actual_size button.

Returns
The created button.

◆ actual_size() [2/8]

auto xtd::forms::buttons::actual_size ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::actual_size ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::actual_size ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ actual_size() [5/8]

auto xtd::forms::buttons::actual_size ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::actual_size ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::actual_size ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::actual_size ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ add() [1/8]

auto xtd::forms::buttons::add ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent add button.

Returns
The created button.

◆ add() [2/8]

auto xtd::forms::buttons::add ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ add() [3/8]

auto xtd::forms::buttons::add ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::add ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ add() [5/8]

auto xtd::forms::buttons::add ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ add() [6/8]

auto xtd::forms::buttons::add ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::add ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::add ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ alignment() [1/8]

auto xtd::forms::buttons::alignment ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent alignment button.

Returns
The created button.

◆ alignment() [2/8]

auto xtd::forms::buttons::alignment ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ alignment() [3/8]

auto xtd::forms::buttons::alignment ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::alignment ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ alignment() [5/8]

auto xtd::forms::buttons::alignment ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ alignment() [6/8]

auto xtd::forms::buttons::alignment ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::alignment ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::alignment ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ align_left() [1/8]

auto xtd::forms::buttons::align_left ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent align_left button.

Returns
The created button.

◆ align_left() [2/8]

auto xtd::forms::buttons::align_left ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_left ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_left ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_left ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_left ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_left ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_left ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_right ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent align_right button.

Returns
The created button.

◆ align_right() [2/8]

auto xtd::forms::buttons::align_right ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_right ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_right ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ align_right() [5/8]

auto xtd::forms::buttons::align_right ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_right ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_right ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::align_right ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ apply() [1/8]

auto xtd::forms::buttons::apply ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent apply button.

Returns
The created button.

◆ apply() [2/8]

auto xtd::forms::buttons::apply ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ apply() [3/8]

auto xtd::forms::buttons::apply ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::apply ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ apply() [5/8]

auto xtd::forms::buttons::apply ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ apply() [6/8]

auto xtd::forms::buttons::apply ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::apply ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::apply ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ ascending() [1/8]

auto xtd::forms::buttons::ascending ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent ascending button.

Returns
The created button.

◆ ascending() [2/8]

auto xtd::forms::buttons::ascending ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ ascending() [3/8]

auto xtd::forms::buttons::ascending ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ascending ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ ascending() [5/8]

auto xtd::forms::buttons::ascending ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ ascending() [6/8]

auto xtd::forms::buttons::ascending ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ascending ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ascending ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ back() [1/8]

auto xtd::forms::buttons::back ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent back button.

Returns
The created button.

◆ back() [2/8]

auto xtd::forms::buttons::back ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ back() [3/8]

auto xtd::forms::buttons::back ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::back ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ back() [5/8]

auto xtd::forms::buttons::back ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ back() [6/8]

auto xtd::forms::buttons::back ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::back ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::back ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ bold() [1/8]

auto xtd::forms::buttons::bold ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent bold button.

Returns
The created button.

◆ bold() [2/8]

auto xtd::forms::buttons::bold ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ bold() [3/8]

auto xtd::forms::buttons::bold ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::bold ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ bold() [5/8]

auto xtd::forms::buttons::bold ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ bold() [6/8]

auto xtd::forms::buttons::bold ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::bold ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::bold ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ bottom() [1/8]

auto xtd::forms::buttons::bottom ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent bottom button.

Returns
The created button.

◆ bottom() [2/8]

auto xtd::forms::buttons::bottom ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ bottom() [3/8]

auto xtd::forms::buttons::bottom ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::bottom ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ bottom() [5/8]

auto xtd::forms::buttons::bottom ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ bottom() [6/8]

auto xtd::forms::buttons::bottom ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::bottom ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::bottom ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ cancel() [1/8]

auto xtd::forms::buttons::cancel ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent cancel button.

Returns
The created button.

◆ cancel() [2/8]

auto xtd::forms::buttons::cancel ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ cancel() [3/8]

auto xtd::forms::buttons::cancel ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cancel ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ cancel() [5/8]

auto xtd::forms::buttons::cancel ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ cancel() [6/8]

auto xtd::forms::buttons::cancel ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cancel ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cancel ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ cdrom() [1/8]

auto xtd::forms::buttons::cdrom ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent cdrom button.

Returns
The created button.

◆ cdrom() [2/8]

auto xtd::forms::buttons::cdrom ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ cdrom() [3/8]

auto xtd::forms::buttons::cdrom ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cdrom ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ cdrom() [5/8]

auto xtd::forms::buttons::cdrom ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ cdrom() [6/8]

auto xtd::forms::buttons::cdrom ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cdrom ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cdrom ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ centered() [1/8]

auto xtd::forms::buttons::centered ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent centered button.

Returns
The created button.

◆ centered() [2/8]

auto xtd::forms::buttons::centered ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ centered() [3/8]

auto xtd::forms::buttons::centered ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::centered ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ centered() [5/8]

auto xtd::forms::buttons::centered ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ centered() [6/8]

auto xtd::forms::buttons::centered ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::centered ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::centered ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ clear() [1/8]

auto xtd::forms::buttons::clear ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent clear button.

Returns
The created button.

◆ clear() [2/8]

auto xtd::forms::buttons::clear ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ clear() [3/8]

auto xtd::forms::buttons::clear ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::clear ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ clear() [5/8]

auto xtd::forms::buttons::clear ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ clear() [6/8]

auto xtd::forms::buttons::clear ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::clear ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::clear ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ close() [1/8]

auto xtd::forms::buttons::close ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent close button.

Returns
The created button.

◆ close() [2/8]

auto xtd::forms::buttons::close ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ close() [3/8]

auto xtd::forms::buttons::close ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::close ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ close() [5/8]

auto xtd::forms::buttons::close ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ close() [6/8]

auto xtd::forms::buttons::close ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::close ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::close ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ color() [1/8]

auto xtd::forms::buttons::color ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent color button.

Returns
The created button.

◆ color() [2/8]

auto xtd::forms::buttons::color ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ color() [3/8]

auto xtd::forms::buttons::color ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::color ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ color() [5/8]

auto xtd::forms::buttons::color ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ color() [6/8]

auto xtd::forms::buttons::color ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::color ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::color ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ contents() [1/8]

auto xtd::forms::buttons::contents ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent contents button.

Returns
The created button.

◆ contents() [2/8]

auto xtd::forms::buttons::contents ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ contents() [3/8]

auto xtd::forms::buttons::contents ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::contents ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ contents() [5/8]

auto xtd::forms::buttons::contents ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ contents() [6/8]

auto xtd::forms::buttons::contents ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::contents ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::contents ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ convert() [1/8]

auto xtd::forms::buttons::convert ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent convert button.

Returns
The created button.

◆ convert() [2/8]

auto xtd::forms::buttons::convert ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ convert() [3/8]

auto xtd::forms::buttons::convert ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::convert ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ convert() [5/8]

auto xtd::forms::buttons::convert ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ convert() [6/8]

auto xtd::forms::buttons::convert ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::convert ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::convert ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ copy() [1/8]

auto xtd::forms::buttons::copy ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent copy button.

Returns
The created button.

◆ copy() [2/8]

auto xtd::forms::buttons::copy ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ copy() [3/8]

auto xtd::forms::buttons::copy ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::copy ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ copy() [5/8]

auto xtd::forms::buttons::copy ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ copy() [6/8]

auto xtd::forms::buttons::copy ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::copy ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::copy ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ customize() [1/8]

auto xtd::forms::buttons::customize ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent customize button.

Returns
The created button.

◆ customize() [2/8]

auto xtd::forms::buttons::customize ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ customize() [3/8]

auto xtd::forms::buttons::customize ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::customize ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ customize() [5/8]

auto xtd::forms::buttons::customize ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ customize() [6/8]

auto xtd::forms::buttons::customize ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::customize ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::customize ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ cut() [1/8]

auto xtd::forms::buttons::cut ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent cut button.

Returns
The created button.

◆ cut() [2/8]

auto xtd::forms::buttons::cut ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ cut() [3/8]

auto xtd::forms::buttons::cut ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cut ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ cut() [5/8]

auto xtd::forms::buttons::cut ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ cut() [6/8]

auto xtd::forms::buttons::cut ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cut ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::cut ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ del() [1/8]

auto xtd::forms::buttons::del ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent del button.

Returns
The created button.

◆ del() [2/8]

auto xtd::forms::buttons::del ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ del() [3/8]

auto xtd::forms::buttons::del ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::del ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ del() [5/8]

auto xtd::forms::buttons::del ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ del() [6/8]

auto xtd::forms::buttons::del ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::del ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::del ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ descending() [1/8]

auto xtd::forms::buttons::descending ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent descending button.

Returns
The created button.

◆ descending() [2/8]

auto xtd::forms::buttons::descending ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ descending() [3/8]

auto xtd::forms::buttons::descending ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::descending ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ descending() [5/8]

auto xtd::forms::buttons::descending ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ descending() [6/8]

auto xtd::forms::buttons::descending ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::descending ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::descending ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ down() [1/8]

auto xtd::forms::buttons::down ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent down button.

Returns
The created button.

◆ down() [2/8]

auto xtd::forms::buttons::down ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ down() [3/8]

auto xtd::forms::buttons::down ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::down ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ down() [5/8]

auto xtd::forms::buttons::down ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ down() [6/8]

auto xtd::forms::buttons::down ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::down ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::down ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ edit() [1/8]

auto xtd::forms::buttons::edit ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent edit button.

Returns
The created button.

◆ edit() [2/8]

auto xtd::forms::buttons::edit ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ edit() [3/8]

auto xtd::forms::buttons::edit ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::edit ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ edit() [5/8]

auto xtd::forms::buttons::edit ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ edit() [6/8]

auto xtd::forms::buttons::edit ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::edit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::edit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ execute() [1/8]

auto xtd::forms::buttons::execute ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent execute button.

Returns
The created button.

◆ execute() [2/8]

auto xtd::forms::buttons::execute ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ execute() [3/8]

auto xtd::forms::buttons::execute ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::execute ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ execute() [5/8]

auto xtd::forms::buttons::execute ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ execute() [6/8]

auto xtd::forms::buttons::execute ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::execute ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::execute ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ exit() [1/8]

auto xtd::forms::buttons::exit ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent exit button.

Returns
The created button.

◆ exit() [2/8]

auto xtd::forms::buttons::exit ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ exit() [3/8]

auto xtd::forms::buttons::exit ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::exit ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ exit() [5/8]

auto xtd::forms::buttons::exit ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ exit() [6/8]

auto xtd::forms::buttons::exit ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::exit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::exit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ file() [1/8]

auto xtd::forms::buttons::file ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent file button.

Returns
The created button.

◆ file() [2/8]

auto xtd::forms::buttons::file ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ file() [3/8]

auto xtd::forms::buttons::file ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::file ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ file() [5/8]

auto xtd::forms::buttons::file ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ file() [6/8]

auto xtd::forms::buttons::file ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::file ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::file ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ find() [1/8]

auto xtd::forms::buttons::find ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent find button.

Returns
The created button.

◆ find() [2/8]

auto xtd::forms::buttons::find ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ find() [3/8]

auto xtd::forms::buttons::find ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::find ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ find() [5/8]

auto xtd::forms::buttons::find ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ find() [6/8]

auto xtd::forms::buttons::find ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::find ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::find ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ first() [1/8]

auto xtd::forms::buttons::first ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent first button.

Returns
The created button.

◆ first() [2/8]

auto xtd::forms::buttons::first ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ first() [3/8]

auto xtd::forms::buttons::first ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::first ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ first() [5/8]

auto xtd::forms::buttons::first ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ first() [6/8]

auto xtd::forms::buttons::first ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::first ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::first ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ floppy() [1/8]

auto xtd::forms::buttons::floppy ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent floppy button.

Returns
The created button.

◆ floppy() [2/8]

auto xtd::forms::buttons::floppy ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ floppy() [3/8]

auto xtd::forms::buttons::floppy ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::floppy ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ floppy() [5/8]

auto xtd::forms::buttons::floppy ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ floppy() [6/8]

auto xtd::forms::buttons::floppy ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::floppy ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::floppy ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ font() [1/8]

auto xtd::forms::buttons::font ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent font button.

Returns
The created button.

◆ font() [2/8]

auto xtd::forms::buttons::font ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ font() [3/8]

auto xtd::forms::buttons::font ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::font ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ font() [5/8]

auto xtd::forms::buttons::font ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ font() [6/8]

auto xtd::forms::buttons::font ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::font ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::font ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ forward() [1/8]

auto xtd::forms::buttons::forward ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent forward button.

Returns
The created button.

◆ forward() [2/8]

auto xtd::forms::buttons::forward ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ forward() [3/8]

auto xtd::forms::buttons::forward ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::forward ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ forward() [5/8]

auto xtd::forms::buttons::forward ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ forward() [6/8]

auto xtd::forms::buttons::forward ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::forward ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::forward ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ harddisk() [1/8]

auto xtd::forms::buttons::harddisk ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent harddisk button.

Returns
The created button.

◆ harddisk() [2/8]

auto xtd::forms::buttons::harddisk ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ harddisk() [3/8]

auto xtd::forms::buttons::harddisk ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::harddisk ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ harddisk() [5/8]

auto xtd::forms::buttons::harddisk ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ harddisk() [6/8]

auto xtd::forms::buttons::harddisk ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::harddisk ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::harddisk ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ help() [1/8]

auto xtd::forms::buttons::help ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent help button.

Returns
The created button.

◆ help() [2/8]

auto xtd::forms::buttons::help ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ help() [3/8]

auto xtd::forms::buttons::help ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::help ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ help() [5/8]

auto xtd::forms::buttons::help ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ help() [6/8]

auto xtd::forms::buttons::help ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::help ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::help ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ home() [1/8]

auto xtd::forms::buttons::home ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent home button.

Returns
The created button.

◆ home() [2/8]

auto xtd::forms::buttons::home ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ home() [3/8]

auto xtd::forms::buttons::home ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::home ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ home() [5/8]

auto xtd::forms::buttons::home ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ home() [6/8]

auto xtd::forms::buttons::home ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::home ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::home ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ ignore() [1/8]

auto xtd::forms::buttons::ignore ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent ignore button.

Returns
The created button.

◆ ignore() [2/8]

auto xtd::forms::buttons::ignore ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ ignore() [3/8]

auto xtd::forms::buttons::ignore ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ignore ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ ignore() [5/8]

auto xtd::forms::buttons::ignore ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ ignore() [6/8]

auto xtd::forms::buttons::ignore ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ignore ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ignore ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ indent() [1/8]

auto xtd::forms::buttons::indent ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent indent button.

Returns
The created button.

◆ indent() [2/8]

auto xtd::forms::buttons::indent ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ indent() [3/8]

auto xtd::forms::buttons::indent ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::indent ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ indent() [5/8]

auto xtd::forms::buttons::indent ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ indent() [6/8]

auto xtd::forms::buttons::indent ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::indent ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::indent ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ index() [1/8]

auto xtd::forms::buttons::index ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent index button.

Returns
The created button.

◆ index() [2/8]

auto xtd::forms::buttons::index ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ index() [3/8]

auto xtd::forms::buttons::index ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::index ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ index() [5/8]

auto xtd::forms::buttons::index ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ index() [6/8]

auto xtd::forms::buttons::index ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::index ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::index ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ info() [1/8]

auto xtd::forms::buttons::info ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent info button.

Returns
The created button.

◆ info() [2/8]

auto xtd::forms::buttons::info ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ info() [3/8]

auto xtd::forms::buttons::info ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::info ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ info() [5/8]

auto xtd::forms::buttons::info ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ info() [6/8]

auto xtd::forms::buttons::info ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::info ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::info ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ italic() [1/8]

auto xtd::forms::buttons::italic ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent italic button.

Returns
The created button.

◆ italic() [2/8]

auto xtd::forms::buttons::italic ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ italic() [3/8]

auto xtd::forms::buttons::italic ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::italic ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ italic() [5/8]

auto xtd::forms::buttons::italic ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ italic() [6/8]

auto xtd::forms::buttons::italic ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::italic ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::italic ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ justified() [1/8]

auto xtd::forms::buttons::justified ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent justified button.

Returns
The created button.

◆ justified() [2/8]

auto xtd::forms::buttons::justified ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ justified() [3/8]

auto xtd::forms::buttons::justified ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::justified ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ justified() [5/8]

auto xtd::forms::buttons::justified ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ justified() [6/8]

auto xtd::forms::buttons::justified ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::justified ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::justified ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ jump_to() [1/8]

auto xtd::forms::buttons::jump_to ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent jump_to button.

Returns
The created button.

◆ jump_to() [2/8]

auto xtd::forms::buttons::jump_to ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::jump_to ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::jump_to ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ jump_to() [5/8]

auto xtd::forms::buttons::jump_to ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::jump_to ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::jump_to ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::jump_to ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ last() [1/8]

auto xtd::forms::buttons::last ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent last button.

Returns
The created button.

◆ last() [2/8]

auto xtd::forms::buttons::last ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ last() [3/8]

auto xtd::forms::buttons::last ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::last ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ last() [5/8]

auto xtd::forms::buttons::last ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ last() [6/8]

auto xtd::forms::buttons::last ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::last ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::last ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ network() [1/8]

auto xtd::forms::buttons::network ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent network button.

Returns
The created button.

◆ network() [2/8]

auto xtd::forms::buttons::network ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ network() [3/8]

auto xtd::forms::buttons::network ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::network ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ network() [5/8]

auto xtd::forms::buttons::network ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ network() [6/8]

auto xtd::forms::buttons::network ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::network ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::network ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ new_() [1/8]

auto xtd::forms::buttons::new_ ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent new_ button.

Returns
The created button.

◆ new_() [2/8]

auto xtd::forms::buttons::new_ ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ new_() [3/8]

auto xtd::forms::buttons::new_ ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::new_ ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ new_() [5/8]

auto xtd::forms::buttons::new_ ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ new_() [6/8]

auto xtd::forms::buttons::new_ ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::new_ ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::new_ ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ next() [1/8]

auto xtd::forms::buttons::next ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent next button.

Returns
The created button.

◆ next() [2/8]

auto xtd::forms::buttons::next ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ next() [3/8]

auto xtd::forms::buttons::next ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::next ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ next() [5/8]

auto xtd::forms::buttons::next ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ next() [6/8]

auto xtd::forms::buttons::next ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::next ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::next ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ no() [1/8]

auto xtd::forms::buttons::no ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent no button.

Returns
The created button.

◆ no() [2/8]

auto xtd::forms::buttons::no ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ no() [3/8]

auto xtd::forms::buttons::no ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::no ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ no() [5/8]

auto xtd::forms::buttons::no ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ no() [6/8]

auto xtd::forms::buttons::no ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::no ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::no ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ ok() [1/8]

auto xtd::forms::buttons::ok ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent ok button.

Returns
The created button.

◆ ok() [2/8]

auto xtd::forms::buttons::ok ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ ok() [3/8]

auto xtd::forms::buttons::ok ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ok ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ ok() [5/8]

auto xtd::forms::buttons::ok ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ ok() [6/8]

auto xtd::forms::buttons::ok ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ok ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::ok ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ open() [1/8]

auto xtd::forms::buttons::open ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent open button.

Returns
The created button.

◆ open() [2/8]

auto xtd::forms::buttons::open ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ open() [3/8]

auto xtd::forms::buttons::open ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::open ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ open() [5/8]

auto xtd::forms::buttons::open ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ open() [6/8]

auto xtd::forms::buttons::open ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::open ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::open ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ options() [1/8]

auto xtd::forms::buttons::options ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent options button.

Returns
The created button.

◆ options() [2/8]

auto xtd::forms::buttons::options ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ options() [3/8]

auto xtd::forms::buttons::options ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::options ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ options() [5/8]

auto xtd::forms::buttons::options ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ options() [6/8]

auto xtd::forms::buttons::options ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::options ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::options ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ paste() [1/8]

auto xtd::forms::buttons::paste ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent paste button.

Returns
The created button.

◆ paste() [2/8]

auto xtd::forms::buttons::paste ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ paste() [3/8]

auto xtd::forms::buttons::paste ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::paste ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ paste() [5/8]

auto xtd::forms::buttons::paste ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ paste() [6/8]

auto xtd::forms::buttons::paste ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::paste ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::paste ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ preferences() [1/8]

auto xtd::forms::buttons::preferences ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent preferences button.

Returns
The created button.

◆ preferences() [2/8]

auto xtd::forms::buttons::preferences ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ preferences() [3/8]

auto xtd::forms::buttons::preferences ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::preferences ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ preferences() [5/8]

auto xtd::forms::buttons::preferences ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ preferences() [6/8]

auto xtd::forms::buttons::preferences ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::preferences ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::preferences ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ previous() [1/8]

auto xtd::forms::buttons::previous ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent previous button.

Returns
The created button.

◆ previous() [2/8]

auto xtd::forms::buttons::previous ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ previous() [3/8]

auto xtd::forms::buttons::previous ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::previous ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ previous() [5/8]

auto xtd::forms::buttons::previous ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ previous() [6/8]

auto xtd::forms::buttons::previous ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::previous ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::previous ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ print() [1/8]

auto xtd::forms::buttons::print ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent print button.

Returns
The created button.

◆ print() [2/8]

auto xtd::forms::buttons::print ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ print() [3/8]

auto xtd::forms::buttons::print ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ print() [6/8]

auto xtd::forms::buttons::print ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print_preview ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent print_preview button.

Returns
The created button.

◆ print_preview() [2/8]

auto xtd::forms::buttons::print_preview ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print_preview ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print_preview ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ print_preview() [5/8]

auto xtd::forms::buttons::print_preview ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print_preview ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print_preview ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::print_preview ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ properties() [1/8]

auto xtd::forms::buttons::properties ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent properties button.

Returns
The created button.

◆ properties() [2/8]

auto xtd::forms::buttons::properties ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ properties() [3/8]

auto xtd::forms::buttons::properties ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::properties ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ properties() [5/8]

auto xtd::forms::buttons::properties ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ properties() [6/8]

auto xtd::forms::buttons::properties ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::properties ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::properties ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ quit() [1/8]

auto xtd::forms::buttons::quit ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent quit button.

Returns
The created button.

◆ quit() [2/8]

auto xtd::forms::buttons::quit ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ quit() [3/8]

auto xtd::forms::buttons::quit ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::quit ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ quit() [5/8]

auto xtd::forms::buttons::quit ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ quit() [6/8]

auto xtd::forms::buttons::quit ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::quit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::quit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ redo() [1/8]

auto xtd::forms::buttons::redo ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent redo button.

Returns
The created button.

◆ redo() [2/8]

auto xtd::forms::buttons::redo ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ redo() [3/8]

auto xtd::forms::buttons::redo ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::redo ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ redo() [5/8]

auto xtd::forms::buttons::redo ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ redo() [6/8]

auto xtd::forms::buttons::redo ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::redo ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::redo ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ refresh() [1/8]

auto xtd::forms::buttons::refresh ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent refresh button.

Returns
The created button.

◆ refresh() [2/8]

auto xtd::forms::buttons::refresh ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ refresh() [3/8]

auto xtd::forms::buttons::refresh ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::refresh ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ refresh() [5/8]

auto xtd::forms::buttons::refresh ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ refresh() [6/8]

auto xtd::forms::buttons::refresh ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::refresh ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::refresh ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ remove() [1/8]

auto xtd::forms::buttons::remove ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent remove button.

Returns
The created button.

◆ remove() [2/8]

auto xtd::forms::buttons::remove ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ remove() [3/8]

auto xtd::forms::buttons::remove ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::remove ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ remove() [5/8]

auto xtd::forms::buttons::remove ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ remove() [6/8]

auto xtd::forms::buttons::remove ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::remove ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::remove ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ replace() [1/8]

auto xtd::forms::buttons::replace ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent replace button.

Returns
The created button.

◆ replace() [2/8]

auto xtd::forms::buttons::replace ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ replace() [3/8]

auto xtd::forms::buttons::replace ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::replace ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ replace() [5/8]

auto xtd::forms::buttons::replace ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ replace() [6/8]

auto xtd::forms::buttons::replace ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::replace ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::replace ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ retry() [1/8]

auto xtd::forms::buttons::retry ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent retry button.

Returns
The created button.

◆ retry() [2/8]

auto xtd::forms::buttons::retry ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ retry() [3/8]

auto xtd::forms::buttons::retry ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::retry ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ retry() [5/8]

auto xtd::forms::buttons::retry ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ retry() [6/8]

auto xtd::forms::buttons::retry ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::retry ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::retry ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ revert_to_saved() [1/8]

auto xtd::forms::buttons::revert_to_saved ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent revert_to_saved button.

Returns
The created button.

◆ revert_to_saved() [2/8]

auto xtd::forms::buttons::revert_to_saved ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::revert_to_saved ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::revert_to_saved ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ revert_to_saved() [5/8]

auto xtd::forms::buttons::revert_to_saved ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::revert_to_saved ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::revert_to_saved ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::revert_to_saved ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ save() [1/8]

auto xtd::forms::buttons::save ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent save button.

Returns
The created button.

◆ save() [2/8]

auto xtd::forms::buttons::save ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ save() [3/8]

auto xtd::forms::buttons::save ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ save() [6/8]

auto xtd::forms::buttons::save ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save_as ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent save_as button.

Returns
The created button.

◆ save_as() [2/8]

auto xtd::forms::buttons::save_as ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save_as ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save_as ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ save_as() [5/8]

auto xtd::forms::buttons::save_as ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save_as ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save_as ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::save_as ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ search() [1/8]

auto xtd::forms::buttons::search ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent search button.

Returns
The created button.

◆ search() [2/8]

auto xtd::forms::buttons::search ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ search() [3/8]

auto xtd::forms::buttons::search ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::search ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ search() [5/8]

auto xtd::forms::buttons::search ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ search() [6/8]

auto xtd::forms::buttons::search ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::search ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::search ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ select_all() [1/8]

auto xtd::forms::buttons::select_all ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent select_all button.

Returns
The created button.

◆ select_all() [2/8]

auto xtd::forms::buttons::select_all ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::select_all ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::select_all ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ select_all() [5/8]

auto xtd::forms::buttons::select_all ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::select_all ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::select_all ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::select_all ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ settings() [1/8]

auto xtd::forms::buttons::settings ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent settings button.

Returns
The created button.

◆ settings() [2/8]

auto xtd::forms::buttons::settings ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ settings() [3/8]

auto xtd::forms::buttons::settings ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::settings ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ settings() [5/8]

auto xtd::forms::buttons::settings ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ settings() [6/8]

auto xtd::forms::buttons::settings ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::settings ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::settings ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ spell_check() [1/8]

auto xtd::forms::buttons::spell_check ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent spell_check button.

Returns
The created button.

◆ spell_check() [2/8]

auto xtd::forms::buttons::spell_check ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::spell_check ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::spell_check ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ spell_check() [5/8]

auto xtd::forms::buttons::spell_check ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::spell_check ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::spell_check ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::spell_check ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ stop() [1/8]

auto xtd::forms::buttons::stop ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent stop button.

Returns
The created button.

◆ stop() [2/8]

auto xtd::forms::buttons::stop ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ stop() [3/8]

auto xtd::forms::buttons::stop ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::stop ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ stop() [5/8]

auto xtd::forms::buttons::stop ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ stop() [6/8]

auto xtd::forms::buttons::stop ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::stop ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::stop ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ strikeout() [1/8]

auto xtd::forms::buttons::strikeout ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent strikeout button.

Returns
The created button.

◆ strikeout() [2/8]

auto xtd::forms::buttons::strikeout ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ strikeout() [3/8]

auto xtd::forms::buttons::strikeout ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::strikeout ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ strikeout() [5/8]

auto xtd::forms::buttons::strikeout ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ strikeout() [6/8]

auto xtd::forms::buttons::strikeout ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::strikeout ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::strikeout ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ tools() [1/8]

auto xtd::forms::buttons::tools ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent tools button.

Returns
The created button.

◆ tools() [2/8]

auto xtd::forms::buttons::tools ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ tools() [3/8]

auto xtd::forms::buttons::tools ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::tools ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ tools() [5/8]

auto xtd::forms::buttons::tools ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ tools() [6/8]

auto xtd::forms::buttons::tools ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::tools ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::tools ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ top() [1/8]

auto xtd::forms::buttons::top ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent top button.

Returns
The created button.

◆ top() [2/8]

auto xtd::forms::buttons::top ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ top() [3/8]

auto xtd::forms::buttons::top ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::top ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ top() [5/8]

auto xtd::forms::buttons::top ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ top() [6/8]

auto xtd::forms::buttons::top ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::top ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::top ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ undelete() [1/8]

auto xtd::forms::buttons::undelete ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent undelete button.

Returns
The created button.

◆ undelete() [2/8]

auto xtd::forms::buttons::undelete ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ undelete() [3/8]

auto xtd::forms::buttons::undelete ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::undelete ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ undelete() [5/8]

auto xtd::forms::buttons::undelete ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ undelete() [6/8]

auto xtd::forms::buttons::undelete ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::undelete ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::undelete ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ underline() [1/8]

auto xtd::forms::buttons::underline ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent underline button.

Returns
The created button.

◆ underline() [2/8]

auto xtd::forms::buttons::underline ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ underline() [3/8]

auto xtd::forms::buttons::underline ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::underline ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ underline() [5/8]

auto xtd::forms::buttons::underline ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ underline() [6/8]

auto xtd::forms::buttons::underline ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::underline ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::underline ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ undo() [1/8]

auto xtd::forms::buttons::undo ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent undo button.

Returns
The created button.

◆ undo() [2/8]

auto xtd::forms::buttons::undo ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ undo() [3/8]

auto xtd::forms::buttons::undo ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::undo ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ undo() [5/8]

auto xtd::forms::buttons::undo ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ undo() [6/8]

auto xtd::forms::buttons::undo ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::undo ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::undo ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ unindent() [1/8]

auto xtd::forms::buttons::unindent ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent unindent button.

Returns
The created button.

◆ unindent() [2/8]

auto xtd::forms::buttons::unindent ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ unindent() [3/8]

auto xtd::forms::buttons::unindent ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::unindent ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ unindent() [5/8]

auto xtd::forms::buttons::unindent ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ unindent() [6/8]

auto xtd::forms::buttons::unindent ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::unindent ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::unindent ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ up() [1/8]

auto xtd::forms::buttons::up ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent up button.

Returns
The created button.

◆ up() [2/8]

auto xtd::forms::buttons::up ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ up() [3/8]

auto xtd::forms::buttons::up ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::up ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ up() [5/8]

auto xtd::forms::buttons::up ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ up() [6/8]

auto xtd::forms::buttons::up ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::up ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::up ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ view() [1/8]

auto xtd::forms::buttons::view ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent view button.

Returns
The created button.

◆ view() [2/8]

auto xtd::forms::buttons::view ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ view() [3/8]

auto xtd::forms::buttons::view ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::view ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ view() [5/8]

auto xtd::forms::buttons::view ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ view() [6/8]

auto xtd::forms::buttons::view ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::view ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::view ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ window() [1/8]

auto xtd::forms::buttons::window ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent window button.

Returns
The created button.

◆ window() [2/8]

auto xtd::forms::buttons::window ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ window() [3/8]

auto xtd::forms::buttons::window ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::window ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ window() [5/8]

auto xtd::forms::buttons::window ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ window() [6/8]

auto xtd::forms::buttons::window ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::window ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::window ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ yes() [1/8]

auto xtd::forms::buttons::yes ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent yes button.

Returns
The created button.

◆ yes() [2/8]

auto xtd::forms::buttons::yes ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

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

◆ yes() [3/8]

auto xtd::forms::buttons::yes ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::yes ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ yes() [5/8]

auto xtd::forms::buttons::yes ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

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

◆ yes() [6/8]

auto xtd::forms::buttons::yes ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::yes ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::yes ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ zoom_in() [1/8]

auto xtd::forms::buttons::zoom_in ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent zoom_in button.

Returns
The created button.

◆ zoom_in() [2/8]

auto xtd::forms::buttons::zoom_in ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_in ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_in ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_in ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_in ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_in ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_in ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_out ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent zoom_out button.

Returns
The created button.

◆ zoom_out() [2/8]

auto xtd::forms::buttons::zoom_out ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_out ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_out ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_out ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_out ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_out ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_out ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_to_fit ( ) -> xtd::forms::button
staticnodiscard

Create a system-defined button that represent zoom_to_fit button.

Returns
The created button.

◆ zoom_to_fit() [2/8]

auto xtd::forms::buttons::zoom_to_fit ( const xtd::drawing::point & location) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_to_fit ( const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_to_fit ( const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

◆ zoom_to_fit() [5/8]

auto xtd::forms::buttons::zoom_to_fit ( const xtd::forms::control & parent) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_to_fit ( const xtd::forms::control & parent,
const xtd::drawing::point & location ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_to_fit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size ) -> xtd::forms::button
staticnodiscard

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

auto xtd::forms::buttons::zoom_to_fit ( const xtd::forms::control & parent,
const xtd::drawing::point & location,
const xtd::drawing::size & size,
const xtd::string & name ) -> xtd::forms::button
staticnodiscard

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.

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