Provides a collection of toggle_button objects for use by a Windows Forms application.
Public Static Methods | |
| static auto | abort () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button. | |
| static auto | abort (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified location. | |
| static auto | abort (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified location, and size. | |
| static auto | abort (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified location, size, and name. | |
| static auto | abort (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified and check_state. | |
| static auto | abort (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified check_state, and location. | |
| static auto | abort (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified check_state, location, and size. | |
| static auto | abort (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified check_state, location, size, and name. | |
| static auto | abort (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified three_state, and check_state. | |
| static auto | abort (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified three_state, check_state, and location. | |
| static auto | abort (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified three_state, check_state, location, and size. | |
| static auto | abort (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | abort (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent. | |
| static auto | abort (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, and location. | |
| static auto | abort (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, location, and size. | |
| static auto | abort (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, location, size, and name. | |
| static auto | abort (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, and check_state. | |
| static auto | abort (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, check_state, and location. | |
| static auto | abort (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, check_state, location, and size. | |
| static auto | abort (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | abort (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, three_state, and check_state. | |
| static auto | abort (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | abort (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | abort (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent abort toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | about () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button. | |
| static auto | about (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified location. | |
| static auto | about (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified location, and size. | |
| static auto | about (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified location, size, and name. | |
| static auto | about (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified and check_state. | |
| static auto | about (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified check_state, and location. | |
| static auto | about (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified check_state, location, and size. | |
| static auto | about (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified check_state, location, size, and name. | |
| static auto | about (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified three_state, and check_state. | |
| static auto | about (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified three_state, check_state, and location. | |
| static auto | about (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified three_state, check_state, location, and size. | |
| static auto | about (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | about (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent. | |
| static auto | about (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, and location. | |
| static auto | about (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, location, and size. | |
| static auto | about (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, location, size, and name. | |
| static auto | about (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, and check_state. | |
| static auto | about (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, check_state, and location. | |
| static auto | about (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, check_state, location, and size. | |
| static auto | about (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | about (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, three_state, and check_state. | |
| static auto | about (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | about (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | about (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent about toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | actual_size () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button. | |
| static auto | actual_size (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified location. | |
| static auto | actual_size (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified location, and size. | |
| static auto | actual_size (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified location, size, and name. | |
| static auto | actual_size (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified and check_state. | |
| static auto | actual_size (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified check_state, and location. | |
| static auto | actual_size (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified check_state, location, and size. | |
| static auto | actual_size (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified check_state, location, size, and name. | |
| static auto | actual_size (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified three_state, and check_state. | |
| static auto | actual_size (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified three_state, check_state, and location. | |
| static auto | actual_size (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified three_state, check_state, location, and size. | |
| static auto | actual_size (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | actual_size (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent. | |
| static auto | actual_size (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, and location. | |
| static auto | actual_size (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, location, and size. | |
| static auto | actual_size (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, location, size, and name. | |
| static auto | actual_size (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, and check_state. | |
| static auto | actual_size (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, check_state, and location. | |
| static auto | actual_size (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, check_state, location, and size. | |
| static auto | actual_size (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | actual_size (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, three_state, and check_state. | |
| static auto | actual_size (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | actual_size (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | actual_size (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | add () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button. | |
| static auto | add (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified location. | |
| static auto | add (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified location, and size. | |
| static auto | add (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified location, size, and name. | |
| static auto | add (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified and check_state. | |
| static auto | add (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified check_state, and location. | |
| static auto | add (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified check_state, location, and size. | |
| static auto | add (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified check_state, location, size, and name. | |
| static auto | add (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified three_state, and check_state. | |
| static auto | add (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified three_state, check_state, and location. | |
| static auto | add (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified three_state, check_state, location, and size. | |
| static auto | add (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | add (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent. | |
| static auto | add (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, and location. | |
| static auto | add (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, location, and size. | |
| static auto | add (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, location, size, and name. | |
| static auto | add (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, and check_state. | |
| static auto | add (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, check_state, and location. | |
| static auto | add (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, check_state, location, and size. | |
| static auto | add (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | add (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, three_state, and check_state. | |
| static auto | add (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | add (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | add (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent add toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | alignment () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button. | |
| static auto | alignment (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified location. | |
| static auto | alignment (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified location, and size. | |
| static auto | alignment (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified location, size, and name. | |
| static auto | alignment (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified and check_state. | |
| static auto | alignment (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified check_state, and location. | |
| static auto | alignment (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified check_state, location, and size. | |
| static auto | alignment (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified check_state, location, size, and name. | |
| static auto | alignment (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified three_state, and check_state. | |
| static auto | alignment (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified three_state, check_state, and location. | |
| static auto | alignment (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified three_state, check_state, location, and size. | |
| static auto | alignment (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | alignment (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent. | |
| static auto | alignment (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, and location. | |
| static auto | alignment (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, location, and size. | |
| static auto | alignment (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, location, size, and name. | |
| static auto | alignment (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, and check_state. | |
| static auto | alignment (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, check_state, and location. | |
| static auto | alignment (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, check_state, location, and size. | |
| static auto | alignment (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | alignment (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, three_state, and check_state. | |
| static auto | alignment (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | alignment (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | alignment (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent alignment toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | align_left () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button. | |
| static auto | align_left (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified location. | |
| static auto | align_left (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified location, and size. | |
| static auto | align_left (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified location, size, and name. | |
| static auto | align_left (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified and check_state. | |
| static auto | align_left (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified check_state, and location. | |
| static auto | align_left (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified check_state, location, and size. | |
| static auto | align_left (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified check_state, location, size, and name. | |
| static auto | align_left (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified three_state, and check_state. | |
| static auto | align_left (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified three_state, check_state, and location. | |
| static auto | align_left (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified three_state, check_state, location, and size. | |
| static auto | align_left (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | align_left (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent. | |
| static auto | align_left (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, and location. | |
| static auto | align_left (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, location, and size. | |
| static auto | align_left (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, location, size, and name. | |
| static auto | align_left (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, and check_state. | |
| static auto | align_left (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, check_state, and location. | |
| static auto | align_left (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, check_state, location, and size. | |
| static auto | align_left (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | align_left (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, three_state, and check_state. | |
| static auto | align_left (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | align_left (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | align_left (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_left toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | align_right () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button. | |
| static auto | align_right (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified location. | |
| static auto | align_right (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified location, and size. | |
| static auto | align_right (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified location, size, and name. | |
| static auto | align_right (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified and check_state. | |
| static auto | align_right (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified check_state, and location. | |
| static auto | align_right (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified check_state, location, and size. | |
| static auto | align_right (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified check_state, location, size, and name. | |
| static auto | align_right (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified three_state, and check_state. | |
| static auto | align_right (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified three_state, check_state, and location. | |
| static auto | align_right (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified three_state, check_state, location, and size. | |
| static auto | align_right (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | align_right (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent. | |
| static auto | align_right (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, and location. | |
| static auto | align_right (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, location, and size. | |
| static auto | align_right (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, location, size, and name. | |
| static auto | align_right (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, and check_state. | |
| static auto | align_right (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, check_state, and location. | |
| static auto | align_right (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, check_state, location, and size. | |
| static auto | align_right (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | align_right (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, three_state, and check_state. | |
| static auto | align_right (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | align_right (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | align_right (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent align_right toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | apply () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button. | |
| static auto | apply (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified location. | |
| static auto | apply (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified location, and size. | |
| static auto | apply (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified location, size, and name. | |
| static auto | apply (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified and check_state. | |
| static auto | apply (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified check_state, and location. | |
| static auto | apply (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified check_state, location, and size. | |
| static auto | apply (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified check_state, location, size, and name. | |
| static auto | apply (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified three_state, and check_state. | |
| static auto | apply (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified three_state, check_state, and location. | |
| static auto | apply (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified three_state, check_state, location, and size. | |
| static auto | apply (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | apply (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent. | |
| static auto | apply (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, and location. | |
| static auto | apply (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, location, and size. | |
| static auto | apply (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, location, size, and name. | |
| static auto | apply (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, and check_state. | |
| static auto | apply (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, check_state, and location. | |
| static auto | apply (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, check_state, location, and size. | |
| static auto | apply (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | apply (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, three_state, and check_state. | |
| static auto | apply (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | apply (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | apply (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent apply toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | ascending () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button. | |
| static auto | ascending (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified location. | |
| static auto | ascending (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified location, and size. | |
| static auto | ascending (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified location, size, and name. | |
| static auto | ascending (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified and check_state. | |
| static auto | ascending (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified check_state, and location. | |
| static auto | ascending (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified check_state, location, and size. | |
| static auto | ascending (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified check_state, location, size, and name. | |
| static auto | ascending (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified three_state, and check_state. | |
| static auto | ascending (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified three_state, check_state, and location. | |
| static auto | ascending (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified three_state, check_state, location, and size. | |
| static auto | ascending (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | ascending (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent. | |
| static auto | ascending (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, and location. | |
| static auto | ascending (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, location, and size. | |
| static auto | ascending (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, location, size, and name. | |
| static auto | ascending (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, and check_state. | |
| static auto | ascending (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, check_state, and location. | |
| static auto | ascending (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, check_state, location, and size. | |
| static auto | ascending (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | ascending (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, three_state, and check_state. | |
| static auto | ascending (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | ascending (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | ascending (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ascending toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | back () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button. | |
| static auto | back (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified location. | |
| static auto | back (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified location, and size. | |
| static auto | back (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified location, size, and name. | |
| static auto | back (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified and check_state. | |
| static auto | back (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified check_state, and location. | |
| static auto | back (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified check_state, location, and size. | |
| static auto | back (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified check_state, location, size, and name. | |
| static auto | back (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified three_state, and check_state. | |
| static auto | back (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified three_state, check_state, and location. | |
| static auto | back (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified three_state, check_state, location, and size. | |
| static auto | back (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | back (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent. | |
| static auto | back (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, and location. | |
| static auto | back (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, location, and size. | |
| static auto | back (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, location, size, and name. | |
| static auto | back (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, and check_state. | |
| static auto | back (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, check_state, and location. | |
| static auto | back (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, check_state, location, and size. | |
| static auto | back (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | back (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, three_state, and check_state. | |
| static auto | back (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | back (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | back (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent back toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | bold () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button. | |
| static auto | bold (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified location. | |
| static auto | bold (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified location, and size. | |
| static auto | bold (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified location, size, and name. | |
| static auto | bold (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified and check_state. | |
| static auto | bold (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified check_state, and location. | |
| static auto | bold (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified check_state, location, and size. | |
| static auto | bold (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified check_state, location, size, and name. | |
| static auto | bold (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified three_state, and check_state. | |
| static auto | bold (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified three_state, check_state, and location. | |
| static auto | bold (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified three_state, check_state, location, and size. | |
| static auto | bold (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | bold (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent. | |
| static auto | bold (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, and location. | |
| static auto | bold (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, location, and size. | |
| static auto | bold (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, location, size, and name. | |
| static auto | bold (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, and check_state. | |
| static auto | bold (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, check_state, and location. | |
| static auto | bold (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, check_state, location, and size. | |
| static auto | bold (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | bold (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, three_state, and check_state. | |
| static auto | bold (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | bold (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | bold (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bold toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | bottom () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button. | |
| static auto | bottom (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified location. | |
| static auto | bottom (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified location, and size. | |
| static auto | bottom (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified location, size, and name. | |
| static auto | bottom (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified and check_state. | |
| static auto | bottom (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified check_state, and location. | |
| static auto | bottom (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified check_state, location, and size. | |
| static auto | bottom (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified check_state, location, size, and name. | |
| static auto | bottom (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified three_state, and check_state. | |
| static auto | bottom (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified three_state, check_state, and location. | |
| static auto | bottom (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified three_state, check_state, location, and size. | |
| static auto | bottom (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | bottom (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent. | |
| static auto | bottom (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, and location. | |
| static auto | bottom (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, location, and size. | |
| static auto | bottom (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, location, size, and name. | |
| static auto | bottom (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, and check_state. | |
| static auto | bottom (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, check_state, and location. | |
| static auto | bottom (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, check_state, location, and size. | |
| static auto | bottom (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | bottom (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, three_state, and check_state. | |
| static auto | bottom (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | bottom (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | bottom (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent bottom toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | cancel () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button. | |
| static auto | cancel (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified location. | |
| static auto | cancel (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified location, and size. | |
| static auto | cancel (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified location, size, and name. | |
| static auto | cancel (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified and check_state. | |
| static auto | cancel (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified check_state, and location. | |
| static auto | cancel (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified check_state, location, and size. | |
| static auto | cancel (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified check_state, location, size, and name. | |
| static auto | cancel (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified three_state, and check_state. | |
| static auto | cancel (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified three_state, check_state, and location. | |
| static auto | cancel (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified three_state, check_state, location, and size. | |
| static auto | cancel (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | cancel (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent. | |
| static auto | cancel (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, and location. | |
| static auto | cancel (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, location, and size. | |
| static auto | cancel (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, location, size, and name. | |
| static auto | cancel (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, and check_state. | |
| static auto | cancel (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, check_state, and location. | |
| static auto | cancel (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, check_state, location, and size. | |
| static auto | cancel (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | cancel (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, three_state, and check_state. | |
| static auto | cancel (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | cancel (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | cancel (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cancel toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | cdrom () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button. | |
| static auto | cdrom (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified location. | |
| static auto | cdrom (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified location, and size. | |
| static auto | cdrom (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified location, size, and name. | |
| static auto | cdrom (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified and check_state. | |
| static auto | cdrom (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state, and location. | |
| static auto | cdrom (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state, location, and size. | |
| static auto | cdrom (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state, location, size, and name. | |
| static auto | cdrom (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state, and check_state. | |
| static auto | cdrom (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state, check_state, and location. | |
| static auto | cdrom (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state, check_state, location, and size. | |
| static auto | cdrom (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | cdrom (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent. | |
| static auto | cdrom (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, and location. | |
| static auto | cdrom (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, location, and size. | |
| static auto | cdrom (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, location, size, and name. | |
| static auto | cdrom (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, and check_state. | |
| static auto | cdrom (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, check_state, and location. | |
| static auto | cdrom (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, check_state, location, and size. | |
| static auto | cdrom (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | cdrom (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, three_state, and check_state. | |
| static auto | cdrom (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | cdrom (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | cdrom (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | centered () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button. | |
| static auto | centered (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified location. | |
| static auto | centered (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified location, and size. | |
| static auto | centered (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified location, size, and name. | |
| static auto | centered (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified and check_state. | |
| static auto | centered (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified check_state, and location. | |
| static auto | centered (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified check_state, location, and size. | |
| static auto | centered (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified check_state, location, size, and name. | |
| static auto | centered (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified three_state, and check_state. | |
| static auto | centered (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified three_state, check_state, and location. | |
| static auto | centered (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified three_state, check_state, location, and size. | |
| static auto | centered (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | centered (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent. | |
| static auto | centered (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, and location. | |
| static auto | centered (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, location, and size. | |
| static auto | centered (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, location, size, and name. | |
| static auto | centered (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, and check_state. | |
| static auto | centered (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, check_state, and location. | |
| static auto | centered (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, check_state, location, and size. | |
| static auto | centered (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | centered (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, three_state, and check_state. | |
| static auto | centered (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | centered (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | centered (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent centered toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | clear () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button. | |
| static auto | clear (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified location. | |
| static auto | clear (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified location, and size. | |
| static auto | clear (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified location, size, and name. | |
| static auto | clear (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified and check_state. | |
| static auto | clear (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified check_state, and location. | |
| static auto | clear (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified check_state, location, and size. | |
| static auto | clear (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified check_state, location, size, and name. | |
| static auto | clear (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified three_state, and check_state. | |
| static auto | clear (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified three_state, check_state, and location. | |
| static auto | clear (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified three_state, check_state, location, and size. | |
| static auto | clear (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | clear (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent. | |
| static auto | clear (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, and location. | |
| static auto | clear (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, location, and size. | |
| static auto | clear (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, location, size, and name. | |
| static auto | clear (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, and check_state. | |
| static auto | clear (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, check_state, and location. | |
| static auto | clear (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, check_state, location, and size. | |
| static auto | clear (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | clear (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, three_state, and check_state. | |
| static auto | clear (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | clear (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | clear (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent clear toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | close () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button. | |
| static auto | close (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified location. | |
| static auto | close (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified location, and size. | |
| static auto | close (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified location, size, and name. | |
| static auto | close (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified and check_state. | |
| static auto | close (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified check_state, and location. | |
| static auto | close (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified check_state, location, and size. | |
| static auto | close (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified check_state, location, size, and name. | |
| static auto | close (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified three_state, and check_state. | |
| static auto | close (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified three_state, check_state, and location. | |
| static auto | close (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified three_state, check_state, location, and size. | |
| static auto | close (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | close (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent. | |
| static auto | close (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, and location. | |
| static auto | close (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, location, and size. | |
| static auto | close (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, location, size, and name. | |
| static auto | close (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, and check_state. | |
| static auto | close (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, check_state, and location. | |
| static auto | close (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, check_state, location, and size. | |
| static auto | close (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | close (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, three_state, and check_state. | |
| static auto | close (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | close (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | close (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent close toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | color () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button. | |
| static auto | color (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified location. | |
| static auto | color (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified location, and size. | |
| static auto | color (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified location, size, and name. | |
| static auto | color (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified and check_state. | |
| static auto | color (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified check_state, and location. | |
| static auto | color (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified check_state, location, and size. | |
| static auto | color (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified check_state, location, size, and name. | |
| static auto | color (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified three_state, and check_state. | |
| static auto | color (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified three_state, check_state, and location. | |
| static auto | color (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified three_state, check_state, location, and size. | |
| static auto | color (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | color (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent. | |
| static auto | color (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, and location. | |
| static auto | color (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, location, and size. | |
| static auto | color (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, location, size, and name. | |
| static auto | color (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, and check_state. | |
| static auto | color (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, check_state, and location. | |
| static auto | color (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, check_state, location, and size. | |
| static auto | color (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | color (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, three_state, and check_state. | |
| static auto | color (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | color (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | color (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent color toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | contents () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button. | |
| static auto | contents (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified location. | |
| static auto | contents (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified location, and size. | |
| static auto | contents (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified location, size, and name. | |
| static auto | contents (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified and check_state. | |
| static auto | contents (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified check_state, and location. | |
| static auto | contents (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified check_state, location, and size. | |
| static auto | contents (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified check_state, location, size, and name. | |
| static auto | contents (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified three_state, and check_state. | |
| static auto | contents (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified three_state, check_state, and location. | |
| static auto | contents (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified three_state, check_state, location, and size. | |
| static auto | contents (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | contents (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent. | |
| static auto | contents (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, and location. | |
| static auto | contents (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, location, and size. | |
| static auto | contents (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, location, size, and name. | |
| static auto | contents (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, and check_state. | |
| static auto | contents (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, check_state, and location. | |
| static auto | contents (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, check_state, location, and size. | |
| static auto | contents (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | contents (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, three_state, and check_state. | |
| static auto | contents (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | contents (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | contents (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent contents toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | convert () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button. | |
| static auto | convert (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified location. | |
| static auto | convert (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified location, and size. | |
| static auto | convert (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified location, size, and name. | |
| static auto | convert (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified and check_state. | |
| static auto | convert (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified check_state, and location. | |
| static auto | convert (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified check_state, location, and size. | |
| static auto | convert (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified check_state, location, size, and name. | |
| static auto | convert (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified three_state, and check_state. | |
| static auto | convert (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified three_state, check_state, and location. | |
| static auto | convert (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified three_state, check_state, location, and size. | |
| static auto | convert (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | convert (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent. | |
| static auto | convert (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, and location. | |
| static auto | convert (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, location, and size. | |
| static auto | convert (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, location, size, and name. | |
| static auto | convert (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, and check_state. | |
| static auto | convert (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, check_state, and location. | |
| static auto | convert (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, check_state, location, and size. | |
| static auto | convert (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | convert (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, three_state, and check_state. | |
| static auto | convert (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | convert (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | convert (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent convert toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | copy () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button. | |
| static auto | copy (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified location. | |
| static auto | copy (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified location, and size. | |
| static auto | copy (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified location, size, and name. | |
| static auto | copy (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified and check_state. | |
| static auto | copy (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified check_state, and location. | |
| static auto | copy (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified check_state, location, and size. | |
| static auto | copy (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified check_state, location, size, and name. | |
| static auto | copy (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified three_state, and check_state. | |
| static auto | copy (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified three_state, check_state, and location. | |
| static auto | copy (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified three_state, check_state, location, and size. | |
| static auto | copy (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | copy (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent. | |
| static auto | copy (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, and location. | |
| static auto | copy (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, location, and size. | |
| static auto | copy (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, location, size, and name. | |
| static auto | copy (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, and check_state. | |
| static auto | copy (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, check_state, and location. | |
| static auto | copy (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, check_state, location, and size. | |
| static auto | copy (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | copy (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, three_state, and check_state. | |
| static auto | copy (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | copy (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | copy (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent copy toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | customize () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button. | |
| static auto | customize (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified location. | |
| static auto | customize (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified location, and size. | |
| static auto | customize (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified location, size, and name. | |
| static auto | customize (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified and check_state. | |
| static auto | customize (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified check_state, and location. | |
| static auto | customize (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified check_state, location, and size. | |
| static auto | customize (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified check_state, location, size, and name. | |
| static auto | customize (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified three_state, and check_state. | |
| static auto | customize (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified three_state, check_state, and location. | |
| static auto | customize (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified three_state, check_state, location, and size. | |
| static auto | customize (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | customize (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent. | |
| static auto | customize (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, and location. | |
| static auto | customize (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, location, and size. | |
| static auto | customize (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, location, size, and name. | |
| static auto | customize (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, and check_state. | |
| static auto | customize (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, check_state, and location. | |
| static auto | customize (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, check_state, location, and size. | |
| static auto | customize (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | customize (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, three_state, and check_state. | |
| static auto | customize (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | customize (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | customize (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent customize toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | cut () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button. | |
| static auto | cut (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified location. | |
| static auto | cut (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified location, and size. | |
| static auto | cut (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified location, size, and name. | |
| static auto | cut (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified and check_state. | |
| static auto | cut (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified check_state, and location. | |
| static auto | cut (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified check_state, location, and size. | |
| static auto | cut (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified check_state, location, size, and name. | |
| static auto | cut (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified three_state, and check_state. | |
| static auto | cut (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified three_state, check_state, and location. | |
| static auto | cut (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified three_state, check_state, location, and size. | |
| static auto | cut (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | cut (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent. | |
| static auto | cut (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, and location. | |
| static auto | cut (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, location, and size. | |
| static auto | cut (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, location, size, and name. | |
| static auto | cut (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, and check_state. | |
| static auto | cut (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, check_state, and location. | |
| static auto | cut (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, check_state, location, and size. | |
| static auto | cut (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | cut (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, and check_state. | |
| static auto | cut (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | cut (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | cut (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | del () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button. | |
| static auto | del (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified location. | |
| static auto | del (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified location, and size. | |
| static auto | del (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified location, size, and name. | |
| static auto | del (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified and check_state. | |
| static auto | del (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified check_state, and location. | |
| static auto | del (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified check_state, location, and size. | |
| static auto | del (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified check_state, location, size, and name. | |
| static auto | del (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified three_state, and check_state. | |
| static auto | del (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified three_state, check_state, and location. | |
| static auto | del (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified three_state, check_state, location, and size. | |
| static auto | del (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | del (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent. | |
| static auto | del (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, and location. | |
| static auto | del (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, location, and size. | |
| static auto | del (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, location, size, and name. | |
| static auto | del (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, and check_state. | |
| static auto | del (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, check_state, and location. | |
| static auto | del (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, check_state, location, and size. | |
| static auto | del (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | del (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, three_state, and check_state. | |
| static auto | del (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | del (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | del (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent del toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | descending () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button. | |
| static auto | descending (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified location. | |
| static auto | descending (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified location, and size. | |
| static auto | descending (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified location, size, and name. | |
| static auto | descending (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified and check_state. | |
| static auto | descending (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified check_state, and location. | |
| static auto | descending (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified check_state, location, and size. | |
| static auto | descending (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified check_state, location, size, and name. | |
| static auto | descending (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified three_state, and check_state. | |
| static auto | descending (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified three_state, check_state, and location. | |
| static auto | descending (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified three_state, check_state, location, and size. | |
| static auto | descending (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | descending (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent. | |
| static auto | descending (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, and location. | |
| static auto | descending (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, location, and size. | |
| static auto | descending (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, location, size, and name. | |
| static auto | descending (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, and check_state. | |
| static auto | descending (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, check_state, and location. | |
| static auto | descending (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, check_state, location, and size. | |
| static auto | descending (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | descending (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, three_state, and check_state. | |
| static auto | descending (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | descending (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | descending (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent descending toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | down () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button. | |
| static auto | down (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified location. | |
| static auto | down (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified location, and size. | |
| static auto | down (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified location, size, and name. | |
| static auto | down (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified and check_state. | |
| static auto | down (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified check_state, and location. | |
| static auto | down (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified check_state, location, and size. | |
| static auto | down (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified check_state, location, size, and name. | |
| static auto | down (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified three_state, and check_state. | |
| static auto | down (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified three_state, check_state, and location. | |
| static auto | down (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified three_state, check_state, location, and size. | |
| static auto | down (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | down (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent. | |
| static auto | down (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, and location. | |
| static auto | down (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, location, and size. | |
| static auto | down (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, location, size, and name. | |
| static auto | down (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, and check_state. | |
| static auto | down (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, check_state, and location. | |
| static auto | down (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, check_state, location, and size. | |
| static auto | down (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | down (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, three_state, and check_state. | |
| static auto | down (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | down (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | down (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent down toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | edit () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button. | |
| static auto | edit (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified location. | |
| static auto | edit (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified location, and size. | |
| static auto | edit (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified location, size, and name. | |
| static auto | edit (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified and check_state. | |
| static auto | edit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified check_state, and location. | |
| static auto | edit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified check_state, location, and size. | |
| static auto | edit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified check_state, location, size, and name. | |
| static auto | edit (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified three_state, and check_state. | |
| static auto | edit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified three_state, check_state, and location. | |
| static auto | edit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified three_state, check_state, location, and size. | |
| static auto | edit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | edit (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent. | |
| static auto | edit (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, and location. | |
| static auto | edit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, location, and size. | |
| static auto | edit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, location, size, and name. | |
| static auto | edit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, and check_state. | |
| static auto | edit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, check_state, and location. | |
| static auto | edit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, check_state, location, and size. | |
| static auto | edit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | edit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, three_state, and check_state. | |
| static auto | edit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | edit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | edit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent edit toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | execute () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button. | |
| static auto | execute (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified location. | |
| static auto | execute (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified location, and size. | |
| static auto | execute (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified location, size, and name. | |
| static auto | execute (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified and check_state. | |
| static auto | execute (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified check_state, and location. | |
| static auto | execute (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified check_state, location, and size. | |
| static auto | execute (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified check_state, location, size, and name. | |
| static auto | execute (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified three_state, and check_state. | |
| static auto | execute (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified three_state, check_state, and location. | |
| static auto | execute (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified three_state, check_state, location, and size. | |
| static auto | execute (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | execute (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent. | |
| static auto | execute (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, and location. | |
| static auto | execute (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, location, and size. | |
| static auto | execute (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, location, size, and name. | |
| static auto | execute (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, and check_state. | |
| static auto | execute (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, check_state, and location. | |
| static auto | execute (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, check_state, location, and size. | |
| static auto | execute (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | execute (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, three_state, and check_state. | |
| static auto | execute (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | execute (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | execute (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent execute toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | exit () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button. | |
| static auto | exit (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified location. | |
| static auto | exit (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified location, and size. | |
| static auto | exit (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified location, size, and name. | |
| static auto | exit (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified and check_state. | |
| static auto | exit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified check_state, and location. | |
| static auto | exit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified check_state, location, and size. | |
| static auto | exit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified check_state, location, size, and name. | |
| static auto | exit (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified three_state, and check_state. | |
| static auto | exit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified three_state, check_state, and location. | |
| static auto | exit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified three_state, check_state, location, and size. | |
| static auto | exit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | exit (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent. | |
| static auto | exit (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, and location. | |
| static auto | exit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, location, and size. | |
| static auto | exit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, location, size, and name. | |
| static auto | exit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, and check_state. | |
| static auto | exit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, check_state, and location. | |
| static auto | exit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, check_state, location, and size. | |
| static auto | exit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | exit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, three_state, and check_state. | |
| static auto | exit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | exit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | exit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent exit toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | file () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button. | |
| static auto | file (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified location. | |
| static auto | file (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified location, and size. | |
| static auto | file (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified location, size, and name. | |
| static auto | file (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified and check_state. | |
| static auto | file (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified check_state, and location. | |
| static auto | file (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified check_state, location, and size. | |
| static auto | file (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified check_state, location, size, and name. | |
| static auto | file (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified three_state, and check_state. | |
| static auto | file (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified three_state, check_state, and location. | |
| static auto | file (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified three_state, check_state, location, and size. | |
| static auto | file (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | file (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent. | |
| static auto | file (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, and location. | |
| static auto | file (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, location, and size. | |
| static auto | file (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, location, size, and name. | |
| static auto | file (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, and check_state. | |
| static auto | file (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, check_state, and location. | |
| static auto | file (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, check_state, location, and size. | |
| static auto | file (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | file (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, and check_state. | |
| static auto | file (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | file (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | file (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | find () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button. | |
| static auto | find (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified location. | |
| static auto | find (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified location, and size. | |
| static auto | find (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified location, size, and name. | |
| static auto | find (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified and check_state. | |
| static auto | find (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified check_state, and location. | |
| static auto | find (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified check_state, location, and size. | |
| static auto | find (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified check_state, location, size, and name. | |
| static auto | find (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified three_state, and check_state. | |
| static auto | find (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified three_state, check_state, and location. | |
| static auto | find (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified three_state, check_state, location, and size. | |
| static auto | find (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | find (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent. | |
| static auto | find (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, and location. | |
| static auto | find (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, location, and size. | |
| static auto | find (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, location, size, and name. | |
| static auto | find (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, and check_state. | |
| static auto | find (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, check_state, and location. | |
| static auto | find (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, check_state, location, and size. | |
| static auto | find (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | find (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, three_state, and check_state. | |
| static auto | find (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | find (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | find (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent find toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | first () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button. | |
| static auto | first (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified location. | |
| static auto | first (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified location, and size. | |
| static auto | first (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified location, size, and name. | |
| static auto | first (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified and check_state. | |
| static auto | first (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified check_state, and location. | |
| static auto | first (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified check_state, location, and size. | |
| static auto | first (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified check_state, location, size, and name. | |
| static auto | first (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified three_state, and check_state. | |
| static auto | first (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified three_state, check_state, and location. | |
| static auto | first (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified three_state, check_state, location, and size. | |
| static auto | first (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | first (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent. | |
| static auto | first (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, and location. | |
| static auto | first (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, location, and size. | |
| static auto | first (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, location, size, and name. | |
| static auto | first (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, and check_state. | |
| static auto | first (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, check_state, and location. | |
| static auto | first (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, check_state, location, and size. | |
| static auto | first (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | first (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, three_state, and check_state. | |
| static auto | first (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | first (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | first (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent first toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | floppy () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button. | |
| static auto | floppy (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified location. | |
| static auto | floppy (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified location, and size. | |
| static auto | floppy (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified location, size, and name. | |
| static auto | floppy (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified and check_state. | |
| static auto | floppy (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified check_state, and location. | |
| static auto | floppy (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified check_state, location, and size. | |
| static auto | floppy (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified check_state, location, size, and name. | |
| static auto | floppy (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified three_state, and check_state. | |
| static auto | floppy (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified three_state, check_state, and location. | |
| static auto | floppy (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified three_state, check_state, location, and size. | |
| static auto | floppy (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | floppy (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent. | |
| static auto | floppy (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, and location. | |
| static auto | floppy (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, location, and size. | |
| static auto | floppy (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, location, size, and name. | |
| static auto | floppy (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, and check_state. | |
| static auto | floppy (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, check_state, and location. | |
| static auto | floppy (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, check_state, location, and size. | |
| static auto | floppy (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | floppy (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, three_state, and check_state. | |
| static auto | floppy (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | floppy (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | floppy (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent floppy toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | font () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button. | |
| static auto | font (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified location. | |
| static auto | font (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified location, and size. | |
| static auto | font (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified location, size, and name. | |
| static auto | font (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified and check_state. | |
| static auto | font (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified check_state, and location. | |
| static auto | font (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified check_state, location, and size. | |
| static auto | font (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified check_state, location, size, and name. | |
| static auto | font (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified three_state, and check_state. | |
| static auto | font (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified three_state, check_state, and location. | |
| static auto | font (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified three_state, check_state, location, and size. | |
| static auto | font (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | font (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent. | |
| static auto | font (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, and location. | |
| static auto | font (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, location, and size. | |
| static auto | font (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, location, size, and name. | |
| static auto | font (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, and check_state. | |
| static auto | font (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, check_state, and location. | |
| static auto | font (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, check_state, location, and size. | |
| static auto | font (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | font (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, three_state, and check_state. | |
| static auto | font (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | font (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | font (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent font toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | forward () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button. | |
| static auto | forward (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified location. | |
| static auto | forward (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified location, and size. | |
| static auto | forward (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified location, size, and name. | |
| static auto | forward (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified and check_state. | |
| static auto | forward (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified check_state, and location. | |
| static auto | forward (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified check_state, location, and size. | |
| static auto | forward (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified check_state, location, size, and name. | |
| static auto | forward (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified three_state, and check_state. | |
| static auto | forward (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified three_state, check_state, and location. | |
| static auto | forward (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified three_state, check_state, location, and size. | |
| static auto | forward (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | forward (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent. | |
| static auto | forward (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, and location. | |
| static auto | forward (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, location, and size. | |
| static auto | forward (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, location, size, and name. | |
| static auto | forward (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, and check_state. | |
| static auto | forward (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, check_state, and location. | |
| static auto | forward (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, check_state, location, and size. | |
| static auto | forward (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | forward (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, three_state, and check_state. | |
| static auto | forward (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | forward (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | forward (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent forward toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | harddisk () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button. | |
| static auto | harddisk (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified location. | |
| static auto | harddisk (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified location, and size. | |
| static auto | harddisk (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified location, size, and name. | |
| static auto | harddisk (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified and check_state. | |
| static auto | harddisk (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified check_state, and location. | |
| static auto | harddisk (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified check_state, location, and size. | |
| static auto | harddisk (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified check_state, location, size, and name. | |
| static auto | harddisk (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified three_state, and check_state. | |
| static auto | harddisk (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified three_state, check_state, and location. | |
| static auto | harddisk (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified three_state, check_state, location, and size. | |
| static auto | harddisk (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | harddisk (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent. | |
| static auto | harddisk (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, and location. | |
| static auto | harddisk (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, location, and size. | |
| static auto | harddisk (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, location, size, and name. | |
| static auto | harddisk (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, and check_state. | |
| static auto | harddisk (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, check_state, and location. | |
| static auto | harddisk (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, check_state, location, and size. | |
| static auto | harddisk (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | harddisk (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, three_state, and check_state. | |
| static auto | harddisk (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | harddisk (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | harddisk (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | help () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button. | |
| static auto | help (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified location. | |
| static auto | help (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified location, and size. | |
| static auto | help (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified location, size, and name. | |
| static auto | help (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified and check_state. | |
| static auto | help (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified check_state, and location. | |
| static auto | help (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified check_state, location, and size. | |
| static auto | help (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified check_state, location, size, and name. | |
| static auto | help (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified three_state, and check_state. | |
| static auto | help (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified three_state, check_state, and location. | |
| static auto | help (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified three_state, check_state, location, and size. | |
| static auto | help (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | help (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent. | |
| static auto | help (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, and location. | |
| static auto | help (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, location, and size. | |
| static auto | help (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, location, size, and name. | |
| static auto | help (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, and check_state. | |
| static auto | help (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, check_state, and location. | |
| static auto | help (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, check_state, location, and size. | |
| static auto | help (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | help (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, three_state, and check_state. | |
| static auto | help (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | help (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | help (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent help toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | home () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button. | |
| static auto | home (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified location. | |
| static auto | home (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified location, and size. | |
| static auto | home (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified location, size, and name. | |
| static auto | home (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified and check_state. | |
| static auto | home (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified check_state, and location. | |
| static auto | home (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified check_state, location, and size. | |
| static auto | home (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified check_state, location, size, and name. | |
| static auto | home (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified three_state, and check_state. | |
| static auto | home (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified three_state, check_state, and location. | |
| static auto | home (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified three_state, check_state, location, and size. | |
| static auto | home (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | home (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent. | |
| static auto | home (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, and location. | |
| static auto | home (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, location, and size. | |
| static auto | home (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, location, size, and name. | |
| static auto | home (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, and check_state. | |
| static auto | home (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, check_state, and location. | |
| static auto | home (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, check_state, location, and size. | |
| static auto | home (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | home (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, three_state, and check_state. | |
| static auto | home (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | home (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | home (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent home toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | ignore () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button. | |
| static auto | ignore (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified location. | |
| static auto | ignore (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified location, and size. | |
| static auto | ignore (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified location, size, and name. | |
| static auto | ignore (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified and check_state. | |
| static auto | ignore (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified check_state, and location. | |
| static auto | ignore (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified check_state, location, and size. | |
| static auto | ignore (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified check_state, location, size, and name. | |
| static auto | ignore (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified three_state, and check_state. | |
| static auto | ignore (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified three_state, check_state, and location. | |
| static auto | ignore (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified three_state, check_state, location, and size. | |
| static auto | ignore (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | ignore (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent. | |
| static auto | ignore (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, and location. | |
| static auto | ignore (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, location, and size. | |
| static auto | ignore (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, location, size, and name. | |
| static auto | ignore (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, and check_state. | |
| static auto | ignore (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, check_state, and location. | |
| static auto | ignore (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, check_state, location, and size. | |
| static auto | ignore (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | ignore (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, three_state, and check_state. | |
| static auto | ignore (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | ignore (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | ignore (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ignore toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | indent () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button. | |
| static auto | indent (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified location. | |
| static auto | indent (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified location, and size. | |
| static auto | indent (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified location, size, and name. | |
| static auto | indent (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified and check_state. | |
| static auto | indent (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified check_state, and location. | |
| static auto | indent (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified check_state, location, and size. | |
| static auto | indent (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified check_state, location, size, and name. | |
| static auto | indent (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified three_state, and check_state. | |
| static auto | indent (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified three_state, check_state, and location. | |
| static auto | indent (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified three_state, check_state, location, and size. | |
| static auto | indent (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | indent (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent. | |
| static auto | indent (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, and location. | |
| static auto | indent (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, location, and size. | |
| static auto | indent (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, location, size, and name. | |
| static auto | indent (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, and check_state. | |
| static auto | indent (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, check_state, and location. | |
| static auto | indent (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, check_state, location, and size. | |
| static auto | indent (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | indent (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, three_state, and check_state. | |
| static auto | indent (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | indent (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | indent (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent indent toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | index () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button. | |
| static auto | index (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified location. | |
| static auto | index (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified location, and size. | |
| static auto | index (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified location, size, and name. | |
| static auto | index (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified and check_state. | |
| static auto | index (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified check_state, and location. | |
| static auto | index (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified check_state, location, and size. | |
| static auto | index (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified check_state, location, size, and name. | |
| static auto | index (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified three_state, and check_state. | |
| static auto | index (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified three_state, check_state, and location. | |
| static auto | index (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified three_state, check_state, location, and size. | |
| static auto | index (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | index (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent. | |
| static auto | index (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, and location. | |
| static auto | index (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, location, and size. | |
| static auto | index (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, location, size, and name. | |
| static auto | index (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, and check_state. | |
| static auto | index (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, check_state, and location. | |
| static auto | index (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, check_state, location, and size. | |
| static auto | index (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | index (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, three_state, and check_state. | |
| static auto | index (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | index (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | index (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent index toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | info () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button. | |
| static auto | info (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified location. | |
| static auto | info (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified location, and size. | |
| static auto | info (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified location, size, and name. | |
| static auto | info (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified and check_state. | |
| static auto | info (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified check_state, and location. | |
| static auto | info (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified check_state, location, and size. | |
| static auto | info (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified check_state, location, size, and name. | |
| static auto | info (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified three_state, and check_state. | |
| static auto | info (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified three_state, check_state, and location. | |
| static auto | info (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified three_state, check_state, location, and size. | |
| static auto | info (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | info (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent. | |
| static auto | info (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, and location. | |
| static auto | info (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, location, and size. | |
| static auto | info (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, location, size, and name. | |
| static auto | info (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, and check_state. | |
| static auto | info (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, check_state, and location. | |
| static auto | info (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, check_state, location, and size. | |
| static auto | info (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | info (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, three_state, and check_state. | |
| static auto | info (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | info (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | info (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent info toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | italic () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button. | |
| static auto | italic (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified location. | |
| static auto | italic (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified location, and size. | |
| static auto | italic (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified location, size, and name. | |
| static auto | italic (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified and check_state. | |
| static auto | italic (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified check_state, and location. | |
| static auto | italic (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified check_state, location, and size. | |
| static auto | italic (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified check_state, location, size, and name. | |
| static auto | italic (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified three_state, and check_state. | |
| static auto | italic (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified three_state, check_state, and location. | |
| static auto | italic (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified three_state, check_state, location, and size. | |
| static auto | italic (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | italic (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent. | |
| static auto | italic (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, and location. | |
| static auto | italic (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, location, and size. | |
| static auto | italic (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, location, size, and name. | |
| static auto | italic (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, and check_state. | |
| static auto | italic (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, check_state, and location. | |
| static auto | italic (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, check_state, location, and size. | |
| static auto | italic (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | italic (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, three_state, and check_state. | |
| static auto | italic (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | italic (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | italic (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent italic toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | justified () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button. | |
| static auto | justified (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified location. | |
| static auto | justified (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified location, and size. | |
| static auto | justified (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified location, size, and name. | |
| static auto | justified (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified and check_state. | |
| static auto | justified (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified check_state, and location. | |
| static auto | justified (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified check_state, location, and size. | |
| static auto | justified (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified check_state, location, size, and name. | |
| static auto | justified (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified three_state, and check_state. | |
| static auto | justified (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified three_state, check_state, and location. | |
| static auto | justified (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified three_state, check_state, location, and size. | |
| static auto | justified (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | justified (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent. | |
| static auto | justified (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, and location. | |
| static auto | justified (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, location, and size. | |
| static auto | justified (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, location, size, and name. | |
| static auto | justified (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, and check_state. | |
| static auto | justified (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, check_state, and location. | |
| static auto | justified (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, check_state, location, and size. | |
| static auto | justified (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | justified (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, three_state, and check_state. | |
| static auto | justified (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | justified (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | justified (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent justified toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | jump_to () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button. | |
| static auto | jump_to (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified location. | |
| static auto | jump_to (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified location, and size. | |
| static auto | jump_to (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified location, size, and name. | |
| static auto | jump_to (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified and check_state. | |
| static auto | jump_to (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state, and location. | |
| static auto | jump_to (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state, location, and size. | |
| static auto | jump_to (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state, location, size, and name. | |
| static auto | jump_to (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state, and check_state. | |
| static auto | jump_to (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state, check_state, and location. | |
| static auto | jump_to (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state, check_state, location, and size. | |
| static auto | jump_to (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | jump_to (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent. | |
| static auto | jump_to (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, and location. | |
| static auto | jump_to (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, location, and size. | |
| static auto | jump_to (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, location, size, and name. | |
| static auto | jump_to (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, and check_state. | |
| static auto | jump_to (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, check_state, and location. | |
| static auto | jump_to (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, check_state, location, and size. | |
| static auto | jump_to (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | jump_to (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, three_state, and check_state. | |
| static auto | jump_to (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | jump_to (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | jump_to (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | last () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button. | |
| static auto | last (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified location. | |
| static auto | last (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified location, and size. | |
| static auto | last (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified location, size, and name. | |
| static auto | last (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified and check_state. | |
| static auto | last (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified check_state, and location. | |
| static auto | last (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified check_state, location, and size. | |
| static auto | last (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified check_state, location, size, and name. | |
| static auto | last (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified three_state, and check_state. | |
| static auto | last (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified three_state, check_state, and location. | |
| static auto | last (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified three_state, check_state, location, and size. | |
| static auto | last (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | last (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent. | |
| static auto | last (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, and location. | |
| static auto | last (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, location, and size. | |
| static auto | last (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, location, size, and name. | |
| static auto | last (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, and check_state. | |
| static auto | last (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, check_state, and location. | |
| static auto | last (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, check_state, location, and size. | |
| static auto | last (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | last (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, three_state, and check_state. | |
| static auto | last (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | last (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | last (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent last toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | network () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button. | |
| static auto | network (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified location. | |
| static auto | network (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified location, and size. | |
| static auto | network (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified location, size, and name. | |
| static auto | network (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified and check_state. | |
| static auto | network (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified check_state, and location. | |
| static auto | network (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified check_state, location, and size. | |
| static auto | network (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified check_state, location, size, and name. | |
| static auto | network (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified three_state, and check_state. | |
| static auto | network (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified three_state, check_state, and location. | |
| static auto | network (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified three_state, check_state, location, and size. | |
| static auto | network (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | network (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent. | |
| static auto | network (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, and location. | |
| static auto | network (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, location, and size. | |
| static auto | network (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, location, size, and name. | |
| static auto | network (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, and check_state. | |
| static auto | network (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, check_state, and location. | |
| static auto | network (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, check_state, location, and size. | |
| static auto | network (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | network (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, three_state, and check_state. | |
| static auto | network (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | network (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | network (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent network toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | new_ () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button. | |
| static auto | new_ (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified location. | |
| static auto | new_ (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified location, and size. | |
| static auto | new_ (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified location, size, and name. | |
| static auto | new_ (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified and check_state. | |
| static auto | new_ (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified check_state, and location. | |
| static auto | new_ (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified check_state, location, and size. | |
| static auto | new_ (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified check_state, location, size, and name. | |
| static auto | new_ (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified three_state, and check_state. | |
| static auto | new_ (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified three_state, check_state, and location. | |
| static auto | new_ (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified three_state, check_state, location, and size. | |
| static auto | new_ (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | new_ (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent. | |
| static auto | new_ (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, and location. | |
| static auto | new_ (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, location, and size. | |
| static auto | new_ (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, location, size, and name. | |
| static auto | new_ (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, and check_state. | |
| static auto | new_ (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, check_state, and location. | |
| static auto | new_ (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, check_state, location, and size. | |
| static auto | new_ (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | new_ (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, three_state, and check_state. | |
| static auto | new_ (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | new_ (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | new_ (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent new_ toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | next () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button. | |
| static auto | next (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified location. | |
| static auto | next (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified location, and size. | |
| static auto | next (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified location, size, and name. | |
| static auto | next (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified and check_state. | |
| static auto | next (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified check_state, and location. | |
| static auto | next (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified check_state, location, and size. | |
| static auto | next (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified check_state, location, size, and name. | |
| static auto | next (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified three_state, and check_state. | |
| static auto | next (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified three_state, check_state, and location. | |
| static auto | next (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified three_state, check_state, location, and size. | |
| static auto | next (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | next (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent. | |
| static auto | next (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, and location. | |
| static auto | next (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, location, and size. | |
| static auto | next (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, location, size, and name. | |
| static auto | next (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, and check_state. | |
| static auto | next (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, check_state, and location. | |
| static auto | next (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, check_state, location, and size. | |
| static auto | next (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | next (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, three_state, and check_state. | |
| static auto | next (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | next (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | next (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent next toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | no () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button. | |
| static auto | no (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified location. | |
| static auto | no (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified location, and size. | |
| static auto | no (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified location, size, and name. | |
| static auto | no (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified and check_state. | |
| static auto | no (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified check_state, and location. | |
| static auto | no (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified check_state, location, and size. | |
| static auto | no (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified check_state, location, size, and name. | |
| static auto | no (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified three_state, and check_state. | |
| static auto | no (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified three_state, check_state, and location. | |
| static auto | no (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified three_state, check_state, location, and size. | |
| static auto | no (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | no (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent. | |
| static auto | no (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, and location. | |
| static auto | no (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, location, and size. | |
| static auto | no (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, location, size, and name. | |
| static auto | no (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, and check_state. | |
| static auto | no (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, check_state, and location. | |
| static auto | no (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, check_state, location, and size. | |
| static auto | no (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | no (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, three_state, and check_state. | |
| static auto | no (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | no (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | no (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent no toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | ok () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button. | |
| static auto | ok (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified location. | |
| static auto | ok (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified location, and size. | |
| static auto | ok (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified location, size, and name. | |
| static auto | ok (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified and check_state. | |
| static auto | ok (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified check_state, and location. | |
| static auto | ok (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified check_state, location, and size. | |
| static auto | ok (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified check_state, location, size, and name. | |
| static auto | ok (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified three_state, and check_state. | |
| static auto | ok (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified three_state, check_state, and location. | |
| static auto | ok (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified three_state, check_state, location, and size. | |
| static auto | ok (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | ok (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent. | |
| static auto | ok (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, and location. | |
| static auto | ok (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, location, and size. | |
| static auto | ok (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, location, size, and name. | |
| static auto | ok (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, and check_state. | |
| static auto | ok (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, check_state, and location. | |
| static auto | ok (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, check_state, location, and size. | |
| static auto | ok (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | ok (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, three_state, and check_state. | |
| static auto | ok (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | ok (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | ok (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent ok toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | open () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button. | |
| static auto | open (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified location. | |
| static auto | open (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified location, and size. | |
| static auto | open (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified location, size, and name. | |
| static auto | open (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified and check_state. | |
| static auto | open (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified check_state, and location. | |
| static auto | open (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified check_state, location, and size. | |
| static auto | open (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified check_state, location, size, and name. | |
| static auto | open (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified three_state, and check_state. | |
| static auto | open (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified three_state, check_state, and location. | |
| static auto | open (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified three_state, check_state, location, and size. | |
| static auto | open (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | open (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent. | |
| static auto | open (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, and location. | |
| static auto | open (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, location, and size. | |
| static auto | open (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, location, size, and name. | |
| static auto | open (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, and check_state. | |
| static auto | open (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, check_state, and location. | |
| static auto | open (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, check_state, location, and size. | |
| static auto | open (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | open (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, three_state, and check_state. | |
| static auto | open (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | open (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | open (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent open toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | options () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button. | |
| static auto | options (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified location. | |
| static auto | options (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified location, and size. | |
| static auto | options (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified location, size, and name. | |
| static auto | options (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified and check_state. | |
| static auto | options (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified check_state, and location. | |
| static auto | options (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified check_state, location, and size. | |
| static auto | options (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified check_state, location, size, and name. | |
| static auto | options (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified three_state, and check_state. | |
| static auto | options (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified three_state, check_state, and location. | |
| static auto | options (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified three_state, check_state, location, and size. | |
| static auto | options (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | options (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent. | |
| static auto | options (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, and location. | |
| static auto | options (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, location, and size. | |
| static auto | options (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, location, size, and name. | |
| static auto | options (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, and check_state. | |
| static auto | options (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, check_state, and location. | |
| static auto | options (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, check_state, location, and size. | |
| static auto | options (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | options (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, three_state, and check_state. | |
| static auto | options (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | options (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | options (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent options toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | paste () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button. | |
| static auto | paste (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified location. | |
| static auto | paste (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified location, and size. | |
| static auto | paste (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified location, size, and name. | |
| static auto | paste (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified and check_state. | |
| static auto | paste (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified check_state, and location. | |
| static auto | paste (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified check_state, location, and size. | |
| static auto | paste (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified check_state, location, size, and name. | |
| static auto | paste (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified three_state, and check_state. | |
| static auto | paste (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified three_state, check_state, and location. | |
| static auto | paste (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified three_state, check_state, location, and size. | |
| static auto | paste (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | paste (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent. | |
| static auto | paste (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, and location. | |
| static auto | paste (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, location, and size. | |
| static auto | paste (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, location, size, and name. | |
| static auto | paste (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, and check_state. | |
| static auto | paste (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, check_state, and location. | |
| static auto | paste (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, check_state, location, and size. | |
| static auto | paste (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | paste (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, three_state, and check_state. | |
| static auto | paste (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | paste (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | paste (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent paste toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | preferences () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button. | |
| static auto | preferences (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified location. | |
| static auto | preferences (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified location, and size. | |
| static auto | preferences (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified location, size, and name. | |
| static auto | preferences (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified and check_state. | |
| static auto | preferences (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified check_state, and location. | |
| static auto | preferences (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified check_state, location, and size. | |
| static auto | preferences (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified check_state, location, size, and name. | |
| static auto | preferences (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified three_state, and check_state. | |
| static auto | preferences (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified three_state, check_state, and location. | |
| static auto | preferences (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified three_state, check_state, location, and size. | |
| static auto | preferences (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | preferences (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent. | |
| static auto | preferences (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, and location. | |
| static auto | preferences (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, location, and size. | |
| static auto | preferences (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, location, size, and name. | |
| static auto | preferences (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, and check_state. | |
| static auto | preferences (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, check_state, and location. | |
| static auto | preferences (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, check_state, location, and size. | |
| static auto | preferences (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | preferences (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, three_state, and check_state. | |
| static auto | preferences (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | preferences (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | preferences (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent preferences toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | previous () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button. | |
| static auto | previous (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified location. | |
| static auto | previous (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified location, and size. | |
| static auto | previous (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified location, size, and name. | |
| static auto | previous (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified and check_state. | |
| static auto | previous (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified check_state, and location. | |
| static auto | previous (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified check_state, location, and size. | |
| static auto | previous (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified check_state, location, size, and name. | |
| static auto | previous (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified three_state, and check_state. | |
| static auto | previous (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified three_state, check_state, and location. | |
| static auto | previous (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified three_state, check_state, location, and size. | |
| static auto | previous (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | previous (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent. | |
| static auto | previous (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, and location. | |
| static auto | previous (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, location, and size. | |
| static auto | previous (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, location, size, and name. | |
| static auto | previous (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, and check_state. | |
| static auto | previous (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, check_state, and location. | |
| static auto | previous (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, check_state, location, and size. | |
| static auto | previous (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | previous (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, three_state, and check_state. | |
| static auto | previous (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | previous (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | previous (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent previous toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | print () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button. | |
| static auto | print (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified location. | |
| static auto | print (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified location, and size. | |
| static auto | print (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified location, size, and name. | |
| static auto | print (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified and check_state. | |
| static auto | print (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified check_state, and location. | |
| static auto | print (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified check_state, location, and size. | |
| static auto | print (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified check_state, location, size, and name. | |
| static auto | print (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified three_state, and check_state. | |
| static auto | print (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified three_state, check_state, and location. | |
| static auto | print (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified three_state, check_state, location, and size. | |
| static auto | print (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | print (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent. | |
| static auto | print (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, and location. | |
| static auto | print (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, location, and size. | |
| static auto | print (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, location, size, and name. | |
| static auto | print (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, and check_state. | |
| static auto | print (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, check_state, and location. | |
| static auto | print (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, check_state, location, and size. | |
| static auto | print (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | print (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, three_state, and check_state. | |
| static auto | print (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | print (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | print (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | print_preview () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button. | |
| static auto | print_preview (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified location. | |
| static auto | print_preview (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified location, and size. | |
| static auto | print_preview (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified location, size, and name. | |
| static auto | print_preview (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified and check_state. | |
| static auto | print_preview (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified check_state, and location. | |
| static auto | print_preview (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified check_state, location, and size. | |
| static auto | print_preview (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified check_state, location, size, and name. | |
| static auto | print_preview (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified three_state, and check_state. | |
| static auto | print_preview (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified three_state, check_state, and location. | |
| static auto | print_preview (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified three_state, check_state, location, and size. | |
| static auto | print_preview (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | print_preview (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent. | |
| static auto | print_preview (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, and location. | |
| static auto | print_preview (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, location, and size. | |
| static auto | print_preview (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, location, size, and name. | |
| static auto | print_preview (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, and check_state. | |
| static auto | print_preview (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, check_state, and location. | |
| static auto | print_preview (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, check_state, location, and size. | |
| static auto | print_preview (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | print_preview (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, three_state, and check_state. | |
| static auto | print_preview (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | print_preview (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | print_preview (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | properties () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button. | |
| static auto | properties (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified location. | |
| static auto | properties (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified location, and size. | |
| static auto | properties (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified location, size, and name. | |
| static auto | properties (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified and check_state. | |
| static auto | properties (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified check_state, and location. | |
| static auto | properties (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified check_state, location, and size. | |
| static auto | properties (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified check_state, location, size, and name. | |
| static auto | properties (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified three_state, and check_state. | |
| static auto | properties (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified three_state, check_state, and location. | |
| static auto | properties (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified three_state, check_state, location, and size. | |
| static auto | properties (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | properties (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent. | |
| static auto | properties (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, and location. | |
| static auto | properties (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, location, and size. | |
| static auto | properties (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, location, size, and name. | |
| static auto | properties (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, and check_state. | |
| static auto | properties (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, check_state, and location. | |
| static auto | properties (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, check_state, location, and size. | |
| static auto | properties (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | properties (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, three_state, and check_state. | |
| static auto | properties (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | properties (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | properties (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent properties toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | quit () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button. | |
| static auto | quit (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified location. | |
| static auto | quit (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified location, and size. | |
| static auto | quit (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified location, size, and name. | |
| static auto | quit (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified and check_state. | |
| static auto | quit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified check_state, and location. | |
| static auto | quit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified check_state, location, and size. | |
| static auto | quit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified check_state, location, size, and name. | |
| static auto | quit (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified three_state, and check_state. | |
| static auto | quit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified three_state, check_state, and location. | |
| static auto | quit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified three_state, check_state, location, and size. | |
| static auto | quit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | quit (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent. | |
| static auto | quit (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, and location. | |
| static auto | quit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, location, and size. | |
| static auto | quit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, location, size, and name. | |
| static auto | quit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, and check_state. | |
| static auto | quit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, check_state, and location. | |
| static auto | quit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, check_state, location, and size. | |
| static auto | quit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | quit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, three_state, and check_state. | |
| static auto | quit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | quit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | quit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent quit toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | redo () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button. | |
| static auto | redo (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified location. | |
| static auto | redo (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified location, and size. | |
| static auto | redo (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified location, size, and name. | |
| static auto | redo (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified and check_state. | |
| static auto | redo (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified check_state, and location. | |
| static auto | redo (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified check_state, location, and size. | |
| static auto | redo (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified check_state, location, size, and name. | |
| static auto | redo (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified three_state, and check_state. | |
| static auto | redo (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified three_state, check_state, and location. | |
| static auto | redo (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified three_state, check_state, location, and size. | |
| static auto | redo (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | redo (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent. | |
| static auto | redo (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, and location. | |
| static auto | redo (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, location, and size. | |
| static auto | redo (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, location, size, and name. | |
| static auto | redo (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, and check_state. | |
| static auto | redo (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, check_state, and location. | |
| static auto | redo (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, check_state, location, and size. | |
| static auto | redo (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | redo (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, three_state, and check_state. | |
| static auto | redo (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | redo (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | redo (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent redo toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | refresh () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button. | |
| static auto | refresh (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified location. | |
| static auto | refresh (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified location, and size. | |
| static auto | refresh (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified location, size, and name. | |
| static auto | refresh (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified and check_state. | |
| static auto | refresh (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified check_state, and location. | |
| static auto | refresh (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified check_state, location, and size. | |
| static auto | refresh (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified check_state, location, size, and name. | |
| static auto | refresh (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified three_state, and check_state. | |
| static auto | refresh (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified three_state, check_state, and location. | |
| static auto | refresh (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified three_state, check_state, location, and size. | |
| static auto | refresh (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | refresh (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent. | |
| static auto | refresh (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, and location. | |
| static auto | refresh (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, location, and size. | |
| static auto | refresh (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, location, size, and name. | |
| static auto | refresh (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, and check_state. | |
| static auto | refresh (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, check_state, and location. | |
| static auto | refresh (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, check_state, location, and size. | |
| static auto | refresh (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | refresh (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, three_state, and check_state. | |
| static auto | refresh (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | refresh (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | refresh (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent refresh toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | remove () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button. | |
| static auto | remove (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified location. | |
| static auto | remove (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified location, and size. | |
| static auto | remove (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified location, size, and name. | |
| static auto | remove (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified and check_state. | |
| static auto | remove (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified check_state, and location. | |
| static auto | remove (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified check_state, location, and size. | |
| static auto | remove (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified check_state, location, size, and name. | |
| static auto | remove (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified three_state, and check_state. | |
| static auto | remove (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified three_state, check_state, and location. | |
| static auto | remove (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified three_state, check_state, location, and size. | |
| static auto | remove (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | remove (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent. | |
| static auto | remove (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, and location. | |
| static auto | remove (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, location, and size. | |
| static auto | remove (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, location, size, and name. | |
| static auto | remove (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, and check_state. | |
| static auto | remove (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, check_state, and location. | |
| static auto | remove (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, check_state, location, and size. | |
| static auto | remove (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | remove (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, three_state, and check_state. | |
| static auto | remove (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | remove (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | remove (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent remove toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | replace () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button. | |
| static auto | replace (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified location. | |
| static auto | replace (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified location, and size. | |
| static auto | replace (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified location, size, and name. | |
| static auto | replace (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified and check_state. | |
| static auto | replace (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified check_state, and location. | |
| static auto | replace (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified check_state, location, and size. | |
| static auto | replace (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified check_state, location, size, and name. | |
| static auto | replace (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified three_state, and check_state. | |
| static auto | replace (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified three_state, check_state, and location. | |
| static auto | replace (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified three_state, check_state, location, and size. | |
| static auto | replace (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | replace (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent. | |
| static auto | replace (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, and location. | |
| static auto | replace (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, location, and size. | |
| static auto | replace (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, location, size, and name. | |
| static auto | replace (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, and check_state. | |
| static auto | replace (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, check_state, and location. | |
| static auto | replace (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, check_state, location, and size. | |
| static auto | replace (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | replace (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, three_state, and check_state. | |
| static auto | replace (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | replace (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | replace (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent replace toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | retry () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button. | |
| static auto | retry (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified location. | |
| static auto | retry (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified location, and size. | |
| static auto | retry (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified location, size, and name. | |
| static auto | retry (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified and check_state. | |
| static auto | retry (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified check_state, and location. | |
| static auto | retry (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified check_state, location, and size. | |
| static auto | retry (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified check_state, location, size, and name. | |
| static auto | retry (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified three_state, and check_state. | |
| static auto | retry (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified three_state, check_state, and location. | |
| static auto | retry (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified three_state, check_state, location, and size. | |
| static auto | retry (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | retry (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent. | |
| static auto | retry (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, and location. | |
| static auto | retry (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, location, and size. | |
| static auto | retry (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, location, size, and name. | |
| static auto | retry (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, and check_state. | |
| static auto | retry (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, check_state, and location. | |
| static auto | retry (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, check_state, location, and size. | |
| static auto | retry (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | retry (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, three_state, and check_state. | |
| static auto | retry (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | retry (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | retry (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent retry toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | revert_to_saved () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button. | |
| static auto | revert_to_saved (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified location. | |
| static auto | revert_to_saved (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified location, and size. | |
| static auto | revert_to_saved (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified location, size, and name. | |
| static auto | revert_to_saved (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified and check_state. | |
| static auto | revert_to_saved (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified check_state, and location. | |
| static auto | revert_to_saved (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified check_state, location, and size. | |
| static auto | revert_to_saved (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified check_state, location, size, and name. | |
| static auto | revert_to_saved (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified three_state, and check_state. | |
| static auto | revert_to_saved (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified three_state, check_state, and location. | |
| static auto | revert_to_saved (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified three_state, check_state, location, and size. | |
| static auto | revert_to_saved (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | revert_to_saved (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, and location. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, location, and size. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, location, size, and name. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, and check_state. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, check_state, and location. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, check_state, location, and size. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, three_state, and check_state. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | revert_to_saved (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | save () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button. | |
| static auto | save (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified location. | |
| static auto | save (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified location, and size. | |
| static auto | save (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified location, size, and name. | |
| static auto | save (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified and check_state. | |
| static auto | save (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified check_state, and location. | |
| static auto | save (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified check_state, location, and size. | |
| static auto | save (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified check_state, location, size, and name. | |
| static auto | save (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified three_state, and check_state. | |
| static auto | save (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified three_state, check_state, and location. | |
| static auto | save (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified three_state, check_state, location, and size. | |
| static auto | save (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | save (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent. | |
| static auto | save (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, and location. | |
| static auto | save (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, location, and size. | |
| static auto | save (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, location, size, and name. | |
| static auto | save (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, and check_state. | |
| static auto | save (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, check_state, and location. | |
| static auto | save (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, check_state, location, and size. | |
| static auto | save (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | save (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, three_state, and check_state. | |
| static auto | save (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | save (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | save (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | save_as () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button. | |
| static auto | save_as (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified location. | |
| static auto | save_as (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified location, and size. | |
| static auto | save_as (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified location, size, and name. | |
| static auto | save_as (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified and check_state. | |
| static auto | save_as (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified check_state, and location. | |
| static auto | save_as (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified check_state, location, and size. | |
| static auto | save_as (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified check_state, location, size, and name. | |
| static auto | save_as (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified three_state, and check_state. | |
| static auto | save_as (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified three_state, check_state, and location. | |
| static auto | save_as (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified three_state, check_state, location, and size. | |
| static auto | save_as (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | save_as (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent. | |
| static auto | save_as (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, and location. | |
| static auto | save_as (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, location, and size. | |
| static auto | save_as (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, location, size, and name. | |
| static auto | save_as (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, and check_state. | |
| static auto | save_as (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, check_state, and location. | |
| static auto | save_as (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, check_state, location, and size. | |
| static auto | save_as (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | save_as (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, three_state, and check_state. | |
| static auto | save_as (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | save_as (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | save_as (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent save_as toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | search () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button. | |
| static auto | search (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified location. | |
| static auto | search (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified location, and size. | |
| static auto | search (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified location, size, and name. | |
| static auto | search (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified and check_state. | |
| static auto | search (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified check_state, and location. | |
| static auto | search (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified check_state, location, and size. | |
| static auto | search (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified check_state, location, size, and name. | |
| static auto | search (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified three_state, and check_state. | |
| static auto | search (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified three_state, check_state, and location. | |
| static auto | search (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified three_state, check_state, location, and size. | |
| static auto | search (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | search (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent. | |
| static auto | search (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, and location. | |
| static auto | search (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, location, and size. | |
| static auto | search (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, location, size, and name. | |
| static auto | search (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, and check_state. | |
| static auto | search (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, check_state, and location. | |
| static auto | search (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, check_state, location, and size. | |
| static auto | search (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | search (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, three_state, and check_state. | |
| static auto | search (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | search (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | search (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent search toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | select_all () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button. | |
| static auto | select_all (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified location. | |
| static auto | select_all (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified location, and size. | |
| static auto | select_all (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified location, size, and name. | |
| static auto | select_all (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified and check_state. | |
| static auto | select_all (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified check_state, and location. | |
| static auto | select_all (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified check_state, location, and size. | |
| static auto | select_all (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified check_state, location, size, and name. | |
| static auto | select_all (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified three_state, and check_state. | |
| static auto | select_all (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified three_state, check_state, and location. | |
| static auto | select_all (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified three_state, check_state, location, and size. | |
| static auto | select_all (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | select_all (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent. | |
| static auto | select_all (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, and location. | |
| static auto | select_all (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, location, and size. | |
| static auto | select_all (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, location, size, and name. | |
| static auto | select_all (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, and check_state. | |
| static auto | select_all (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, check_state, and location. | |
| static auto | select_all (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, check_state, location, and size. | |
| static auto | select_all (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | select_all (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, three_state, and check_state. | |
| static auto | select_all (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | select_all (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | select_all (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent select_all toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | settings () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button. | |
| static auto | settings (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified location. | |
| static auto | settings (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified location, and size. | |
| static auto | settings (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified location, size, and name. | |
| static auto | settings (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified and check_state. | |
| static auto | settings (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified check_state, and location. | |
| static auto | settings (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified check_state, location, and size. | |
| static auto | settings (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified check_state, location, size, and name. | |
| static auto | settings (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified three_state, and check_state. | |
| static auto | settings (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified three_state, check_state, and location. | |
| static auto | settings (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified three_state, check_state, location, and size. | |
| static auto | settings (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | settings (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent. | |
| static auto | settings (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, and location. | |
| static auto | settings (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, location, and size. | |
| static auto | settings (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, location, size, and name. | |
| static auto | settings (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, and check_state. | |
| static auto | settings (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, check_state, and location. | |
| static auto | settings (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, check_state, location, and size. | |
| static auto | settings (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | settings (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, three_state, and check_state. | |
| static auto | settings (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | settings (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | settings (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent settings toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | spell_check () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button. | |
| static auto | spell_check (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified location. | |
| static auto | spell_check (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified location, and size. | |
| static auto | spell_check (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified location, size, and name. | |
| static auto | spell_check (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified and check_state. | |
| static auto | spell_check (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified check_state, and location. | |
| static auto | spell_check (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified check_state, location, and size. | |
| static auto | spell_check (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified check_state, location, size, and name. | |
| static auto | spell_check (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified three_state, and check_state. | |
| static auto | spell_check (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified three_state, check_state, and location. | |
| static auto | spell_check (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified three_state, check_state, location, and size. | |
| static auto | spell_check (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | spell_check (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent. | |
| static auto | spell_check (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, and location. | |
| static auto | spell_check (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, location, and size. | |
| static auto | spell_check (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, location, size, and name. | |
| static auto | spell_check (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, and check_state. | |
| static auto | spell_check (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, check_state, and location. | |
| static auto | spell_check (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, check_state, location, and size. | |
| static auto | spell_check (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | spell_check (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, three_state, and check_state. | |
| static auto | spell_check (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | spell_check (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | spell_check (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | stop () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button. | |
| static auto | stop (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified location. | |
| static auto | stop (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified location, and size. | |
| static auto | stop (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified location, size, and name. | |
| static auto | stop (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified and check_state. | |
| static auto | stop (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified check_state, and location. | |
| static auto | stop (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified check_state, location, and size. | |
| static auto | stop (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified check_state, location, size, and name. | |
| static auto | stop (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified three_state, and check_state. | |
| static auto | stop (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified three_state, check_state, and location. | |
| static auto | stop (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified three_state, check_state, location, and size. | |
| static auto | stop (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | stop (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent. | |
| static auto | stop (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, and location. | |
| static auto | stop (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, location, and size. | |
| static auto | stop (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, location, size, and name. | |
| static auto | stop (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, and check_state. | |
| static auto | stop (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, check_state, and location. | |
| static auto | stop (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, check_state, location, and size. | |
| static auto | stop (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | stop (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, three_state, and check_state. | |
| static auto | stop (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | stop (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | stop (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent stop toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | strikeout () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button. | |
| static auto | strikeout (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified location. | |
| static auto | strikeout (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified location, and size. | |
| static auto | strikeout (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified location, size, and name. | |
| static auto | strikeout (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified and check_state. | |
| static auto | strikeout (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified check_state, and location. | |
| static auto | strikeout (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified check_state, location, and size. | |
| static auto | strikeout (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified check_state, location, size, and name. | |
| static auto | strikeout (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified three_state, and check_state. | |
| static auto | strikeout (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified three_state, check_state, and location. | |
| static auto | strikeout (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified three_state, check_state, location, and size. | |
| static auto | strikeout (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | strikeout (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent. | |
| static auto | strikeout (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, and location. | |
| static auto | strikeout (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, location, and size. | |
| static auto | strikeout (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, location, size, and name. | |
| static auto | strikeout (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, and check_state. | |
| static auto | strikeout (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, check_state, and location. | |
| static auto | strikeout (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, check_state, location, and size. | |
| static auto | strikeout (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | strikeout (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, three_state, and check_state. | |
| static auto | strikeout (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | strikeout (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | strikeout (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | tools () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button. | |
| static auto | tools (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified location. | |
| static auto | tools (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified location, and size. | |
| static auto | tools (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified location, size, and name. | |
| static auto | tools (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified and check_state. | |
| static auto | tools (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified check_state, and location. | |
| static auto | tools (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified check_state, location, and size. | |
| static auto | tools (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified check_state, location, size, and name. | |
| static auto | tools (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified three_state, and check_state. | |
| static auto | tools (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified three_state, check_state, and location. | |
| static auto | tools (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified three_state, check_state, location, and size. | |
| static auto | tools (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | tools (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent. | |
| static auto | tools (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, and location. | |
| static auto | tools (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, location, and size. | |
| static auto | tools (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, location, size, and name. | |
| static auto | tools (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, and check_state. | |
| static auto | tools (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, check_state, and location. | |
| static auto | tools (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, check_state, location, and size. | |
| static auto | tools (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | tools (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, three_state, and check_state. | |
| static auto | tools (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | tools (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | tools (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent tools toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | top () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button. | |
| static auto | top (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified location. | |
| static auto | top (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified location, and size. | |
| static auto | top (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified location, size, and name. | |
| static auto | top (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified and check_state. | |
| static auto | top (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified check_state, and location. | |
| static auto | top (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified check_state, location, and size. | |
| static auto | top (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified check_state, location, size, and name. | |
| static auto | top (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified three_state, and check_state. | |
| static auto | top (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified three_state, check_state, and location. | |
| static auto | top (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified three_state, check_state, location, and size. | |
| static auto | top (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | top (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent. | |
| static auto | top (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, and location. | |
| static auto | top (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, location, and size. | |
| static auto | top (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, location, size, and name. | |
| static auto | top (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, and check_state. | |
| static auto | top (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, check_state, and location. | |
| static auto | top (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, check_state, location, and size. | |
| static auto | top (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | top (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, three_state, and check_state. | |
| static auto | top (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | top (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | top (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent top toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | undelete () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button. | |
| static auto | undelete (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified location. | |
| static auto | undelete (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified location, and size. | |
| static auto | undelete (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified location, size, and name. | |
| static auto | undelete (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified and check_state. | |
| static auto | undelete (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified check_state, and location. | |
| static auto | undelete (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified check_state, location, and size. | |
| static auto | undelete (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified check_state, location, size, and name. | |
| static auto | undelete (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified three_state, and check_state. | |
| static auto | undelete (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified three_state, check_state, and location. | |
| static auto | undelete (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified three_state, check_state, location, and size. | |
| static auto | undelete (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | undelete (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent. | |
| static auto | undelete (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, and location. | |
| static auto | undelete (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, location, and size. | |
| static auto | undelete (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, location, size, and name. | |
| static auto | undelete (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, and check_state. | |
| static auto | undelete (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, check_state, and location. | |
| static auto | undelete (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, check_state, location, and size. | |
| static auto | undelete (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | undelete (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, three_state, and check_state. | |
| static auto | undelete (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | undelete (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | undelete (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undelete toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | underline () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button. | |
| static auto | underline (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified location. | |
| static auto | underline (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified location, and size. | |
| static auto | underline (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified location, size, and name. | |
| static auto | underline (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified and check_state. | |
| static auto | underline (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified check_state, and location. | |
| static auto | underline (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified check_state, location, and size. | |
| static auto | underline (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified check_state, location, size, and name. | |
| static auto | underline (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified three_state, and check_state. | |
| static auto | underline (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified three_state, check_state, and location. | |
| static auto | underline (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified three_state, check_state, location, and size. | |
| static auto | underline (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | underline (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent. | |
| static auto | underline (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, and location. | |
| static auto | underline (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, location, and size. | |
| static auto | underline (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, location, size, and name. | |
| static auto | underline (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, and check_state. | |
| static auto | underline (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, check_state, and location. | |
| static auto | underline (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, check_state, location, and size. | |
| static auto | underline (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | underline (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, three_state, and check_state. | |
| static auto | underline (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | underline (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | underline (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent underline toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | undo () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button. | |
| static auto | undo (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified location. | |
| static auto | undo (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified location, and size. | |
| static auto | undo (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified location, size, and name. | |
| static auto | undo (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified and check_state. | |
| static auto | undo (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified check_state, and location. | |
| static auto | undo (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified check_state, location, and size. | |
| static auto | undo (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified check_state, location, size, and name. | |
| static auto | undo (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified three_state, and check_state. | |
| static auto | undo (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified three_state, check_state, and location. | |
| static auto | undo (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified three_state, check_state, location, and size. | |
| static auto | undo (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | undo (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent. | |
| static auto | undo (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, and location. | |
| static auto | undo (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, location, and size. | |
| static auto | undo (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, location, size, and name. | |
| static auto | undo (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, and check_state. | |
| static auto | undo (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, check_state, and location. | |
| static auto | undo (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, check_state, location, and size. | |
| static auto | undo (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | undo (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, three_state, and check_state. | |
| static auto | undo (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | undo (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | undo (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent undo toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | unindent () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button. | |
| static auto | unindent (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified location. | |
| static auto | unindent (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified location, and size. | |
| static auto | unindent (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified location, size, and name. | |
| static auto | unindent (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified and check_state. | |
| static auto | unindent (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified check_state, and location. | |
| static auto | unindent (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified check_state, location, and size. | |
| static auto | unindent (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified check_state, location, size, and name. | |
| static auto | unindent (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified three_state, and check_state. | |
| static auto | unindent (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified three_state, check_state, and location. | |
| static auto | unindent (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified three_state, check_state, location, and size. | |
| static auto | unindent (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | unindent (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent. | |
| static auto | unindent (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, and location. | |
| static auto | unindent (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, location, and size. | |
| static auto | unindent (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, location, size, and name. | |
| static auto | unindent (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, and check_state. | |
| static auto | unindent (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, check_state, and location. | |
| static auto | unindent (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, check_state, location, and size. | |
| static auto | unindent (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | unindent (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, three_state, and check_state. | |
| static auto | unindent (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | unindent (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | unindent (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent unindent toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | up () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button. | |
| static auto | up (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified location. | |
| static auto | up (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified location, and size. | |
| static auto | up (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified location, size, and name. | |
| static auto | up (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified and check_state. | |
| static auto | up (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified check_state, and location. | |
| static auto | up (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified check_state, location, and size. | |
| static auto | up (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified check_state, location, size, and name. | |
| static auto | up (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified three_state, and check_state. | |
| static auto | up (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified three_state, check_state, and location. | |
| static auto | up (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified three_state, check_state, location, and size. | |
| static auto | up (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | up (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent. | |
| static auto | up (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, and location. | |
| static auto | up (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, location, and size. | |
| static auto | up (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, location, size, and name. | |
| static auto | up (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, and check_state. | |
| static auto | up (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, check_state, and location. | |
| static auto | up (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, check_state, location, and size. | |
| static auto | up (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | up (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, three_state, and check_state. | |
| static auto | up (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | up (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | up (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent up toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | view () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button. | |
| static auto | view (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified location. | |
| static auto | view (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified location, and size. | |
| static auto | view (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified location, size, and name. | |
| static auto | view (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified and check_state. | |
| static auto | view (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified check_state, and location. | |
| static auto | view (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified check_state, location, and size. | |
| static auto | view (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified check_state, location, size, and name. | |
| static auto | view (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified three_state, and check_state. | |
| static auto | view (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified three_state, check_state, and location. | |
| static auto | view (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified three_state, check_state, location, and size. | |
| static auto | view (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | view (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent. | |
| static auto | view (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, and location. | |
| static auto | view (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, location, and size. | |
| static auto | view (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, location, size, and name. | |
| static auto | view (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, and check_state. | |
| static auto | view (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, check_state, and location. | |
| static auto | view (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, check_state, location, and size. | |
| static auto | view (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | view (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, three_state, and check_state. | |
| static auto | view (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | view (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | view (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent view toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | window () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button. | |
| static auto | window (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified location. | |
| static auto | window (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified location, and size. | |
| static auto | window (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified location, size, and name. | |
| static auto | window (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified and check_state. | |
| static auto | window (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified check_state, and location. | |
| static auto | window (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified check_state, location, and size. | |
| static auto | window (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified check_state, location, size, and name. | |
| static auto | window (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified three_state, and check_state. | |
| static auto | window (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified three_state, check_state, and location. | |
| static auto | window (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified three_state, check_state, location, and size. | |
| static auto | window (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | window (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent. | |
| static auto | window (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, and location. | |
| static auto | window (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, location, and size. | |
| static auto | window (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, location, size, and name. | |
| static auto | window (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, and check_state. | |
| static auto | window (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, check_state, and location. | |
| static auto | window (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, check_state, location, and size. | |
| static auto | window (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | window (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, three_state, and check_state. | |
| static auto | window (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | window (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | window (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent window toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | yes () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button. | |
| static auto | yes (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified location. | |
| static auto | yes (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified location, and size. | |
| static auto | yes (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified location, size, and name. | |
| static auto | yes (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified and check_state. | |
| static auto | yes (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified check_state, and location. | |
| static auto | yes (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified check_state, location, and size. | |
| static auto | yes (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified check_state, location, size, and name. | |
| static auto | yes (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified three_state, and check_state. | |
| static auto | yes (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified three_state, check_state, and location. | |
| static auto | yes (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified three_state, check_state, location, and size. | |
| static auto | yes (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | yes (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent. | |
| static auto | yes (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, and location. | |
| static auto | yes (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, location, and size. | |
| static auto | yes (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, location, size, and name. | |
| static auto | yes (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, and check_state. | |
| static auto | yes (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, check_state, and location. | |
| static auto | yes (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, check_state, location, and size. | |
| static auto | yes (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | yes (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, three_state, and check_state. | |
| static auto | yes (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | yes (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | yes (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent yes toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | zoom_in () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button. | |
| static auto | zoom_in (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified location. | |
| static auto | zoom_in (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified location, and size. | |
| static auto | zoom_in (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified location, size, and name. | |
| static auto | zoom_in (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified and check_state. | |
| static auto | zoom_in (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state, and location. | |
| static auto | zoom_in (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state, location, and size. | |
| static auto | zoom_in (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state, location, size, and name. | |
| static auto | zoom_in (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state, and check_state. | |
| static auto | zoom_in (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state, check_state, and location. | |
| static auto | zoom_in (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state, check_state, location, and size. | |
| static auto | zoom_in (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | zoom_in (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent. | |
| static auto | zoom_in (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, and location. | |
| static auto | zoom_in (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, location, and size. | |
| static auto | zoom_in (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, location, size, and name. | |
| static auto | zoom_in (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, and check_state. | |
| static auto | zoom_in (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, check_state, and location. | |
| static auto | zoom_in (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, check_state, location, and size. | |
| static auto | zoom_in (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | zoom_in (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, three_state, and check_state. | |
| static auto | zoom_in (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | zoom_in (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | zoom_in (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | zoom_out () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button. | |
| static auto | zoom_out (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified location. | |
| static auto | zoom_out (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified location, and size. | |
| static auto | zoom_out (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified location, size, and name. | |
| static auto | zoom_out (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified and check_state. | |
| static auto | zoom_out (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_state, and location. | |
| static auto | zoom_out (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_state, location, and size. | |
| static auto | zoom_out (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_state, location, size, and name. | |
| static auto | zoom_out (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_state, and check_state. | |
| static auto | zoom_out (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_state, check_state, and location. | |
| static auto | zoom_out (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_state, check_state, location, and size. | |
| static auto | zoom_out (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | zoom_out (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent. | |
| static auto | zoom_out (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, and location. | |
| static auto | zoom_out (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, location, and size. | |
| static auto | zoom_out (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, location, size, and name. | |
| static auto | zoom_out (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, and check_state. | |
| static auto | zoom_out (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, check_state, and location. | |
| static auto | zoom_out (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, check_state, location, and size. | |
| static auto | zoom_out (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | zoom_out (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, three_state, and check_state. | |
| static auto | zoom_out (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | zoom_out (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | zoom_out (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, three_state, check_state, location, size, and name. | |
| static auto | zoom_to_fit () -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button. | |
| static auto | zoom_to_fit (const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified location. | |
| static auto | zoom_to_fit (const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified location, and size. | |
| static auto | zoom_to_fit (const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified location, size, and name. | |
| static auto | zoom_to_fit (xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified and check_state. | |
| static auto | zoom_to_fit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_state, and location. | |
| static auto | zoom_to_fit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_state, location, and size. | |
| static auto | zoom_to_fit (xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_state, location, size, and name. | |
| static auto | zoom_to_fit (bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_state, and check_state. | |
| static auto | zoom_to_fit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_state, check_state, and location. | |
| static auto | zoom_to_fit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_state, check_state, location, and size. | |
| static auto | zoom_to_fit (bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_state, check_state, location, size, and name. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, and location. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, location, and size. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, location, size, and name. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, and check_state. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, check_state, and location. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, check_state, location, and size. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, check_state, location, size, and name. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, three_state, and check_state. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, three_state, check_state, and location. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, three_state, check_state, location, and size. | |
| static auto | zoom_to_fit (const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_statecheck_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::toggle_button |
| Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, three_state, check_state, location, size, and name. | |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent abort toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent about toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent add toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent alignment toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_left toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent align_right toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent apply toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ascending toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent back toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bold toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent bottom toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cancel toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent centered toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent clear toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent close toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent color toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent contents toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent convert toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent copy toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent customize toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent del toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent descending toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent down toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent edit toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent execute toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent exit toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent find toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent first toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent floppy toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent font toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent forward toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent help toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent home toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ignore toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent indent toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent index toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent info toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent italic toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent justified toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent last toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent network toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent new_ toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent next toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent no toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent ok toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent open toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent options toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent paste toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent preferences toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent previous toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent print_preview toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent properties toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent quit toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent redo toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent refresh toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent remove toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent replace toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent retry toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent save_as toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent search toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent select_all toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent settings toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent stop toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent tools toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent top toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undelete toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent underline toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent undo toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent unindent toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent up toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent view toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent window toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent yes toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button.
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified location.
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified location, and size.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified location, size, and name.
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified and check_state.
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_state, and location.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_state, location, and size.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_state, location, size, and name.
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_state, and check_state.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_state, check_state, and location.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_state, check_state, location, and size.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_state, check_state, location, size, and name.
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent.
| parent | The control that contains the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, and location.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, location, and size.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, location, size, and name.
| parent | The control that contains the toggle_button. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, and check_state.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, check_state, and location.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, three_state, and check_state.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, three_state, check_state, and location.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, three_state, check_state, location, and size.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
|
staticnodiscard |
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent, three_state, check_state, location, size, and name.
| parent | The control that contains the toggle_button. |
| three_state | true if the toggle_button is able to display three check states; otherwise, false. |
| check_state | One of the xtd::forms::check_state enumeration values. |
| location | The toggle_button location in pixels. |
| size | The toggle_button size in pixels. |
| name | The name of the toggle_button. |