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