xtd 1.0.0
Loading...
Searching...
No Matches
light_buttons.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "light_button.hpp"
6
8namespace xtd {
10 namespace forms {
24 class light_buttons final static_ {
25 public:
27
31 [[nodiscard]] static auto abort() -> xtd::forms::light_button;
35 [[nodiscard]] static auto abort(const xtd::drawing::point& location) -> xtd::forms::light_button;
46 [[nodiscard]] static auto abort(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
73 [[nodiscard]] static auto abort(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
79 [[nodiscard]] static auto abort(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
94 [[nodiscard]] static auto abort(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
98 [[nodiscard]] static auto abort(const xtd::forms::control& parent) -> xtd::forms::light_button;
103 [[nodiscard]] static auto abort(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
109 [[nodiscard]] static auto abort(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
116 [[nodiscard]] static auto abort(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
148 [[nodiscard]] static auto abort(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
155 [[nodiscard]] static auto abort(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
172 [[nodiscard]] static auto abort(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
173
176 [[nodiscard]] static auto about() -> xtd::forms::light_button;
180 [[nodiscard]] static auto about(const xtd::drawing::point& location) -> xtd::forms::light_button;
191 [[nodiscard]] static auto about(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
218 [[nodiscard]] static auto about(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
224 [[nodiscard]] static auto about(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
239 [[nodiscard]] static auto about(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
243 [[nodiscard]] static auto about(const xtd::forms::control& parent) -> xtd::forms::light_button;
248 [[nodiscard]] static auto about(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
254 [[nodiscard]] static auto about(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
261 [[nodiscard]] static auto about(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
293 [[nodiscard]] static auto about(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
300 [[nodiscard]] static auto about(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
317 [[nodiscard]] static auto about(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
318
321 [[nodiscard]] static auto actual_size() -> xtd::forms::light_button;
336 [[nodiscard]] static auto actual_size(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
363 [[nodiscard]] static auto actual_size(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
388 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent) -> xtd::forms::light_button;
393 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
406 [[nodiscard]] 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::light_button;
438 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
462 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
463
466 [[nodiscard]] static auto add() -> xtd::forms::light_button;
470 [[nodiscard]] static auto add(const xtd::drawing::point& location) -> xtd::forms::light_button;
481 [[nodiscard]] static auto add(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
508 [[nodiscard]] static auto add(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
514 [[nodiscard]] static auto add(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
529 [[nodiscard]] static auto add(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
533 [[nodiscard]] static auto add(const xtd::forms::control& parent) -> xtd::forms::light_button;
538 [[nodiscard]] static auto add(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
544 [[nodiscard]] static auto add(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
551 [[nodiscard]] static auto add(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
583 [[nodiscard]] static auto add(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
590 [[nodiscard]] static auto add(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
598 [[nodiscard]] static auto add(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
607 [[nodiscard]] static auto add(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
608
611 [[nodiscard]] static auto alignment() -> xtd::forms::light_button;
626 [[nodiscard]] static auto alignment(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
653 [[nodiscard]] static auto alignment(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
678 [[nodiscard]] static auto alignment(const xtd::forms::control& parent) -> xtd::forms::light_button;
683 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
696 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
728 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
735 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
752 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
753
756 [[nodiscard]] static auto align_left() -> xtd::forms::light_button;
771 [[nodiscard]] static auto align_left(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
798 [[nodiscard]] static auto align_left(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
823 [[nodiscard]] static auto align_left(const xtd::forms::control& parent) -> xtd::forms::light_button;
828 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
841 [[nodiscard]] 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::light_button;
873 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
880 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
897 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
898
901 [[nodiscard]] static auto align_right() -> xtd::forms::light_button;
916 [[nodiscard]] static auto align_right(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
943 [[nodiscard]] static auto align_right(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
968 [[nodiscard]] static auto align_right(const xtd::forms::control& parent) -> xtd::forms::light_button;
973 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
986 [[nodiscard]] 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::light_button;
1018 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1042 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1043
1046 [[nodiscard]] static auto apply() -> xtd::forms::light_button;
1050 [[nodiscard]] static auto apply(const xtd::drawing::point& location) -> xtd::forms::light_button;
1061 [[nodiscard]] static auto apply(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1088 [[nodiscard]] static auto apply(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1109 [[nodiscard]] static auto apply(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1113 [[nodiscard]] static auto apply(const xtd::forms::control& parent) -> xtd::forms::light_button;
1118 [[nodiscard]] static auto apply(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
1124 [[nodiscard]] static auto apply(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
1131 [[nodiscard]] static auto apply(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1163 [[nodiscard]] static auto apply(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1170 [[nodiscard]] static auto apply(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
1187 [[nodiscard]] static auto apply(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1188
1191 [[nodiscard]] static auto ascending() -> xtd::forms::light_button;
1206 [[nodiscard]] static auto ascending(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1233 [[nodiscard]] static auto ascending(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1258 [[nodiscard]] static auto ascending(const xtd::forms::control& parent) -> xtd::forms::light_button;
1263 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
1276 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1308 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1315 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
1332 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1333
1336 [[nodiscard]] static auto back() -> xtd::forms::light_button;
1340 [[nodiscard]] static auto back(const xtd::drawing::point& location) -> xtd::forms::light_button;
1351 [[nodiscard]] static auto back(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1378 [[nodiscard]] static auto back(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1384 [[nodiscard]] static auto back(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
1399 [[nodiscard]] static auto back(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1403 [[nodiscard]] static auto back(const xtd::forms::control& parent) -> xtd::forms::light_button;
1408 [[nodiscard]] static auto back(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
1414 [[nodiscard]] static auto back(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
1421 [[nodiscard]] static auto back(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1453 [[nodiscard]] static auto back(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1460 [[nodiscard]] static auto back(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
1477 [[nodiscard]] static auto back(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1478
1481 [[nodiscard]] static auto bold() -> xtd::forms::light_button;
1485 [[nodiscard]] static auto bold(const xtd::drawing::point& location) -> xtd::forms::light_button;
1496 [[nodiscard]] static auto bold(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1523 [[nodiscard]] static auto bold(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1529 [[nodiscard]] static auto bold(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
1544 [[nodiscard]] static auto bold(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1548 [[nodiscard]] static auto bold(const xtd::forms::control& parent) -> xtd::forms::light_button;
1553 [[nodiscard]] static auto bold(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
1559 [[nodiscard]] static auto bold(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
1566 [[nodiscard]] static auto bold(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1598 [[nodiscard]] static auto bold(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1605 [[nodiscard]] static auto bold(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
1622 [[nodiscard]] static auto bold(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1623
1626 [[nodiscard]] static auto bottom() -> xtd::forms::light_button;
1630 [[nodiscard]] static auto bottom(const xtd::drawing::point& location) -> xtd::forms::light_button;
1641 [[nodiscard]] static auto bottom(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1668 [[nodiscard]] static auto bottom(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1689 [[nodiscard]] static auto bottom(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1693 [[nodiscard]] static auto bottom(const xtd::forms::control& parent) -> xtd::forms::light_button;
1698 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
1711 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1743 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1750 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
1767 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1768
1771 [[nodiscard]] static auto cancel() -> xtd::forms::light_button;
1775 [[nodiscard]] static auto cancel(const xtd::drawing::point& location) -> xtd::forms::light_button;
1786 [[nodiscard]] static auto cancel(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1813 [[nodiscard]] static auto cancel(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1834 [[nodiscard]] static auto cancel(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1838 [[nodiscard]] static auto cancel(const xtd::forms::control& parent) -> xtd::forms::light_button;
1843 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
1856 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1888 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1895 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
1912 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1913
1916 [[nodiscard]] static auto cdrom() -> xtd::forms::light_button;
1920 [[nodiscard]] static auto cdrom(const xtd::drawing::point& location) -> xtd::forms::light_button;
1931 [[nodiscard]] static auto cdrom(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1958 [[nodiscard]] static auto cdrom(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
1979 [[nodiscard]] static auto cdrom(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
1983 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent) -> xtd::forms::light_button;
1988 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
1994 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
2001 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2033 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2040 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
2057 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2058
2061 [[nodiscard]] static auto centered() -> xtd::forms::light_button;
2076 [[nodiscard]] static auto centered(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2103 [[nodiscard]] static auto centered(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2128 [[nodiscard]] static auto centered(const xtd::forms::control& parent) -> xtd::forms::light_button;
2133 [[nodiscard]] static auto centered(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
2146 [[nodiscard]] static auto centered(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2178 [[nodiscard]] static auto centered(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2185 [[nodiscard]] static auto centered(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
2202 [[nodiscard]] static auto centered(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2203
2206 [[nodiscard]] static auto clear() -> xtd::forms::light_button;
2210 [[nodiscard]] static auto clear(const xtd::drawing::point& location) -> xtd::forms::light_button;
2221 [[nodiscard]] static auto clear(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2248 [[nodiscard]] static auto clear(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2269 [[nodiscard]] static auto clear(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2273 [[nodiscard]] static auto clear(const xtd::forms::control& parent) -> xtd::forms::light_button;
2278 [[nodiscard]] static auto clear(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
2284 [[nodiscard]] static auto clear(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
2291 [[nodiscard]] static auto clear(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2323 [[nodiscard]] static auto clear(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2330 [[nodiscard]] static auto clear(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
2347 [[nodiscard]] static auto clear(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2348
2351 [[nodiscard]] static auto close() -> xtd::forms::light_button;
2355 [[nodiscard]] static auto close(const xtd::drawing::point& location) -> xtd::forms::light_button;
2366 [[nodiscard]] static auto close(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2393 [[nodiscard]] static auto close(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2414 [[nodiscard]] static auto close(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2418 [[nodiscard]] static auto close(const xtd::forms::control& parent) -> xtd::forms::light_button;
2423 [[nodiscard]] static auto close(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
2429 [[nodiscard]] static auto close(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
2436 [[nodiscard]] static auto close(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2468 [[nodiscard]] static auto close(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2475 [[nodiscard]] static auto close(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
2492 [[nodiscard]] static auto close(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2493
2496 [[nodiscard]] static auto color() -> xtd::forms::light_button;
2500 [[nodiscard]] static auto color(const xtd::drawing::point& location) -> xtd::forms::light_button;
2511 [[nodiscard]] static auto color(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2538 [[nodiscard]] static auto color(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2559 [[nodiscard]] static auto color(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2563 [[nodiscard]] static auto color(const xtd::forms::control& parent) -> xtd::forms::light_button;
2568 [[nodiscard]] static auto color(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
2574 [[nodiscard]] static auto color(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
2581 [[nodiscard]] static auto color(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2613 [[nodiscard]] static auto color(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2620 [[nodiscard]] static auto color(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
2637 [[nodiscard]] static auto color(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2638
2641 [[nodiscard]] static auto contents() -> xtd::forms::light_button;
2656 [[nodiscard]] static auto contents(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2683 [[nodiscard]] static auto contents(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2708 [[nodiscard]] static auto contents(const xtd::forms::control& parent) -> xtd::forms::light_button;
2713 [[nodiscard]] static auto contents(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
2726 [[nodiscard]] static auto contents(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2758 [[nodiscard]] static auto contents(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2765 [[nodiscard]] static auto contents(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
2782 [[nodiscard]] static auto contents(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2783
2786 [[nodiscard]] static auto convert() -> xtd::forms::light_button;
2790 [[nodiscard]] static auto convert(const xtd::drawing::point& location) -> xtd::forms::light_button;
2801 [[nodiscard]] static auto convert(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2828 [[nodiscard]] static auto convert(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2849 [[nodiscard]] static auto convert(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2853 [[nodiscard]] static auto convert(const xtd::forms::control& parent) -> xtd::forms::light_button;
2858 [[nodiscard]] static auto convert(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
2871 [[nodiscard]] static auto convert(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2903 [[nodiscard]] static auto convert(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2910 [[nodiscard]] static auto convert(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
2927 [[nodiscard]] static auto convert(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2928
2931 [[nodiscard]] static auto copy() -> xtd::forms::light_button;
2935 [[nodiscard]] static auto copy(const xtd::drawing::point& location) -> xtd::forms::light_button;
2946 [[nodiscard]] static auto copy(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2973 [[nodiscard]] static auto copy(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
2979 [[nodiscard]] static auto copy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
2994 [[nodiscard]] static auto copy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
2998 [[nodiscard]] static auto copy(const xtd::forms::control& parent) -> xtd::forms::light_button;
3003 [[nodiscard]] static auto copy(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
3009 [[nodiscard]] static auto copy(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
3016 [[nodiscard]] static auto copy(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3048 [[nodiscard]] static auto copy(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3055 [[nodiscard]] static auto copy(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3072 [[nodiscard]] static auto copy(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3073
3076 [[nodiscard]] static auto customize() -> xtd::forms::light_button;
3091 [[nodiscard]] static auto customize(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3118 [[nodiscard]] static auto customize(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3143 [[nodiscard]] static auto customize(const xtd::forms::control& parent) -> xtd::forms::light_button;
3148 [[nodiscard]] static auto customize(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
3161 [[nodiscard]] static auto customize(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3193 [[nodiscard]] static auto customize(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3200 [[nodiscard]] static auto customize(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3217 [[nodiscard]] static auto customize(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3218
3221 [[nodiscard]] static auto cut() -> xtd::forms::light_button;
3225 [[nodiscard]] static auto cut(const xtd::drawing::point& location) -> xtd::forms::light_button;
3236 [[nodiscard]] static auto cut(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3263 [[nodiscard]] static auto cut(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3269 [[nodiscard]] static auto cut(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3284 [[nodiscard]] static auto cut(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3288 [[nodiscard]] static auto cut(const xtd::forms::control& parent) -> xtd::forms::light_button;
3293 [[nodiscard]] static auto cut(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
3299 [[nodiscard]] static auto cut(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
3306 [[nodiscard]] static auto cut(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3338 [[nodiscard]] static auto cut(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3345 [[nodiscard]] static auto cut(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3362 [[nodiscard]] static auto cut(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3363
3366 [[nodiscard]] static auto del() -> xtd::forms::light_button;
3370 [[nodiscard]] static auto del(const xtd::drawing::point& location) -> xtd::forms::light_button;
3381 [[nodiscard]] static auto del(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3408 [[nodiscard]] static auto del(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3414 [[nodiscard]] static auto del(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3429 [[nodiscard]] static auto del(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3433 [[nodiscard]] static auto del(const xtd::forms::control& parent) -> xtd::forms::light_button;
3438 [[nodiscard]] static auto del(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
3444 [[nodiscard]] static auto del(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
3451 [[nodiscard]] static auto del(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3483 [[nodiscard]] static auto del(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3490 [[nodiscard]] static auto del(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3507 [[nodiscard]] static auto del(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3508
3511 [[nodiscard]] static auto descending() -> xtd::forms::light_button;
3526 [[nodiscard]] static auto descending(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3553 [[nodiscard]] static auto descending(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3578 [[nodiscard]] static auto descending(const xtd::forms::control& parent) -> xtd::forms::light_button;
3583 [[nodiscard]] static auto descending(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
3596 [[nodiscard]] static auto descending(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3628 [[nodiscard]] static auto descending(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3652 [[nodiscard]] static auto descending(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3653
3656 [[nodiscard]] static auto down() -> xtd::forms::light_button;
3660 [[nodiscard]] static auto down(const xtd::drawing::point& location) -> xtd::forms::light_button;
3671 [[nodiscard]] static auto down(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3698 [[nodiscard]] static auto down(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3704 [[nodiscard]] static auto down(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3719 [[nodiscard]] static auto down(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3723 [[nodiscard]] static auto down(const xtd::forms::control& parent) -> xtd::forms::light_button;
3728 [[nodiscard]] static auto down(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
3734 [[nodiscard]] static auto down(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
3741 [[nodiscard]] static auto down(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3773 [[nodiscard]] static auto down(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3780 [[nodiscard]] static auto down(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3797 [[nodiscard]] static auto down(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3798
3801 [[nodiscard]] static auto edit() -> xtd::forms::light_button;
3805 [[nodiscard]] static auto edit(const xtd::drawing::point& location) -> xtd::forms::light_button;
3816 [[nodiscard]] static auto edit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3843 [[nodiscard]] static auto edit(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3849 [[nodiscard]] static auto edit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3864 [[nodiscard]] static auto edit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3868 [[nodiscard]] static auto edit(const xtd::forms::control& parent) -> xtd::forms::light_button;
3873 [[nodiscard]] static auto edit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
3879 [[nodiscard]] static auto edit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
3886 [[nodiscard]] static auto edit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3918 [[nodiscard]] static auto edit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
3925 [[nodiscard]] static auto edit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
3942 [[nodiscard]] static auto edit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3943
3946 [[nodiscard]] static auto execute() -> xtd::forms::light_button;
3950 [[nodiscard]] static auto execute(const xtd::drawing::point& location) -> xtd::forms::light_button;
3961 [[nodiscard]] static auto execute(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
3988 [[nodiscard]] static auto execute(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4009 [[nodiscard]] static auto execute(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4013 [[nodiscard]] static auto execute(const xtd::forms::control& parent) -> xtd::forms::light_button;
4018 [[nodiscard]] static auto execute(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
4031 [[nodiscard]] static auto execute(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4063 [[nodiscard]] static auto execute(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4070 [[nodiscard]] static auto execute(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4087 [[nodiscard]] static auto execute(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4088
4091 [[nodiscard]] static auto exit() -> xtd::forms::light_button;
4095 [[nodiscard]] static auto exit(const xtd::drawing::point& location) -> xtd::forms::light_button;
4106 [[nodiscard]] static auto exit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4133 [[nodiscard]] static auto exit(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4139 [[nodiscard]] static auto exit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4154 [[nodiscard]] static auto exit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4158 [[nodiscard]] static auto exit(const xtd::forms::control& parent) -> xtd::forms::light_button;
4163 [[nodiscard]] static auto exit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
4169 [[nodiscard]] static auto exit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
4176 [[nodiscard]] static auto exit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4208 [[nodiscard]] static auto exit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4215 [[nodiscard]] static auto exit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4232 [[nodiscard]] static auto exit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4233
4236 [[nodiscard]] static auto file() -> xtd::forms::light_button;
4240 [[nodiscard]] static auto file(const xtd::drawing::point& location) -> xtd::forms::light_button;
4251 [[nodiscard]] static auto file(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4278 [[nodiscard]] static auto file(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4284 [[nodiscard]] static auto file(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4299 [[nodiscard]] static auto file(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4303 [[nodiscard]] static auto file(const xtd::forms::control& parent) -> xtd::forms::light_button;
4308 [[nodiscard]] static auto file(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
4314 [[nodiscard]] static auto file(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
4321 [[nodiscard]] static auto file(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4353 [[nodiscard]] static auto file(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4360 [[nodiscard]] static auto file(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4377 [[nodiscard]] static auto file(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4378
4381 [[nodiscard]] static auto find() -> xtd::forms::light_button;
4385 [[nodiscard]] static auto find(const xtd::drawing::point& location) -> xtd::forms::light_button;
4396 [[nodiscard]] static auto find(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4423 [[nodiscard]] static auto find(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4429 [[nodiscard]] static auto find(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4444 [[nodiscard]] static auto find(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4448 [[nodiscard]] static auto find(const xtd::forms::control& parent) -> xtd::forms::light_button;
4453 [[nodiscard]] static auto find(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
4459 [[nodiscard]] static auto find(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
4466 [[nodiscard]] static auto find(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4498 [[nodiscard]] static auto find(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4505 [[nodiscard]] static auto find(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4522 [[nodiscard]] static auto find(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4523
4526 [[nodiscard]] static auto first() -> xtd::forms::light_button;
4530 [[nodiscard]] static auto first(const xtd::drawing::point& location) -> xtd::forms::light_button;
4541 [[nodiscard]] static auto first(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4568 [[nodiscard]] static auto first(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4589 [[nodiscard]] static auto first(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4593 [[nodiscard]] static auto first(const xtd::forms::control& parent) -> xtd::forms::light_button;
4598 [[nodiscard]] static auto first(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
4604 [[nodiscard]] static auto first(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
4611 [[nodiscard]] static auto first(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4643 [[nodiscard]] static auto first(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4650 [[nodiscard]] static auto first(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4667 [[nodiscard]] static auto first(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4668
4671 [[nodiscard]] static auto floppy() -> xtd::forms::light_button;
4675 [[nodiscard]] static auto floppy(const xtd::drawing::point& location) -> xtd::forms::light_button;
4686 [[nodiscard]] static auto floppy(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4713 [[nodiscard]] static auto floppy(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4734 [[nodiscard]] static auto floppy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4738 [[nodiscard]] static auto floppy(const xtd::forms::control& parent) -> xtd::forms::light_button;
4743 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
4756 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4788 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4795 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4812 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4813
4816 [[nodiscard]] static auto font() -> xtd::forms::light_button;
4820 [[nodiscard]] static auto font(const xtd::drawing::point& location) -> xtd::forms::light_button;
4831 [[nodiscard]] static auto font(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4858 [[nodiscard]] static auto font(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4864 [[nodiscard]] static auto font(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4879 [[nodiscard]] static auto font(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4883 [[nodiscard]] static auto font(const xtd::forms::control& parent) -> xtd::forms::light_button;
4888 [[nodiscard]] static auto font(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
4894 [[nodiscard]] static auto font(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
4901 [[nodiscard]] static auto font(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4933 [[nodiscard]] static auto font(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
4940 [[nodiscard]] static auto font(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
4957 [[nodiscard]] static auto font(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
4958
4961 [[nodiscard]] static auto forward() -> xtd::forms::light_button;
4965 [[nodiscard]] static auto forward(const xtd::drawing::point& location) -> xtd::forms::light_button;
4976 [[nodiscard]] static auto forward(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5003 [[nodiscard]] static auto forward(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5024 [[nodiscard]] static auto forward(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5028 [[nodiscard]] static auto forward(const xtd::forms::control& parent) -> xtd::forms::light_button;
5033 [[nodiscard]] static auto forward(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
5046 [[nodiscard]] static auto forward(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5078 [[nodiscard]] static auto forward(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5085 [[nodiscard]] static auto forward(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5102 [[nodiscard]] static auto forward(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5103
5106 [[nodiscard]] static auto harddisk() -> xtd::forms::light_button;
5121 [[nodiscard]] static auto harddisk(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5148 [[nodiscard]] static auto harddisk(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5173 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent) -> xtd::forms::light_button;
5178 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
5191 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5223 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5230 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5247 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5248
5251 [[nodiscard]] static auto help() -> xtd::forms::light_button;
5255 [[nodiscard]] static auto help(const xtd::drawing::point& location) -> xtd::forms::light_button;
5266 [[nodiscard]] static auto help(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5293 [[nodiscard]] static auto help(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5299 [[nodiscard]] static auto help(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5314 [[nodiscard]] static auto help(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5318 [[nodiscard]] static auto help(const xtd::forms::control& parent) -> xtd::forms::light_button;
5323 [[nodiscard]] static auto help(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
5329 [[nodiscard]] static auto help(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
5336 [[nodiscard]] static auto help(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5368 [[nodiscard]] static auto help(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5375 [[nodiscard]] static auto help(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5392 [[nodiscard]] static auto help(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5393
5396 [[nodiscard]] static auto home() -> xtd::forms::light_button;
5400 [[nodiscard]] static auto home(const xtd::drawing::point& location) -> xtd::forms::light_button;
5411 [[nodiscard]] static auto home(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5438 [[nodiscard]] static auto home(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5444 [[nodiscard]] static auto home(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5459 [[nodiscard]] static auto home(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5463 [[nodiscard]] static auto home(const xtd::forms::control& parent) -> xtd::forms::light_button;
5468 [[nodiscard]] static auto home(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
5474 [[nodiscard]] static auto home(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
5481 [[nodiscard]] static auto home(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5513 [[nodiscard]] static auto home(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5520 [[nodiscard]] static auto home(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5537 [[nodiscard]] static auto home(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5538
5541 [[nodiscard]] static auto ignore() -> xtd::forms::light_button;
5545 [[nodiscard]] static auto ignore(const xtd::drawing::point& location) -> xtd::forms::light_button;
5556 [[nodiscard]] static auto ignore(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5583 [[nodiscard]] static auto ignore(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5604 [[nodiscard]] static auto ignore(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5608 [[nodiscard]] static auto ignore(const xtd::forms::control& parent) -> xtd::forms::light_button;
5613 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
5626 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5658 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5665 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5682 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5683
5686 [[nodiscard]] static auto indent() -> xtd::forms::light_button;
5690 [[nodiscard]] static auto indent(const xtd::drawing::point& location) -> xtd::forms::light_button;
5701 [[nodiscard]] static auto indent(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5728 [[nodiscard]] static auto indent(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5749 [[nodiscard]] static auto indent(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5753 [[nodiscard]] static auto indent(const xtd::forms::control& parent) -> xtd::forms::light_button;
5758 [[nodiscard]] static auto indent(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
5771 [[nodiscard]] static auto indent(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5803 [[nodiscard]] static auto indent(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5810 [[nodiscard]] static auto indent(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5827 [[nodiscard]] static auto indent(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5828
5831 [[nodiscard]] static auto index() -> xtd::forms::light_button;
5835 [[nodiscard]] static auto index(const xtd::drawing::point& location) -> xtd::forms::light_button;
5846 [[nodiscard]] static auto index(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5873 [[nodiscard]] static auto index(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5894 [[nodiscard]] static auto index(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5898 [[nodiscard]] static auto index(const xtd::forms::control& parent) -> xtd::forms::light_button;
5903 [[nodiscard]] static auto index(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
5909 [[nodiscard]] static auto index(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
5916 [[nodiscard]] static auto index(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5948 [[nodiscard]] static auto index(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
5955 [[nodiscard]] static auto index(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
5972 [[nodiscard]] static auto index(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
5973
5976 [[nodiscard]] static auto info() -> xtd::forms::light_button;
5980 [[nodiscard]] static auto info(const xtd::drawing::point& location) -> xtd::forms::light_button;
5991 [[nodiscard]] static auto info(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6018 [[nodiscard]] static auto info(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6024 [[nodiscard]] static auto info(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6039 [[nodiscard]] static auto info(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6043 [[nodiscard]] static auto info(const xtd::forms::control& parent) -> xtd::forms::light_button;
6048 [[nodiscard]] static auto info(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
6054 [[nodiscard]] static auto info(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
6061 [[nodiscard]] static auto info(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6093 [[nodiscard]] static auto info(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6100 [[nodiscard]] static auto info(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6117 [[nodiscard]] static auto info(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6118
6121 [[nodiscard]] static auto italic() -> xtd::forms::light_button;
6125 [[nodiscard]] static auto italic(const xtd::drawing::point& location) -> xtd::forms::light_button;
6136 [[nodiscard]] static auto italic(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6163 [[nodiscard]] static auto italic(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6184 [[nodiscard]] static auto italic(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6188 [[nodiscard]] static auto italic(const xtd::forms::control& parent) -> xtd::forms::light_button;
6193 [[nodiscard]] static auto italic(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
6206 [[nodiscard]] static auto italic(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6238 [[nodiscard]] static auto italic(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6245 [[nodiscard]] static auto italic(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6262 [[nodiscard]] static auto italic(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6263
6266 [[nodiscard]] static auto justified() -> xtd::forms::light_button;
6281 [[nodiscard]] static auto justified(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6308 [[nodiscard]] static auto justified(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6333 [[nodiscard]] static auto justified(const xtd::forms::control& parent) -> xtd::forms::light_button;
6338 [[nodiscard]] static auto justified(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
6351 [[nodiscard]] static auto justified(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6383 [[nodiscard]] static auto justified(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6390 [[nodiscard]] static auto justified(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6407 [[nodiscard]] static auto justified(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6408
6411 [[nodiscard]] static auto jump_to() -> xtd::forms::light_button;
6415 [[nodiscard]] static auto jump_to(const xtd::drawing::point& location) -> xtd::forms::light_button;
6426 [[nodiscard]] static auto jump_to(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6453 [[nodiscard]] static auto jump_to(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6474 [[nodiscard]] static auto jump_to(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6478 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent) -> xtd::forms::light_button;
6483 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
6496 [[nodiscard]] 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::light_button;
6528 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6535 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6552 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6553
6556 [[nodiscard]] static auto last() -> xtd::forms::light_button;
6560 [[nodiscard]] static auto last(const xtd::drawing::point& location) -> xtd::forms::light_button;
6571 [[nodiscard]] static auto last(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6598 [[nodiscard]] static auto last(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6604 [[nodiscard]] static auto last(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6619 [[nodiscard]] static auto last(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6623 [[nodiscard]] static auto last(const xtd::forms::control& parent) -> xtd::forms::light_button;
6628 [[nodiscard]] static auto last(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
6634 [[nodiscard]] static auto last(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
6641 [[nodiscard]] static auto last(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6673 [[nodiscard]] static auto last(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6680 [[nodiscard]] static auto last(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6697 [[nodiscard]] static auto last(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6698
6701 [[nodiscard]] static auto network() -> xtd::forms::light_button;
6705 [[nodiscard]] static auto network(const xtd::drawing::point& location) -> xtd::forms::light_button;
6716 [[nodiscard]] static auto network(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6743 [[nodiscard]] static auto network(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6764 [[nodiscard]] static auto network(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6768 [[nodiscard]] static auto network(const xtd::forms::control& parent) -> xtd::forms::light_button;
6773 [[nodiscard]] static auto network(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
6786 [[nodiscard]] static auto network(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6818 [[nodiscard]] static auto network(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6825 [[nodiscard]] static auto network(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6842 [[nodiscard]] static auto network(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6843
6846 [[nodiscard]] static auto new_() -> xtd::forms::light_button;
6850 [[nodiscard]] static auto new_(const xtd::drawing::point& location) -> xtd::forms::light_button;
6861 [[nodiscard]] static auto new_(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6888 [[nodiscard]] static auto new_(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6894 [[nodiscard]] static auto new_(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6909 [[nodiscard]] static auto new_(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6913 [[nodiscard]] static auto new_(const xtd::forms::control& parent) -> xtd::forms::light_button;
6918 [[nodiscard]] static auto new_(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
6924 [[nodiscard]] static auto new_(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
6931 [[nodiscard]] static auto new_(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6963 [[nodiscard]] static auto new_(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
6970 [[nodiscard]] static auto new_(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
6987 [[nodiscard]] static auto new_(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
6988
6991 [[nodiscard]] static auto next() -> xtd::forms::light_button;
6995 [[nodiscard]] static auto next(const xtd::drawing::point& location) -> xtd::forms::light_button;
7006 [[nodiscard]] static auto next(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7033 [[nodiscard]] static auto next(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7039 [[nodiscard]] static auto next(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7054 [[nodiscard]] static auto next(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7058 [[nodiscard]] static auto next(const xtd::forms::control& parent) -> xtd::forms::light_button;
7063 [[nodiscard]] static auto next(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
7069 [[nodiscard]] static auto next(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
7076 [[nodiscard]] static auto next(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7108 [[nodiscard]] static auto next(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7115 [[nodiscard]] static auto next(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7132 [[nodiscard]] static auto next(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7133
7136 [[nodiscard]] static auto no() -> xtd::forms::light_button;
7140 [[nodiscard]] static auto no(const xtd::drawing::point& location) -> xtd::forms::light_button;
7151 [[nodiscard]] static auto no(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7178 [[nodiscard]] static auto no(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7184 [[nodiscard]] static auto no(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7199 [[nodiscard]] static auto no(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7203 [[nodiscard]] static auto no(const xtd::forms::control& parent) -> xtd::forms::light_button;
7208 [[nodiscard]] static auto no(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
7214 [[nodiscard]] static auto no(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
7221 [[nodiscard]] static auto no(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7253 [[nodiscard]] static auto no(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7260 [[nodiscard]] static auto no(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7268 [[nodiscard]] static auto no(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
7277 [[nodiscard]] static auto no(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7278
7281 [[nodiscard]] static auto ok() -> xtd::forms::light_button;
7285 [[nodiscard]] static auto ok(const xtd::drawing::point& location) -> xtd::forms::light_button;
7296 [[nodiscard]] static auto ok(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7323 [[nodiscard]] static auto ok(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7329 [[nodiscard]] static auto ok(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7344 [[nodiscard]] static auto ok(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7348 [[nodiscard]] static auto ok(const xtd::forms::control& parent) -> xtd::forms::light_button;
7353 [[nodiscard]] static auto ok(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
7359 [[nodiscard]] static auto ok(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
7366 [[nodiscard]] static auto ok(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7398 [[nodiscard]] static auto ok(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7405 [[nodiscard]] static auto ok(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7413 [[nodiscard]] static auto ok(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
7422 [[nodiscard]] static auto ok(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7423
7426 [[nodiscard]] static auto open() -> xtd::forms::light_button;
7430 [[nodiscard]] static auto open(const xtd::drawing::point& location) -> xtd::forms::light_button;
7441 [[nodiscard]] static auto open(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7468 [[nodiscard]] static auto open(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7474 [[nodiscard]] static auto open(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7489 [[nodiscard]] static auto open(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7493 [[nodiscard]] static auto open(const xtd::forms::control& parent) -> xtd::forms::light_button;
7498 [[nodiscard]] static auto open(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
7504 [[nodiscard]] static auto open(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
7511 [[nodiscard]] static auto open(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7543 [[nodiscard]] static auto open(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7550 [[nodiscard]] static auto open(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7567 [[nodiscard]] static auto open(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7568
7571 [[nodiscard]] static auto options() -> xtd::forms::light_button;
7575 [[nodiscard]] static auto options(const xtd::drawing::point& location) -> xtd::forms::light_button;
7586 [[nodiscard]] static auto options(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7613 [[nodiscard]] static auto options(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7634 [[nodiscard]] static auto options(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7638 [[nodiscard]] static auto options(const xtd::forms::control& parent) -> xtd::forms::light_button;
7643 [[nodiscard]] static auto options(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
7656 [[nodiscard]] static auto options(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7688 [[nodiscard]] static auto options(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7695 [[nodiscard]] static auto options(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7712 [[nodiscard]] static auto options(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7713
7716 [[nodiscard]] static auto paste() -> xtd::forms::light_button;
7720 [[nodiscard]] static auto paste(const xtd::drawing::point& location) -> xtd::forms::light_button;
7731 [[nodiscard]] static auto paste(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7758 [[nodiscard]] static auto paste(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7779 [[nodiscard]] static auto paste(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7783 [[nodiscard]] static auto paste(const xtd::forms::control& parent) -> xtd::forms::light_button;
7788 [[nodiscard]] static auto paste(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
7794 [[nodiscard]] static auto paste(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
7801 [[nodiscard]] static auto paste(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7833 [[nodiscard]] static auto paste(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7840 [[nodiscard]] static auto paste(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
7857 [[nodiscard]] static auto paste(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7858
7861 [[nodiscard]] static auto preferences() -> xtd::forms::light_button;
7903 [[nodiscard]] static auto preferences(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
7928 [[nodiscard]] static auto preferences(const xtd::forms::control& parent) -> xtd::forms::light_button;
7933 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
7946 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
7978 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8002 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8003
8006 [[nodiscard]] static auto previous() -> xtd::forms::light_button;
8021 [[nodiscard]] static auto previous(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8048 [[nodiscard]] static auto previous(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8073 [[nodiscard]] static auto previous(const xtd::forms::control& parent) -> xtd::forms::light_button;
8078 [[nodiscard]] static auto previous(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
8091 [[nodiscard]] static auto previous(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8123 [[nodiscard]] static auto previous(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8130 [[nodiscard]] static auto previous(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
8147 [[nodiscard]] static auto previous(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8148
8151 [[nodiscard]] static auto print() -> xtd::forms::light_button;
8155 [[nodiscard]] static auto print(const xtd::drawing::point& location) -> xtd::forms::light_button;
8166 [[nodiscard]] static auto print(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8193 [[nodiscard]] static auto print(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8214 [[nodiscard]] static auto print(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8218 [[nodiscard]] static auto print(const xtd::forms::control& parent) -> xtd::forms::light_button;
8223 [[nodiscard]] static auto print(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
8229 [[nodiscard]] static auto print(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
8236 [[nodiscard]] static auto print(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8268 [[nodiscard]] static auto print(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8275 [[nodiscard]] static auto print(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
8292 [[nodiscard]] static auto print(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8293
8296 [[nodiscard]] static auto print_preview() -> xtd::forms::light_button;
8338 [[nodiscard]] static auto print_preview(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8363 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent) -> xtd::forms::light_button;
8381 [[nodiscard]] 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::light_button;
8413 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8438
8441 [[nodiscard]] static auto properties() -> xtd::forms::light_button;
8456 [[nodiscard]] static auto properties(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8483 [[nodiscard]] static auto properties(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8508 [[nodiscard]] static auto properties(const xtd::forms::control& parent) -> xtd::forms::light_button;
8513 [[nodiscard]] static auto properties(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
8526 [[nodiscard]] static auto properties(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8558 [[nodiscard]] static auto properties(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8582 [[nodiscard]] static auto properties(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8583
8586 [[nodiscard]] static auto quit() -> xtd::forms::light_button;
8590 [[nodiscard]] static auto quit(const xtd::drawing::point& location) -> xtd::forms::light_button;
8601 [[nodiscard]] static auto quit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8628 [[nodiscard]] static auto quit(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8634 [[nodiscard]] static auto quit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
8649 [[nodiscard]] static auto quit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8653 [[nodiscard]] static auto quit(const xtd::forms::control& parent) -> xtd::forms::light_button;
8658 [[nodiscard]] static auto quit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
8664 [[nodiscard]] static auto quit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
8671 [[nodiscard]] static auto quit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8703 [[nodiscard]] static auto quit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8710 [[nodiscard]] static auto quit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
8727 [[nodiscard]] static auto quit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8728
8731 [[nodiscard]] static auto redo() -> xtd::forms::light_button;
8735 [[nodiscard]] static auto redo(const xtd::drawing::point& location) -> xtd::forms::light_button;
8746 [[nodiscard]] static auto redo(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8773 [[nodiscard]] static auto redo(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8779 [[nodiscard]] static auto redo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
8794 [[nodiscard]] static auto redo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8798 [[nodiscard]] static auto redo(const xtd::forms::control& parent) -> xtd::forms::light_button;
8803 [[nodiscard]] static auto redo(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
8809 [[nodiscard]] static auto redo(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
8816 [[nodiscard]] static auto redo(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8848 [[nodiscard]] static auto redo(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8855 [[nodiscard]] static auto redo(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
8872 [[nodiscard]] static auto redo(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8873
8876 [[nodiscard]] static auto refresh() -> xtd::forms::light_button;
8880 [[nodiscard]] static auto refresh(const xtd::drawing::point& location) -> xtd::forms::light_button;
8891 [[nodiscard]] static auto refresh(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8918 [[nodiscard]] static auto refresh(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
8939 [[nodiscard]] static auto refresh(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8943 [[nodiscard]] static auto refresh(const xtd::forms::control& parent) -> xtd::forms::light_button;
8948 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
8961 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
8993 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9000 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
9017 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9018
9021 [[nodiscard]] static auto remove() -> xtd::forms::light_button;
9025 [[nodiscard]] static auto remove(const xtd::drawing::point& location) -> xtd::forms::light_button;
9036 [[nodiscard]] static auto remove(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9063 [[nodiscard]] static auto remove(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9084 [[nodiscard]] static auto remove(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9088 [[nodiscard]] static auto remove(const xtd::forms::control& parent) -> xtd::forms::light_button;
9093 [[nodiscard]] static auto remove(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
9106 [[nodiscard]] static auto remove(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9138 [[nodiscard]] static auto remove(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9145 [[nodiscard]] static auto remove(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
9162 [[nodiscard]] static auto remove(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9163
9166 [[nodiscard]] static auto replace() -> xtd::forms::light_button;
9170 [[nodiscard]] static auto replace(const xtd::drawing::point& location) -> xtd::forms::light_button;
9181 [[nodiscard]] static auto replace(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9208 [[nodiscard]] static auto replace(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9229 [[nodiscard]] static auto replace(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9233 [[nodiscard]] static auto replace(const xtd::forms::control& parent) -> xtd::forms::light_button;
9238 [[nodiscard]] static auto replace(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
9251 [[nodiscard]] static auto replace(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9283 [[nodiscard]] static auto replace(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9290 [[nodiscard]] static auto replace(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
9307 [[nodiscard]] static auto replace(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9308
9311 [[nodiscard]] static auto retry() -> xtd::forms::light_button;
9315 [[nodiscard]] static auto retry(const xtd::drawing::point& location) -> xtd::forms::light_button;
9326 [[nodiscard]] static auto retry(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9353 [[nodiscard]] static auto retry(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9374 [[nodiscard]] static auto retry(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9378 [[nodiscard]] static auto retry(const xtd::forms::control& parent) -> xtd::forms::light_button;
9383 [[nodiscard]] static auto retry(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
9389 [[nodiscard]] static auto retry(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
9396 [[nodiscard]] static auto retry(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9428 [[nodiscard]] static auto retry(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9435 [[nodiscard]] static auto retry(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
9452 [[nodiscard]] static auto retry(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9453
9456 [[nodiscard]] static auto revert_to_saved() -> xtd::forms::light_button;
9498 [[nodiscard]] static auto revert_to_saved(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9523 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent) -> xtd::forms::light_button;
9541 [[nodiscard]] 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::light_button;
9573 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9598
9601 [[nodiscard]] static auto save() -> xtd::forms::light_button;
9605 [[nodiscard]] static auto save(const xtd::drawing::point& location) -> xtd::forms::light_button;
9616 [[nodiscard]] static auto save(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9643 [[nodiscard]] static auto save(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9649 [[nodiscard]] static auto save(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
9664 [[nodiscard]] static auto save(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9668 [[nodiscard]] static auto save(const xtd::forms::control& parent) -> xtd::forms::light_button;
9673 [[nodiscard]] static auto save(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
9679 [[nodiscard]] static auto save(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
9686 [[nodiscard]] static auto save(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9718 [[nodiscard]] static auto save(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9725 [[nodiscard]] static auto save(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
9742 [[nodiscard]] static auto save(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9743
9746 [[nodiscard]] static auto save_as() -> xtd::forms::light_button;
9750 [[nodiscard]] static auto save_as(const xtd::drawing::point& location) -> xtd::forms::light_button;
9761 [[nodiscard]] static auto save_as(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9788 [[nodiscard]] static auto save_as(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9809 [[nodiscard]] static auto save_as(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9813 [[nodiscard]] static auto save_as(const xtd::forms::control& parent) -> xtd::forms::light_button;
9818 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
9831 [[nodiscard]] 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::light_button;
9863 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9870 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
9887 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9888
9891 [[nodiscard]] static auto search() -> xtd::forms::light_button;
9895 [[nodiscard]] static auto search(const xtd::drawing::point& location) -> xtd::forms::light_button;
9906 [[nodiscard]] static auto search(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9933 [[nodiscard]] static auto search(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
9954 [[nodiscard]] static auto search(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
9958 [[nodiscard]] static auto search(const xtd::forms::control& parent) -> xtd::forms::light_button;
9963 [[nodiscard]] static auto search(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
9976 [[nodiscard]] static auto search(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10008 [[nodiscard]] static auto search(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10015 [[nodiscard]] static auto search(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
10032 [[nodiscard]] static auto search(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10033
10036 [[nodiscard]] static auto select_all() -> xtd::forms::light_button;
10051 [[nodiscard]] static auto select_all(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10078 [[nodiscard]] static auto select_all(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10103 [[nodiscard]] static auto select_all(const xtd::forms::control& parent) -> xtd::forms::light_button;
10108 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
10121 [[nodiscard]] 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::light_button;
10153 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10177 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10178
10181 [[nodiscard]] static auto settings() -> xtd::forms::light_button;
10196 [[nodiscard]] static auto settings(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10223 [[nodiscard]] static auto settings(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10248 [[nodiscard]] static auto settings(const xtd::forms::control& parent) -> xtd::forms::light_button;
10253 [[nodiscard]] static auto settings(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
10266 [[nodiscard]] static auto settings(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10298 [[nodiscard]] static auto settings(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10305 [[nodiscard]] static auto settings(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
10322 [[nodiscard]] static auto settings(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10323
10326 [[nodiscard]] static auto spell_check() -> xtd::forms::light_button;
10368 [[nodiscard]] static auto spell_check(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10393 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent) -> xtd::forms::light_button;
10398 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
10411 [[nodiscard]] 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::light_button;
10443 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10467 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10468
10471 [[nodiscard]] static auto stop() -> xtd::forms::light_button;
10475 [[nodiscard]] static auto stop(const xtd::drawing::point& location) -> xtd::forms::light_button;
10486 [[nodiscard]] static auto stop(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10513 [[nodiscard]] static auto stop(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10519 [[nodiscard]] static auto stop(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
10534 [[nodiscard]] static auto stop(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10538 [[nodiscard]] static auto stop(const xtd::forms::control& parent) -> xtd::forms::light_button;
10543 [[nodiscard]] static auto stop(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
10549 [[nodiscard]] static auto stop(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
10556 [[nodiscard]] static auto stop(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10588 [[nodiscard]] static auto stop(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10595 [[nodiscard]] static auto stop(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
10612 [[nodiscard]] static auto stop(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10613
10616 [[nodiscard]] static auto strikeout() -> xtd::forms::light_button;
10631 [[nodiscard]] static auto strikeout(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10658 [[nodiscard]] static auto strikeout(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10683 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent) -> xtd::forms::light_button;
10688 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
10701 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10733 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10740 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
10757 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10758
10761 [[nodiscard]] static auto tools() -> xtd::forms::light_button;
10765 [[nodiscard]] static auto tools(const xtd::drawing::point& location) -> xtd::forms::light_button;
10776 [[nodiscard]] static auto tools(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10803 [[nodiscard]] static auto tools(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10824 [[nodiscard]] static auto tools(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10828 [[nodiscard]] static auto tools(const xtd::forms::control& parent) -> xtd::forms::light_button;
10833 [[nodiscard]] static auto tools(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
10839 [[nodiscard]] static auto tools(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
10846 [[nodiscard]] static auto tools(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10878 [[nodiscard]] static auto tools(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10885 [[nodiscard]] static auto tools(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
10902 [[nodiscard]] static auto tools(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10903
10906 [[nodiscard]] static auto top() -> xtd::forms::light_button;
10910 [[nodiscard]] static auto top(const xtd::drawing::point& location) -> xtd::forms::light_button;
10921 [[nodiscard]] static auto top(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10948 [[nodiscard]] static auto top(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
10954 [[nodiscard]] static auto top(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
10969 [[nodiscard]] static auto top(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
10973 [[nodiscard]] static auto top(const xtd::forms::control& parent) -> xtd::forms::light_button;
10978 [[nodiscard]] static auto top(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
10984 [[nodiscard]] static auto top(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
10991 [[nodiscard]] static auto top(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11023 [[nodiscard]] static auto top(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11030 [[nodiscard]] static auto top(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11047 [[nodiscard]] static auto top(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11048
11051 [[nodiscard]] static auto undelete() -> xtd::forms::light_button;
11066 [[nodiscard]] static auto undelete(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11093 [[nodiscard]] static auto undelete(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11118 [[nodiscard]] static auto undelete(const xtd::forms::control& parent) -> xtd::forms::light_button;
11123 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
11136 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11168 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11175 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11192 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11193
11196 [[nodiscard]] static auto underline() -> xtd::forms::light_button;
11211 [[nodiscard]] static auto underline(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11238 [[nodiscard]] static auto underline(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11263 [[nodiscard]] static auto underline(const xtd::forms::control& parent) -> xtd::forms::light_button;
11268 [[nodiscard]] static auto underline(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
11281 [[nodiscard]] static auto underline(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11313 [[nodiscard]] static auto underline(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11320 [[nodiscard]] static auto underline(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11337 [[nodiscard]] static auto underline(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11338
11341 [[nodiscard]] static auto undo() -> xtd::forms::light_button;
11345 [[nodiscard]] static auto undo(const xtd::drawing::point& location) -> xtd::forms::light_button;
11356 [[nodiscard]] static auto undo(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11383 [[nodiscard]] static auto undo(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11389 [[nodiscard]] static auto undo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11404 [[nodiscard]] static auto undo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11408 [[nodiscard]] static auto undo(const xtd::forms::control& parent) -> xtd::forms::light_button;
11413 [[nodiscard]] static auto undo(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
11419 [[nodiscard]] static auto undo(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
11426 [[nodiscard]] static auto undo(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11458 [[nodiscard]] static auto undo(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11465 [[nodiscard]] static auto undo(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11482 [[nodiscard]] static auto undo(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11483
11486 [[nodiscard]] static auto unindent() -> xtd::forms::light_button;
11501 [[nodiscard]] static auto unindent(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11528 [[nodiscard]] static auto unindent(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11553 [[nodiscard]] static auto unindent(const xtd::forms::control& parent) -> xtd::forms::light_button;
11558 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
11571 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11603 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11610 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11627 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11628
11631 [[nodiscard]] static auto up() -> xtd::forms::light_button;
11635 [[nodiscard]] static auto up(const xtd::drawing::point& location) -> xtd::forms::light_button;
11646 [[nodiscard]] static auto up(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11673 [[nodiscard]] static auto up(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11679 [[nodiscard]] static auto up(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11694 [[nodiscard]] static auto up(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11698 [[nodiscard]] static auto up(const xtd::forms::control& parent) -> xtd::forms::light_button;
11703 [[nodiscard]] static auto up(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
11709 [[nodiscard]] static auto up(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
11716 [[nodiscard]] static auto up(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11748 [[nodiscard]] static auto up(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11755 [[nodiscard]] static auto up(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11763 [[nodiscard]] static auto up(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
11772 [[nodiscard]] static auto up(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11773
11776 [[nodiscard]] static auto view() -> xtd::forms::light_button;
11780 [[nodiscard]] static auto view(const xtd::drawing::point& location) -> xtd::forms::light_button;
11791 [[nodiscard]] static auto view(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11818 [[nodiscard]] static auto view(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11824 [[nodiscard]] static auto view(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11839 [[nodiscard]] static auto view(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11843 [[nodiscard]] static auto view(const xtd::forms::control& parent) -> xtd::forms::light_button;
11848 [[nodiscard]] static auto view(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
11854 [[nodiscard]] static auto view(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
11861 [[nodiscard]] static auto view(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11893 [[nodiscard]] static auto view(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11900 [[nodiscard]] static auto view(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
11917 [[nodiscard]] static auto view(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11918
11921 [[nodiscard]] static auto window() -> xtd::forms::light_button;
11925 [[nodiscard]] static auto window(const xtd::drawing::point& location) -> xtd::forms::light_button;
11936 [[nodiscard]] static auto window(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11963 [[nodiscard]] static auto window(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
11984 [[nodiscard]] static auto window(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
11988 [[nodiscard]] static auto window(const xtd::forms::control& parent) -> xtd::forms::light_button;
11993 [[nodiscard]] static auto window(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
12006 [[nodiscard]] static auto window(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12038 [[nodiscard]] static auto window(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12045 [[nodiscard]] static auto window(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
12062 [[nodiscard]] static auto window(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12063
12066 [[nodiscard]] static auto yes() -> xtd::forms::light_button;
12070 [[nodiscard]] static auto yes(const xtd::drawing::point& location) -> xtd::forms::light_button;
12081 [[nodiscard]] static auto yes(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12108 [[nodiscard]] static auto yes(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12114 [[nodiscard]] static auto yes(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
12129 [[nodiscard]] static auto yes(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12133 [[nodiscard]] static auto yes(const xtd::forms::control& parent) -> xtd::forms::light_button;
12138 [[nodiscard]] static auto yes(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
12144 [[nodiscard]] static auto yes(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::light_button;
12151 [[nodiscard]] static auto yes(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12183 [[nodiscard]] static auto yes(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12190 [[nodiscard]] static auto yes(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
12207 [[nodiscard]] static auto yes(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12208
12211 [[nodiscard]] static auto zoom_in() -> xtd::forms::light_button;
12215 [[nodiscard]] static auto zoom_in(const xtd::drawing::point& location) -> xtd::forms::light_button;
12226 [[nodiscard]] static auto zoom_in(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12253 [[nodiscard]] static auto zoom_in(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12274 [[nodiscard]] static auto zoom_in(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12278 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent) -> xtd::forms::light_button;
12283 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
12296 [[nodiscard]] 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::light_button;
12328 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12335 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
12352 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12353
12356 [[nodiscard]] static auto zoom_out() -> xtd::forms::light_button;
12371 [[nodiscard]] static auto zoom_out(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12398 [[nodiscard]] static auto zoom_out(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12423 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent) -> xtd::forms::light_button;
12428 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
12441 [[nodiscard]] 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::light_button;
12473 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12480 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location) -> xtd::forms::light_button;
12497 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12498
12501 [[nodiscard]] static auto zoom_to_fit() -> xtd::forms::light_button;
12543 [[nodiscard]] static auto zoom_to_fit(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12568 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent) -> xtd::forms::light_button;
12573 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::light_button;
12586 [[nodiscard]] 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::light_button;
12618 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button;
12642 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::light_button;
12644 };
12645 }
12646}
Defines the base class for controls, which are components with visual representation.
Definition control.hpp:81
Represents a Windows light_button.
Definition light_button.hpp:45
Provides a collection of light_button objects for use by a Windows Forms application.
Definition light_buttons.hpp:24
static auto cdrom(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto paste(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
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::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto find(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified location,...
static auto tools(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified location,...
static auto index(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto down(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified check_state,...
static auto select_all(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified three_stat...
static auto justified(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto network(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto file(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified three_sta...
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto abort(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified check_state,...
static auto spell_check(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto yes(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent.
static auto bold(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto convert(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto convert(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto save(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto exit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto up(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto print(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified three_state,...
static auto contents(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto zoom_out(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto centered(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified check_state,...
static auto del(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto stop(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified location,...
static auto customize(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto network(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto del(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified three_state,...
static auto ok(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto network(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified check_state,...
static auto ignore(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto save_as(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified location,...
static auto harddisk(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto preferences(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified and check...
static auto spell_check(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto cut(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified location,...
static auto cut(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified three_state,...
static auto quit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified three_state,...
static auto underline(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified three_state...
static auto next(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified check_state,...
static auto previous(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent.
static auto descending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto properties(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto cancel(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified check_state,...
static auto info(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified three_state,...
static auto search(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified check_state,...
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto save_as(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto up(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto next(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified and check_state.
static auto color(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified three_state,...
static auto home(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto retry(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified three_state,...
static auto options(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified three_state,...
static auto top(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto justified(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified location,...
static auto save_as(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto find(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto zoom_out(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto jump_to(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto revert_to_saved(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto undelete(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent.
static auto zoom_to_fit(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified location.
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto edit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto print(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified location,...
static auto ignore(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified three_state,...
static auto cut(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified location.
static auto alignment(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified and check_s...
static auto remove(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified three_state,...
static auto actual_size(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified check_sta...
static auto tools(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto execute(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto print(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto del(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto ignore(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified location,...
static auto no(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto abort(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto apply(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto justified(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto cdrom(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto font(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified location,...
static auto open(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified and check_state.
static auto bold(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto clear(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto exit(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified three_state,...
static auto font(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified check_state,...
static auto undo(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified check_state,...
static auto align_right(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto ascending(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto save(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified check_state,...
static auto home(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified location,...
static auto apply(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto refresh(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified check_state,...
static auto zoom_out(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified check_state,...
static auto top(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto options(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto quit(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified and check_state.
static auto next(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto underline(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified check_state...
static auto cdrom(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto align_right(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto justified() -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button.
static auto stop(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto network(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified and check_sta...
static auto unindent(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto network(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent.
static auto search(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified three_state,...
static auto centered(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified location,...
static auto settings(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto search(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto save(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto file(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified three_state,...
static auto replace(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified location.
static auto del(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto strikeout(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified three_state...
static auto last(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified three_state,...
static auto execute(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto window(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified three_state,...
static auto clear(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto contents(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified check_state,...
static auto cdrom() -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button.
static auto replace(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent.
static auto floppy(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto search(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified three_state,...
static auto up(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified three_state,...
static auto ok(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto save_as(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified check_state,...
static auto no(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified and check_state.
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto info(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified three_state,...
static auto zoom_out(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto ok(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto about(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto font(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent.
static auto first() -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button.
static auto down(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified check_state,...
static auto apply(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto print(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto previous(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto tools(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified check_state,...
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto help(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified three_state,...
static auto first(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified three_state,...
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto first(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified check_state,...
static auto retry() -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button.
static auto replace(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto help(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified location.
static auto top(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto preferences(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified three_sta...
static auto options(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto apply(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified three_state,...
static auto save(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto search(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto spell_check(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto zoom_in(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified check_state,...
static auto info(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified and check_state.
static auto new_(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified location.
static auto bottom(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified location,...
static auto jump_to(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto revert_to_saved(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified locat...
static auto cancel(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified and check_stat...
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto centered(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified check_state,...
static auto back(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified and check_state.
static auto next(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified three_state,...
static auto underline(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified and check_s...
static auto edit(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent.
static auto file(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified check_state,...
static auto centered(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto bottom(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto underline(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto apply(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
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::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto bold(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified location,...
static auto undelete(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified and check_st...
static auto alignment(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto quit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto customize(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified check_state...
static auto italic(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified check_state,...
static auto convert(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto cancel(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified three_state,...
static auto print(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified three_state,...
static auto last(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified three_state,...
static auto alignment(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified three_state...
static auto print(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto refresh(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified three_state,...
static auto save(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified three_state,...
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto first(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified location.
static auto find(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent.
static auto retry(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent.
static auto add(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified three_state,...
static auto help(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified three_state,...
static auto apply(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto edit(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified check_state,...
static auto contents(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified location.
static auto descending(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified three_stat...
static auto cut(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified check_state,...
static auto file(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified three_state,...
static auto ignore(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified and check_stat...
static auto ok(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified check_state,...
static auto top(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified check_state,...
static auto no(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified three_state,...
static auto print(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified check_state,...
static auto retry(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified check_state,...
static auto apply(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified check_state,...
static auto edit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified three_state,...
static auto print(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto refresh(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto jump_to(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified location,...
static auto network(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto copy(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified check_state,...
static auto replace(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified three_state,...
static auto next(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto save_as(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto edit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto new_(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified location,...
static auto floppy(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified check_state,...
static auto ascending(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified location.
static auto centered(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto descending(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto up(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified and check_state.
static auto quit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto network(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto align_right(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto italic(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto abort(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto indent(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified three_state,...
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto undelete(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified three_state,...
static auto contents(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto top(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified location,...
static auto indent(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified check_state,...
static auto save(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified location.
static auto customize(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto print_preview(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified locatio...
static auto font(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto spell_check() -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button.
static auto ignore(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto retry(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified location,...
static auto print_preview(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified three_s...
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto open(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified three_state,...
static auto options(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified check_state,...
static auto down(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified three_state,...
static auto font(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified check_state,...
static auto home(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified location,...
static auto ascending(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto about(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified three_state,...
static auto open() -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button.
static auto no(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified three_state,...
static auto tools(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto select_all(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified three_stat...
static auto alignment(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto stop(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto floppy() -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button.
static auto retry(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified check_state,...
static auto cut(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto refresh(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified check_state,...
static auto top(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto unindent(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent.
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto info(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified check_state,...
static auto justified(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto replace(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto harddisk(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified three_state,...
static auto yes(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto actual_size(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified three_sta...
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto clear(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto help(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto underline(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified check_state...
static auto about(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto close(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified three_state,...
static auto jump_to(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified three_state,...
static auto first(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified location,...
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto ok(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto about(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent.
static auto jump_to(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto options(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto descending(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto unindent(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto actual_size(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified check_sta...
static auto replace(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto strikeout(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified location.
static auto abort(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto top(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto print(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto view(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto bold(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto open(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified check_state,...
static auto convert(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified location.
static auto yes(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified and check_state.
static auto ascending(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto settings(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified check_state,...
static auto contents(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto undo(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified check_state,...
static auto last(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto settings(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto revert_to_saved(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto customize(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified check_state...
static auto exit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified location,...
static auto ascending(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified three_state...
static auto remove(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified check_state,...
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto customize(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified three_state...
static auto help(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified location,...
static auto window(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto cut(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto contents(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto paste(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified check_state,...
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto convert(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto down(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified location,...
static auto home(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto select_all(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto paste(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified location,...
static auto ignore(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto open(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto retry(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto zoom_to_fit(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified check_sta...
static auto close(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified location.
static auto redo(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified location.
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto align_right() -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button.
static auto preferences() -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button.
static auto properties(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified check_stat...
static auto add() -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button.
static auto options(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified three_state,...
static auto file(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified location,...
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto underline(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified three_state...
static auto cancel(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto home() -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button.
static auto save(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified check_state,...
static auto next(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto floppy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified three_state,...
static auto about(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto actual_size(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified and check...
static auto print_preview(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified three_s...
static auto no(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified check_state,...
static auto redo(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto add(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified three_state,...
static auto ignore(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent.
static auto undo(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto window() -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button.
static auto descending(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified location,...
static auto no() -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button.
static auto bottom(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent.
static auto cut() -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button.
static auto edit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified location,...
static auto close(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto alignment(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified location.
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto paste(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto settings() -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button.
static auto first(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto undo(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto refresh(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified location,...
static auto stop(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified and check_state.
static auto forward(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified three_state,...
static auto info(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified location,...
static auto descending() -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button.
static auto add(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified check_state,...
static auto previous(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified location,...
static auto top(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto select_all(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified check_stat...
static auto contents() -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button.
static auto edit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto tools(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified location,...
static auto centered(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto alignment(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified check_state...
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto yes(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto zoom_out(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified three_state,...
static auto properties(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto undelete(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified three_state,...
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto alignment(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified location,...
static auto actual_size(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto underline(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto previous(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified check_state,...
static auto first(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified location,...
static auto options(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto underline() -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button.
static auto save(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto italic(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified three_state,...
static auto undelete(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified check_state,...
static auto jump_to(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified check_state,...
static auto centered(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent.
static auto floppy(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified and check_stat...
static auto down(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified location.
static auto back(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto retry(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified and check_state...
static auto justified(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified three_state...
static auto abort(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto preferences(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto previous(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto yes() -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button.
static auto zoom_to_fit(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified three_sta...
static auto back(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified three_state,...
static auto zoom_out(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified three_state,...
static auto italic(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified three_state,...
static auto print(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto file(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto last(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified location,...
static auto options() -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button.
static auto properties(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified location,...
static auto align_right(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified three_sta...
static auto preferences(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto yes(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified location.
static auto justified(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified and check_s...
static auto justified(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified three_state...
static auto print_preview(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto view(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto select_all(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified location,...
static auto cdrom(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto previous(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto back(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified three_state,...
static auto revert_to_saved(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto yes(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified three_state,...
static auto cut(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto zoom_out(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified and check_st...
static auto align_right(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified location.
static auto save(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto retry(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto remove(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified location.
static auto revert_to_saved(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto convert(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto remove(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto zoom_to_fit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified location,...
static auto print_preview(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto file(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified three_state,...
static auto italic(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified check_state,...
static auto first(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified check_state,...
static auto unindent(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto index(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified check_state,...
static auto home(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified location.
static auto ok(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto spell_check(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified three_sta...
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent.
static auto zoom_to_fit(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified and check...
static auto first(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified check_state,...
static auto cdrom(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent.
static auto options(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified and check_sta...
static auto find(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified check_state,...
static auto forward(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified three_state,...
static auto zoom_out(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified location.
static auto bold() -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button.
static auto refresh(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto file(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified location.
static auto view(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent.
static auto refresh(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified check_state,...
static auto unindent(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified three_state,...
static auto network(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified three_state,...
static auto undo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified three_state,...
static auto home(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified and check_state.
static auto zoom_out(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified three_state,...
static auto add(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto last(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified location,...
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto open(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto print(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified check_state,...
static auto no(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified check_state,...
static auto zoom_in(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified location,...
static auto add(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified check_state,...
static auto home(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto search(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified three_state,...
static auto paste(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent.
static auto paste(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto print(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto redo(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto preferences(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto bold(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified three_state,...
static auto color(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified location,...
static auto zoom_out() -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button.
static auto add(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified and check_state.
static auto justified(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified three_state...
static auto floppy(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified location,...
static auto open(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified location,...
static auto strikeout(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified three_state...
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto actual_size(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified location,...
static auto about(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified three_state,...
static auto convert(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified location,...
static auto save(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent.
static auto replace(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified check_state,...
static auto network(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified location,...
static auto next(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto align_right(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent.
static auto info(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto copy(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent.
static auto descending(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified check_stat...
static auto edit(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified three_state,...
static auto unindent(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified location,...
static auto bold(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto centered(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified check_state,...
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto indent(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified location.
static auto revert_to_saved(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified three...
static auto top(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified three_state,...
static auto copy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified three_state,...
static auto top(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto ok(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified check_state,...
static auto properties(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto remove(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto yes(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified three_state,...
static auto first(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto forward(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified check_state,...
static auto view(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified three_state,...
static auto font(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto align_left(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto color(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified three_state,...
static auto yes(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified check_state,...
static auto index(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified location.
static auto edit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified three_state,...
static auto help(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto bottom(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified three_state,...
static auto apply(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified location.
static auto cdrom(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified three_state,...
static auto centered(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto back(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified location.
static auto open(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified three_state,...
static auto retry(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified three_state,...
static auto tools(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto floppy(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified check_state,...
static auto first(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent.
static auto align_right(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto settings(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto copy(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified three_state,...
static auto ignore(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto harddisk(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified location,...
static auto settings(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto down(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified three_state,...
static auto underline(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified location,...
static auto file(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent.
static auto cancel(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto floppy(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto print_preview(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified locatio...
static auto cancel(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto index(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified three_state,...
static auto font(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto floppy(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified location,...
static auto cut(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto window(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent.
static auto spell_check(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto zoom_out(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto contents(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto ascending(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified three_state...
static auto tools(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified three_state,...
static auto zoom_in(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified location.
static auto descending(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto forward(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto home(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified three_state,...
static auto customize(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto next(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified three_state,...
static auto unindent(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified location,...
static auto spell_check(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified three_sta...
static auto options(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified three_state,...
static auto apply(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified three_state,...
static auto cdrom(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified check_state,...
static auto edit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified location,...
static auto strikeout(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified location,...
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto align_right(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified three_sta...
static auto descending(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent.
static auto copy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified three_state,...
static auto up(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto ok(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto copy(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto forward(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto zoom_out(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified three_state,...
static auto add(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified three_state,...
static auto centered() -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button.
static auto no(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified location,...
static auto previous(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified three_state,...
static auto align_left() -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button.
static auto del(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified location,...
static auto index(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto select_all(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified location,...
static auto indent(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified three_state,...
static auto file(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified three_state,...
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto print(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified three_state,...
static auto tools(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto unindent(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified check_state,...
static auto harddisk(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto first(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified and check_state...
static auto next(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified three_state,...
static auto redo(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified check_state,...
static auto jump_to(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified three_state,...
static auto del(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified three_state,...
static auto convert(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified three_state,...
static auto alignment(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto settings(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified check_state,...
static auto font(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified three_state,...
static auto actual_size(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified location,...
static auto select_all(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto about(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto bold(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified three_state,...
static auto revert_to_saved(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified and c...
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto descending(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified three_stat...
static auto convert(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified three_state,...
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto preferences(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified three_sta...
static auto spell_check(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto help(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto select_all(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto view(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified location,...
static auto alignment(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto stop(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified location,...
static auto color(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified location,...
static auto spell_check(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto settings(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto ignore(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified location.
static auto revert_to_saved(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified three...
static auto contents(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified location,...
static auto copy(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto save(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified and check_state.
static auto jump_to(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto align_left(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto find(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto clear(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified check_state,...
static auto justified(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified check_state...
static auto zoom_out(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified location,...
static auto search(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified location,...
static auto ascending(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto color(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto exit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto align_right(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified check_sta...
static auto spell_check(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent.
static auto about(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto window(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto color(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified check_state,...
static auto descending(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified location.
static auto execute(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto save(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified three_state,...
static auto unindent(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified check_state,...
static auto bold(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto last(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto replace(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto retry(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified three_state,...
static auto descending(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto abort(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto window(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified three_state,...
static auto font(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified location.
static auto search(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto color(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified check_state,...
static auto customize(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto unindent(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto centered(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto cdrom(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified check_state,...
static auto network(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto home(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto align_right(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified check_sta...
static auto view(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified check_state,...
static auto zoom_to_fit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified location,...
static auto execute() -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button.
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto exit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto stop(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified three_state,...
static auto network(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto apply(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto top(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto color(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto find(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified three_state,...
static auto contents(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified location,...
static auto properties(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto redo(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified location,...
static auto del(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified three_state,...
static auto info(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto align_right(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified three_sta...
static auto undelete(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto copy(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified and check_state.
static auto revert_to_saved(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto ignore(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified check_state,...
static auto replace(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified check_state,...
static auto centered(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified and check_st...
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto align_right(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified and check...
static auto paste(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified three_state,...
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto indent(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto font(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto align_right(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified check_sta...
static auto unindent(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified and check_st...
static auto ascending() -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button.
static auto top(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified location.
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto save_as(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent.
static auto cancel(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified location.
static auto undelete(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified three_state,...
static auto floppy(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified location.
static auto close(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto edit(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified check_state,...
static auto align_left(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto cdrom(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified location,...
static auto undo(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified check_state,...
static auto quit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified three_state,...
static auto convert(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto strikeout(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified location,...
static auto remove(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto contents(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified three_state,...
static auto align_right(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto harddisk(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified location.
static auto settings(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified location.
static auto down(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified location,...
static auto last(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent.
static auto justified(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent.
static auto top() -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button.
static auto contents(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto replace(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified three_state,...
static auto bottom() -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button.
static auto view(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified location,...
static auto new_(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified three_state,...
static auto indent(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified three_state,...
static auto settings(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified three_state,...
static auto ascending(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified check_state...
static auto align_right(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified three_sta...
static auto align_right(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified location,...
static auto edit() -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button.
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto undo(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto abort(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto paste(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified three_state,...
static auto replace(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified three_state,...
static auto redo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified three_state,...
static auto print(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto cancel() -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button.
static auto ok(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified location,...
static auto cdrom(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified three_state,...
static auto add(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified check_state,...
static auto italic(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto execute(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified three_state,...
static auto replace(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified check_state,...
static auto descending(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified check_stat...
static auto settings(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto exit(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified and check_state.
static auto options(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified three_state,...
static auto spell_check(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto align_left(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified three_stat...
static auto refresh(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified location,...
static auto retry(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto properties(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified location,...
static auto copy(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified location.
static auto harddisk(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified and check_st...
static auto options(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto copy(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
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::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto strikeout(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified three_state...
static auto ok(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto forward(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified location,...
static auto exit() -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button.
static auto bottom(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto bold(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified check_state,...
static auto quit(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto down(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified three_state,...
static auto home(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified three_state,...
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto replace(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified location,...
static auto previous(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified check_state,...
static auto home(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto exit(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified check_state,...
static auto actual_size(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto customize(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified location,...
static auto underline(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto bold(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto ignore(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified location,...
static auto customize(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto preferences(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified check_sta...
static auto next(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified location,...
static auto cdrom(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified three_state,...
static auto exit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified three_state,...
static auto find(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto forward(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto revert_to_saved(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified three...
static auto select_all(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto color(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified three_state,...
static auto save_as(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto close(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto info() -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button.
static auto font(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto back(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified location,...
static auto down(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto undelete(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified location.
static auto customize(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified three_state...
static auto paste(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto customize(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified three_state...
static auto open(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified location.
static auto undo(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto next(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified check_state,...
static auto retry(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto top(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified three_state,...
static auto remove(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified check_state,...
static auto network(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified three_state,...
static auto index() -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button.
static auto view(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto index(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified check_state,...
static auto new_() -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button.
static auto apply(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified location,...
static auto actual_size(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified location.
static auto unindent() -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button.
static auto window(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified location,...
static auto search(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified check_state,...
static auto options(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto next(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified three_state,...
static auto tools(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified check_state,...
static auto file() -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button.
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto spell_check(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified location.
static auto forward(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified check_state,...
static auto yes(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified location,...
static auto properties(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto select_all(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto select_all(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto index(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent.
static auto ascending(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified check_state...
static auto search() -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button.
static auto search(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified location,...
static auto print(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified three_state,...
static auto stop(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto help(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified check_state,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto settings(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified location,...
static auto contents(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified and check_st...
static auto select_all(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified three_stat...
static auto open(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified three_state,...
static auto actual_size(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto execute(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified three_state,...
static auto up(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto print_preview(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified three_s...
static auto tools(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent.
static auto network(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified location,...
static auto clear(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto close(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified three_state,...
static auto options(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified check_state,...
static auto customize(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified location.
static auto customize(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto copy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified three_state,...
static auto execute(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent.
static auto no(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto find(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto align_left(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified location,...
static auto file(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto jump_to(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified three_state,...
static auto save(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto del(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent.
static auto back(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto last(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto apply(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto exit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto customize() -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button.
static auto bottom(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified check_state,...
static auto exit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified three_state,...
static auto print_preview(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified check_s...
static auto close(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified and check_state...
static auto del(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified check_state,...
static auto harddisk(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified check_state,...
static auto redo(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto select_all(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified location.
static auto cancel(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified three_state,...
static auto ascending(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified and check_s...
static auto redo() -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button.
static auto yes(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto open(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent.
static auto save(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified check_state,...
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto align_left(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent.
static auto remove(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified location,...
static auto cdrom(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto cancel(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified location,...
static auto harddisk(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent.
static auto cancel(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto properties(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified three_stat...
static auto tools(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified three_state,...
static auto stop(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified check_state,...
static auto zoom_out(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto spell_check(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto bold(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto quit() -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button.
static auto bottom(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent.
static auto strikeout(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified and check_s...
static auto network(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto yes(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto spell_check(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified location,...
static auto print_preview(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified locatio...
static auto unindent(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto quit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto view(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto indent(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto up(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified check_state,...
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto convert(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified three_state,...
static auto zoom_in(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto unindent(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified location.
static auto zoom_in(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified and check_sta...
static auto back(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified check_state,...
static auto clear(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent.
static auto save_as(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto save(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto no(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto no(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto open(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified location,...
static auto no(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto unindent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto redo(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent.
static auto print_preview(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto print() -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button.
static auto bottom(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto add(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto index(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified check_state,...
static auto preferences(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified location,...
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto cdrom(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto indent(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified location,...
static auto revert_to_saved(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified check...
static auto add(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified three_state,...
static auto info(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto revert_to_saved(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto remove(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent.
static auto ascending(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified three_state...
static auto bottom(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified location.
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto print_preview(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified three_s...
static auto descending(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto help(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified three_state,...
static auto index(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto indent(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified check_state,...
static auto select_all(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified check_stat...
static auto actual_size(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto add(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified location.
static auto preferences(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto help(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto abort(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified and check_state...
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto apply(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto abort(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto file(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto bold(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto back(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto clear(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified check_state,...
static auto search(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto undelete() -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button.
static auto down(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent.
static auto properties(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent.
static auto no(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto close(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified location,...
static auto save(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified three_state,...
static auto new_(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto ok(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified three_state,...
static auto bottom(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified location,...
static auto next(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto del() -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button.
static auto convert(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified location,...
static auto replace(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto cancel(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified three_state,...
static auto apply() -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button.
static auto preferences(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified three_sta...
static auto window(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto home(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified check_state,...
static auto cut(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto underline(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto print(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified and check_state...
static auto color(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent.
static auto spell_check(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified check_sta...
static auto descending(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto apply(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto quit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto convert() -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button.
static auto preferences(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto clear(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified location.
static auto print(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto exit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto edit(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified location.
static auto indent(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto copy(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified check_state,...
static auto next(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified location,...
static auto strikeout(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto first(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto refresh(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified three_state,...
static auto underline(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified location.
static auto del(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified check_state,...
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto tools(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified and check_state...
static auto print(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified check_state,...
static auto zoom_to_fit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto jump_to(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto network(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto zoom_out(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto add(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified location,...
static auto floppy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto help() -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button.
static auto first(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto align_left(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified location,...
static auto quit(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent.
static auto back(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto add(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto refresh(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified location.
static auto copy(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto stop(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
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::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto stop(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto window(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto execute(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified location.
static auto italic(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto actual_size(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified three_sta...
static auto save_as(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified check_state,...
static auto convert(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified check_state,...
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto abort(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified three_state,...
static auto clear(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified three_state,...
static auto open(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto zoom_in(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified three_state,...
static auto save_as(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified three_state,...
static auto preferences(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified location,...
static auto convert(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto refresh(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified three_state,...
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto paste(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto index(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified and check_state...
static auto spell_check(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified location,...
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::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent.
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto unindent(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified three_state,...
static auto select_all(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto back(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto execute(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified check_state,...
static auto descending(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified location,...
static auto zoom_in(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified check_state,...
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto contents(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified three_state,...
static auto home(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified check_state,...
static auto alignment(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto font(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto italic(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto paste(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified check_state,...
static auto bold(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified check_state,...
static auto settings(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto font(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified three_state,...
static auto harddisk(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified check_state,...
static auto down(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto previous(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto undo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified three_state,...
static auto file(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified and check_state.
static auto undelete(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified check_state,...
static auto apply(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified location,...
static auto cancel(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified check_state,...
static auto view(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto abort(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified location,...
static auto network() -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button.
static auto forward(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified location,...
static auto redo(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto paste(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified and check_state...
static auto exit(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified location.
static auto centered(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto up(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified three_state,...
static auto floppy(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto ok(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified location.
static auto index(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto cut(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified three_state,...
static auto bold(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified three_state,...
static auto execute(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto options(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
static auto stop(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified three_state,...
static auto forward(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified check_state,...
static auto about(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified location,...
static auto font() -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button.
static auto close(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified three_state,...
static auto paste(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified three_state,...
static auto zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified three_sta...
static auto jump_to(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified check_state,...
static auto apply(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified check_state,...
static auto quit(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified three_state,...
static auto alignment(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified three_state...
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto properties(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto spell_check(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified three_sta...
static auto close(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto cancel(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified location,...
static auto save_as(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified and check_sta...
static auto apply(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto color(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified check_state,...
static auto color(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto undo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified three_state,...
static auto descending(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified three_stat...
static auto cancel(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto spell_check(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto bold(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto copy(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified check_state,...
static auto no(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified location,...
static auto edit(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified check_state,...
static auto remove(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified three_state,...
static auto del(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto file(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto new_(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto info(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified location.
static auto window(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto cut(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified check_state,...
static auto print(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent.
static auto undelete(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified location,...
static auto down(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified check_state,...
static auto refresh(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified three_state,...
static auto paste(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto index(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified location,...
static auto find(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified three_state,...
static auto retry(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto unindent(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto customize(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto jump_to(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto copy(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto bottom(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto customize(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto last(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto stop(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent.
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::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto new_(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified three_state,...
static auto save(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto cut(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto info(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto up(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto print(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto index(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto yes(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto clear(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified and check_state...
static auto clear(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified three_state,...
static auto network(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified check_state,...
static auto save_as(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified location,...
static auto zoom_in(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified three_state,...
static auto options(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified location.
static auto about(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto zoom_in() -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button.
static auto revert_to_saved(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto view(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified check_state,...
static auto first(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto top(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified and check_state.
static auto quit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified location,...
static auto centered(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto strikeout(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified check_state...
static auto up(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified location.
static auto new_(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified location,...
static auto quit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified location,...
static auto back(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto descending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto stop(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto cancel(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified check_state,...
static auto preferences(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified check_sta...
static auto customize(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto properties(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto info(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent.
static auto descending(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto quit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto zoom_to_fit(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified check_sta...
static auto open(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto options(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent.
static auto align_right(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto color(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto home(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified three_state,...
static auto redo(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto clear(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified three_state,...
static auto save(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto down(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto file(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified check_state,...
static auto first(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified three_state,...
static auto refresh() -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button.
static auto stop(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto quit(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified check_state,...
static auto open(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto refresh(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto options(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto refresh(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto italic(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified and check_stat...
static auto find() -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button.
static auto ok(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified check_state,...
static auto ok(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified three_state,...
static auto ascending(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto view() -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button.
static auto alignment(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified check_state...
static auto settings(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent.
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto execute(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto file(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto cut(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto no(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent.
static auto execute(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified check_state,...
static auto settings(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto find(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified check_state,...
static auto refresh(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto about(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto undo(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto find(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified location,...
static auto last(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto up(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified location,...
static auto index(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified three_state,...
static auto indent(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto edit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto execute(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto properties(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto zoom_out(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified check_state,...
static auto add(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto ascending(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified location,...
static auto save_as(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified three_state,...
static auto back(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto exit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified location,...
static auto apply(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified three_state,...
static auto replace(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto justified(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified three_state...
static auto save(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified location,...
static auto centered(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified three_state,...
static auto bottom(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto floppy(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified check_state,...
static auto font(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified check_state,...
static auto actual_size(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified check_sta...
static auto undo(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto cdrom(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified three_state,...
static auto revert_to_saved(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto indent(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified three_state,...
static auto jump_to(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified location,...
static auto actual_size(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto find(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto help(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified three_state,...
static auto save_as(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto stop(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified check_state,...
static auto select_all(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified check_stat...
static auto cancel(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto find(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto justified(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified check_state...
static auto retry(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto preferences(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified three_sta...
static auto unindent(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto abort() -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button.
static auto floppy(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto save_as(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified three_state,...
static auto align_left(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto settings(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto first(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto up(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified location,...
static auto bold(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified three_state,...
static auto descending(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto undo(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent.
static auto top(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified check_state,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto yes(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto forward(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified three_state,...
static auto undelete(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified check_state,...
static auto centered(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified three_state,...
static auto undelete(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified location,...
static auto redo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified three_state,...
static auto preferences(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto properties(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto first(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto floppy(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto find(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto help(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified and check_state.
static auto about(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified check_state,...
static auto zoom_to_fit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto bottom(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto underline(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto convert(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto zoom_in(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified three_state,...
static auto align_left(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified three_sta...
static auto yes(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto jump_to(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent.
static auto previous() -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button.
static auto bottom(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified three_state,...
static auto copy(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto justified(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified location.
static auto del(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent.
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto search(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto edit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified three_state,...
static auto previous(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto justified(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto save(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto no(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto down(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto align_left(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto indent(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified and check_stat...
static auto settings(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified check_state,...
static auto underline(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified check_state...
static auto help(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified location,...
static auto align_left(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified location.
static auto indent(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto ignore(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified check_state,...
static auto descending(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified and check_...
static auto file(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified location,...
static auto contents(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent.
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto cut(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent.
static auto home(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent.
static auto back(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto revert_to_saved(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto harddisk(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto next(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto quit(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified check_state,...
static auto properties(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified three_stat...
static auto tools(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified check_state,...
static auto descending(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified check_stat...
static auto align_left(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified check_stat...
static auto last(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto font(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified three_state,...
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
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::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto color(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto ignore(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified check_state,...
static auto edit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto new_(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified three_state,...
static auto ok(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto back() -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button.
static auto harddisk(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto spell_check(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static auto edit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto remove(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto quit(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified location.
static auto underline(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto window(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified and check_stat...
static auto edit(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified and check_state.
static auto actual_size(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified three_sta...
static auto harddisk(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified location,...
static auto replace(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto font(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified three_state,...
static auto customize(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent.
static auto view(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified and check_state.
static auto help(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified check_state,...
static auto find(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified location.
static auto undo() -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button.
static auto copy(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified location,...
static auto search(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified and check_stat...
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto tools(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto window(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified check_state,...
static auto view(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto underline(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto abort(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified three_state,...
static auto redo(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto italic(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified three_state,...
static auto jump_to(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto about(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified three_state,...
static auto first(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto home(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified check_state,...
static auto align_right(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto settings(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified three_state,...
static auto bold(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto top(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified three_state,...
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto cut(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto italic(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified location,...
static auto properties(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified check_stat...
static auto settings(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified three_state,...
static auto print_preview() -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button.
static auto options(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto abort(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified location,...
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto home(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified three_state,...
static auto apply(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent.
static auto no(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified location.
static auto new_(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified and check_state.
static auto save() -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button.
static auto next(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto redo(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified three_state,...
static auto yes(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified check_state,...
static auto help(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent.
static auto open(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified check_state,...
static auto customize(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified and check_s...
static auto indent() -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button.
static auto search(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified location.
static auto previous(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto save_as(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto redo(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified location,...
static auto up(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto clear(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto jump_to(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified three_state,...
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::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto remove(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified check_state,...
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto file(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto floppy(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto stop(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified location.
static auto italic(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified location.
static auto unindent(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto new_(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto next() -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button.
static auto align_left(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified and check_...
static auto forward(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto select_all(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified and check_...
static auto close(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified check_state,...
static auto down() -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button.
static auto previous(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto file(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto window(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified location.
static auto search(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto ok(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent.
static auto window(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified three_state,...
static auto home(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto last(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified three_state,...
static auto del(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto no(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto clear(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto open(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified three_state,...
static auto abort(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto contents(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto replace(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto del(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto undo(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified location,...
static auto centered(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto new_(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified check_state,...
static auto copy() -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button.
static auto alignment(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified check_state...
static auto properties(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto cdrom(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified location.
static auto retry(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified check_state,...
static auto down(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified and check_state.
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto select_all(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto down(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto execute(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto add(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto view(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified three_state,...
static auto top(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified location,...
static auto execute(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified location,...
static auto find(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified parent,...
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto bold(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified and check_state.
static auto forward(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto indent(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto replace(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto no(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto copy(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto ascending(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified three_state...
static auto replace(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto up(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified check_state,...
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto window(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto stop(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified check_state,...
static auto italic(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified location,...
static auto print(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified location.
static auto quit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified three_state,...
static auto align_right(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified location,...
static auto convert(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent.
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto search(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto up(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified check_state,...
static auto contents(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified check_state,...
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto exit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto first(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto indent(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified check_state,...
static auto align_left(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified check_stat...
static auto preferences(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified location.
static auto network(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto window(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified check_state,...
static auto spell_check(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified and check...
static auto about(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified three_state,...
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto index(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto no(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified three_state,...
static auto customize(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified check_state...
static auto refresh(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent.
static auto select_all(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto file(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto paste(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified three_state,...
static auto next(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto quit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto close(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified check_state,...
static auto up(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto centered(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto ok(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto ignore() -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button.
static auto del(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified and check_state.
static auto properties() -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button.
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto justified(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto redo(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified three_state,...
static auto options(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified check_state,...
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto print_preview(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified check_s...
static auto remove(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified location,...
static auto top(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent.
static auto refresh(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto undo(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified location.
static auto about(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified and check_state...
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified parent,...
static auto harddisk() -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button.
static auto first(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto stop(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified three_state,...
static auto options(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto remove(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto back(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto unindent(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified check_state,...
static auto zoom_in(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified check_state,...
static auto indent(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto strikeout(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified three_state...
static auto del(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto retry(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto cancel(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto alignment() -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button.
static auto italic(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto info(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto add(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent.
static auto view(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto redo(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto last() -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button.
static auto edit(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto network(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto bold(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent,...
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto up(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified three_state,...
static auto clear(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified check_state,...
static auto justified(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified check_state...
static auto help(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified check_state,...
static auto ascending(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified check_state...
static auto alignment(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified three_state...
static auto back(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified three_state,...
static auto cancel(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent.
static auto first(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified three_state,...
static auto zoom_out(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto properties(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified check_stat...
static auto align_left(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto contents(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified three_state,...
static auto ok(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified location,...
static auto network(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified check_state,...
static auto align_right(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto print_preview(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified check_s...
static auto zoom_in(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto properties(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified three_stat...
static auto apply(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified check_state,...
static auto clear() -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button.
static auto redo(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified check_state,...
static auto zoom_in(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto forward(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent.
static auto first(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified parent,...
static auto contents(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto alignment(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent.
static auto remove() -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button.
static auto zoom_out(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto align_left(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto save_as(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified location.
static auto centered(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified location,...
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::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto info(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto view(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified check_state,...
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto clear(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified three_state,...
static auto zoom_in(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified location,...
static auto window(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified location,...
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent,...
static auto forward(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto font(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto previous(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified check_state,...
static auto font(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified location,...
static auto save_as(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto customize(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto info(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto forward(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified and check_sta...
static auto previous(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified three_state,...
static auto floppy(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto remove(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified and check_stat...
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
static auto add(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified location,...
static auto revert_to_saved(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified locat...
static auto yes(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified check_state,...
static auto settings(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto color(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto cdrom(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified location,...
static auto execute(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified location,...
static auto about(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified check_state,...
static auto ok(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified and check_state.
static auto exit(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified check_state,...
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto paste(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified location,...
static auto bold(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified check_state,...
static auto actual_size(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified three_sta...
static auto paste(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto revert_to_saved(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified locat...
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto bold(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified parent.
static auto add(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto centered(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified location.
static auto next(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified location.
static auto options(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified parent,...
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto contents(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified check_state,...
static auto window(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto quit(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified check_state,...
static auto cut(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified three_state,...
static auto underline(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified three_state...
static auto cut(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto customize(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified parent,...
static auto settings(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified and check_st...
static auto file(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified check_state,...
static auto undelete(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified parent,...
static auto align_left(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified check_stat...
static auto preferences(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent.
static auto del(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified location,...
static auto underline(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified location,...
static auto home(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto color(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified three_state,...
static auto window(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified three_state,...
static auto replace(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified three_state,...
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto italic(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified three_state,...
static auto down(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto exit(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified three_state,...
static auto top(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified three_state,...
static auto apply(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified three_state,...
static auto index(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto info(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified check_state,...
static auto jump_to(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified location.
static auto execute(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified check_state,...
static auto forward() -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button.
static auto zoom_out(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified location,...
static auto bold(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified location,...
static auto network(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified location.
static auto undo(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto ascending(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto clear(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified location,...
static auto centered(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto select_all(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent.
static auto del(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified check_state,...
static auto floppy(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto ok(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified three_state,...
static auto options(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified location,...
static auto index(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified parent,...
static auto ok(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto ok(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto ok() -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button.
static auto settings(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified location,...
static auto down(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto revert_to_saved(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified check...
static auto unindent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto jump_to(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified check_state,...
static auto jump_to(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto last(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified three_state,...
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto window(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified parent,...
static auto new_(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified three_state,...
static auto save(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified parent,...
static auto new_(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto customize(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified three_state...
static auto unindent(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified three_state,...
static auto print(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified parent,...
static auto info(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified three_state,...
static auto convert(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified check_state,...
static auto save_as(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto centered(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified three_state,...
static auto find(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified three_state,...
static auto exit(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent.
static auto back(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified check_state,...
static auto color(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified and check_state...
static auto zoom_in(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto replace() -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button.
static auto redo(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified parent,...
static auto preferences(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto save_as() -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button.
static auto new_(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto zoom_out(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent.
static auto up(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent.
static auto options(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent options light_button with specified location,...
static auto contents(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified three_state,...
static auto cut(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto clear(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto retry(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified location.
static auto cut(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified and check_state.
static auto file(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto floppy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto italic(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto cut(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified three_state,...
static auto ignore(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified three_state,...
static auto save_as(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified check_state,...
static auto previous(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified location.
static auto ignore(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified three_state,...
static auto new_(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto find(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified and check_state.
static auto back(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified three_state,...
static auto zoom_to_fit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto yes(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified location,...
static auto stop(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified parent,...
static auto revert_to_saved(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified three...
static auto zoom_to_fit() -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button.
static auto quit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent quit light_button with specified parent,...
static auto color(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto undo(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified and check_state.
static auto ignore(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified three_state,...
static auto color(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified parent,...
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto floppy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified three_state,...
static auto cdrom(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto previous(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified three_state,...
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto no(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified three_state,...
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto no(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified check_state,...
static auto customize(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent customize light_button with specified location,...
static auto new_(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto view(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified three_state,...
static auto harddisk(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified three_state,...
static auto apply(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified parent,...
static auto close(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto underline(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto view(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto up(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified parent,...
static auto index(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified three_state,...
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto remove(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto underline(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent.
static auto add(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto jump_to(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto font(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified and check_state.
static auto previous(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified three_state,...
static auto print(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print light_button with specified location,...
static auto search(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent.
static auto remove(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified three_state,...
static auto spell_check(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified three_sta...
static auto revert_to_saved(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto retry(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified location,...
static auto execute(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified and check_sta...
static auto harddisk(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified three_state,...
static auto view(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified location.
static auto last(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified location.
static auto new_(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified check_state,...
static auto previous(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified and check_st...
static auto cut(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified location,...
static auto open(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto last(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified check_state,...
static auto cancel(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto about(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified check_state,...
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto abort(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified check_state,...
static auto replace(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified parent,...
static auto execute(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified three_state,...
static auto info(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified check_state,...
static auto ascending(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent.
static auto select_all(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified parent,...
static auto new_(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent,...
static auto settings(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified parent,...
static auto info(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified location,...
static auto last(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified check_state,...
static auto apply(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent apply light_button with specified and check_state...
static auto select_all() -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button.
static auto properties(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified three_stat...
static auto paste() -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button.
static auto indent(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent.
static auto italic(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified check_state,...
static auto bottom(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified parent,...
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified parent,...
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::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto bottom(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified three_state,...
static auto last(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto yes(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified parent,...
static auto cdrom(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified check_state,...
static auto execute(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified parent,...
static auto abort(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified three_state,...
static auto undo(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified parent,...
static auto abort(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified check_state,...
static auto zoom_in(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified three_state,...
static auto edit(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent edit light_button with specified parent,...
static auto save(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified three_state,...
static auto view(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified three_state,...
static auto last(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified check_state,...
static auto retry(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
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::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto back(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto previous(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified location,...
static auto down(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified three_state,...
static auto actual_size(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto up(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button with specified three_state,...
static auto cut(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified check_state,...
static auto zoom_in(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto info(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified three_state,...
static auto floppy(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified three_state,...
static auto close(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto clear(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto properties(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified location.
static auto actual_size(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static auto window(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent window light_button with specified check_state,...
static auto top(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified check_state,...
static auto strikeout(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto bottom(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified three_state,...
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto italic(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto convert(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified three_state,...
static auto revert_to_saved(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static auto forward(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto tools(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto first(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent first light_button with specified three_state,...
static auto italic(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent.
static auto justified(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto preferences(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto save(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent save light_button with specified location,...
static auto retry(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified three_state,...
static auto font(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent font light_button with specified parent,...
static auto align_left(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified three_stat...
static auto print_preview(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto revert_to_saved() -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button.
static auto last(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified parent,...
static auto strikeout(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified check_state...
static auto cdrom(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static auto about(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified location.
static auto stop() -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button.
static auto network(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified three_state,...
static auto exit(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto descending(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified parent,...
static auto about(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified location,...
static auto redo(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified and check_state.
static auto tools() -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button.
static auto back(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static auto preferences(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified parent,...
static auto next(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified check_state,...
static auto spell_check(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified check_sta...
static auto justified(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto forward(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified location.
static auto cancel(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto close(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified location,...
static auto undo(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified location,...
static auto close() -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button.
static auto preferences(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto open(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto ascending(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto replace(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified location,...
static auto strikeout(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static auto redo(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent redo light_button with specified check_state,...
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent top light_button with specified parent,...
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::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto floppy(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent,...
static auto align_left(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified three_stat...
static auto justified(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified parent,...
static auto find(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified check_state,...
static auto forward(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified three_state,...
static auto about() -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button.
static auto no(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto harddisk(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified three_state,...
static auto last(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent last light_button with specified and check_state.
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto home(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto centered(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified three_state,...
static auto cancel(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto tools(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified three_state,...
static auto harddisk(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static auto cancel(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified parent,...
static auto exit(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified parent,...
static auto print_preview(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent print_preview light_button with specified and che...
static auto floppy(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified parent.
static auto tools(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified location.
static auto network(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified three_state,...
static auto indent(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified parent,...
static auto floppy(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent floppy light_button with specified three_state,...
static auto align_right(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
static auto italic() -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button.
static auto properties(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified parent,...
static auto remove(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto del(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified location.
static auto help(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto search(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified check_state,...
static auto abort(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified parent.
static auto preferences(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified check_sta...
static auto descending(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent descending light_button with specified three_stat...
static auto actual_size(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button with specified parent.
static auto abort(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified location.
static auto clear(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified location,...
static auto save_as(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified three_state,...
static auto align_left(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto tools(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto save_as(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent save_as light_button with specified parent,...
static auto index(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified three_state,...
static auto info(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ignore light_button with specified parent,...
static auto color(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button with specified location.
static auto actual_size() -> xtd::forms::light_button
Create a system-defined light_button that represent actual_size light_button.
static auto copy(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified parent,...
static auto spell_check(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent spell_check light_button with specified check_sta...
static auto abort(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent abort light_button with specified three_state,...
static auto zoom_out(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto open(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified parent,...
static auto bottom(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified check_state,...
static auto refresh(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified and check_sta...
static auto execute(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent execute light_button with specified three_state,...
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent contents light_button with specified parent,...
static auto yes(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified three_state,...
static auto convert(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified and check_sta...
static auto back(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified parent.
static auto select_all(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent select_all light_button with specified three_stat...
static auto convert(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent convert light_button with specified check_state,...
static auto close(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent.
static auto paste(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified check_state,...
static auto yes(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent yes light_button with specified three_state,...
static auto find(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent find light_button with specified three_state,...
static auto replace(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent replace light_button with specified and check_sta...
static auto tools(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto file(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent file light_button with specified parent,...
static auto ascending(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified parent,...
static auto bottom(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified and check_stat...
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto preferences(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent preferences light_button with specified parent,...
static auto zoom_out(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified check_state,...
static auto new_(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified parent.
static auto up() -> xtd::forms::light_button
Create a system-defined light_button that represent up light_button.
static auto jump_to(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified and check_sta...
static auto ascending(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent ascending light_button with specified location,...
static auto zoom_out(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static auto help(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static auto remove(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified three_state,...
static auto cdrom(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent cdrom light_button with specified and check_state...
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified parent,...
static auto refresh(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto unindent(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified three_state,...
static auto undelete(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent undelete light_button with specified three_state,...
static auto justified(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent justified light_button with specified location,...
static auto stop(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent stop light_button with specified three_state,...
static auto paste(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified parent,...
static auto help(const xtd::forms::control &parent, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto del(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent del light_button with specified three_state,...
static auto jump_to() -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button.
static auto harddisk(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent harddisk light_button with specified check_state,...
static auto revert_to_saved(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent revert_to_saved light_button with specified check...
static auto strikeout(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button with specified check_state...
static auto bottom(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent bottom light_button with specified check_state,...
static auto undo(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent undo light_button with specified three_state,...
static auto close(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified three_state,...
static auto add(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent add light_button with specified parent,...
static auto new_(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent new_ light_button with specified check_state,...
static auto properties(xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent properties light_button with specified and check_...
static auto zoom_to_fit(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent zoom_to_fit light_button with specified check_sta...
static auto search(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified three_state,...
static auto bold(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent bold light_button with specified location.
static auto open(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent open light_button with specified check_state,...
static auto jump_to(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static auto down(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent down light_button with specified parent,...
static auto paste(const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent paste light_button with specified location.
static auto align_left(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified three_stat...
static auto centered(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent centered light_button with specified parent,...
static auto alignment(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified location,...
static auto about(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto italic(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent italic light_button with specified parent,...
static auto view(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto strikeout() -> xtd::forms::light_button
Create a system-defined light_button that represent strikeout light_button.
static auto remove(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent remove light_button with specified parent,...
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent info light_button with specified parent,...
static auto close(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto close(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified parent,...
static auto refresh(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent refresh light_button with specified parent,...
static auto underline(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent underline light_button with specified three_state...
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent home light_button with specified parent,...
static auto settings(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent settings light_button with specified three_state,...
static auto cancel(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent cancel light_button with specified three_state,...
static auto index(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent index light_button with specified location,...
static auto copy(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent copy light_button with specified location,...
static auto cut(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent cut light_button with specified parent,...
static auto ok(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent ok light_button with specified three_state,...
static auto exit(xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent exit light_button with specified check_state,...
static auto align_left(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent align_left light_button with specified parent,...
static auto view(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto next(const xtd::forms::control &parent) -> xtd::forms::light_button
Create a system-defined light_button that represent next light_button with specified parent.
static auto forward(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent forward light_button with specified parent,...
static auto previous(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent previous light_button with specified parent,...
static auto view(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent view light_button with specified parent,...
static auto help(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent help light_button with specified parent,...
static auto indent(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent indent light_button with specified location,...
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent about light_button with specified parent,...
static auto color() -> xtd::forms::light_button
Create a system-defined light_button that represent color light_button.
static auto back(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified check_state,...
static auto alignment(bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent alignment light_button with specified three_state...
static auto tools(bool three_state, xtd::forms::check_state check_state) -> xtd::forms::light_button
Create a system-defined light_button that represent tools light_button with specified three_state,...
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::light_button
Create a system-defined light_button that represent clear light_button with specified parent,...
static auto search(const xtd::forms::control &parent, bool three_state, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent search light_button with specified parent,...
static auto network(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent network light_button with specified parent,...
static auto unindent(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent unindent light_button with specified parent,...
static auto back(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent back light_button with specified location,...
static auto no(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent no light_button with specified parent,...
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent retry light_button with specified parent,...
static auto close(xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::light_button
Create a system-defined light_button that represent close light_button with specified check_state,...
static auto align_right(const xtd::forms::control &parent, xtd::forms::check_state check_state, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::light_button
Create a system-defined light_button that represent align_right light_button with specified parent,...
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:38
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
check_state
Specifies the state of a control, such as a check box, that can be checked, unchecked,...
Definition check_state.hpp:23
@ location
Specifies that both the x and y coordinates of the control are defined.
Definition bounds_specified.hpp:30
Contains xtd::forms::light_button control.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
constexpr auto size() const noexcept -> size_type
Returns the number of elements.
Definition read_only_span.hpp:217
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.hpp:54
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:32