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