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