xtd 1.0.0
Loading...
Searching...
No Matches
buttons.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "button.hpp"
6
8namespace xtd {
10 namespace forms {
24 class buttons final static_ {
25 public:
27
31 [[nodiscard]] static auto abort() -> xtd::forms::button;
35 [[nodiscard]] static auto abort(const xtd::drawing::point& location) -> xtd::forms::button;
40 [[nodiscard]] static auto abort(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
46 [[nodiscard]] static auto abort(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
50 [[nodiscard]] static auto abort(const xtd::forms::control& parent) -> xtd::forms::button;
55 [[nodiscard]] static auto abort(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
61 [[nodiscard]] static auto abort(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
68 [[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::button;
69
72 [[nodiscard]] static auto about() -> xtd::forms::button;
76 [[nodiscard]] static auto about(const xtd::drawing::point& location) -> xtd::forms::button;
81 [[nodiscard]] static auto about(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
87 [[nodiscard]] static auto about(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
91 [[nodiscard]] static auto about(const xtd::forms::control& parent) -> xtd::forms::button;
96 [[nodiscard]] static auto about(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
102 [[nodiscard]] static auto about(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
109 [[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::button;
110
113 [[nodiscard]] static auto actual_size() -> xtd::forms::button;
117 [[nodiscard]] static auto actual_size(const xtd::drawing::point& location) -> xtd::forms::button;
128 [[nodiscard]] static auto actual_size(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
132 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent) -> xtd::forms::button;
137 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
143 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
150 [[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::button;
151
154 [[nodiscard]] static auto add() -> xtd::forms::button;
158 [[nodiscard]] static auto add(const xtd::drawing::point& location) -> xtd::forms::button;
163 [[nodiscard]] static auto add(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
169 [[nodiscard]] static auto add(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
173 [[nodiscard]] static auto add(const xtd::forms::control& parent) -> xtd::forms::button;
178 [[nodiscard]] static auto add(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
184 [[nodiscard]] static auto add(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
191 [[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::button;
192
195 [[nodiscard]] static auto alignment() -> xtd::forms::button;
199 [[nodiscard]] static auto alignment(const xtd::drawing::point& location) -> xtd::forms::button;
210 [[nodiscard]] static auto alignment(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
214 [[nodiscard]] static auto alignment(const xtd::forms::control& parent) -> xtd::forms::button;
219 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
225 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
232 [[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::button;
233
236 [[nodiscard]] static auto align_left() -> xtd::forms::button;
240 [[nodiscard]] static auto align_left(const xtd::drawing::point& location) -> xtd::forms::button;
251 [[nodiscard]] static auto align_left(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
255 [[nodiscard]] static auto align_left(const xtd::forms::control& parent) -> xtd::forms::button;
260 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
266 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
273 [[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::button;
274
277 [[nodiscard]] static auto align_right() -> xtd::forms::button;
281 [[nodiscard]] static auto align_right(const xtd::drawing::point& location) -> xtd::forms::button;
292 [[nodiscard]] static auto align_right(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
296 [[nodiscard]] static auto align_right(const xtd::forms::control& parent) -> xtd::forms::button;
301 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
307 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
314 [[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::button;
315
318 [[nodiscard]] static auto apply() -> xtd::forms::button;
322 [[nodiscard]] static auto apply(const xtd::drawing::point& location) -> xtd::forms::button;
327 [[nodiscard]] static auto apply(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
333 [[nodiscard]] static auto apply(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
337 [[nodiscard]] static auto apply(const xtd::forms::control& parent) -> xtd::forms::button;
342 [[nodiscard]] static auto apply(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
348 [[nodiscard]] static auto apply(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
355 [[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::button;
356
359 [[nodiscard]] static auto ascending() -> xtd::forms::button;
363 [[nodiscard]] static auto ascending(const xtd::drawing::point& location) -> xtd::forms::button;
374 [[nodiscard]] static auto ascending(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
378 [[nodiscard]] static auto ascending(const xtd::forms::control& parent) -> xtd::forms::button;
383 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
389 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
396 [[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::button;
397
400 [[nodiscard]] static auto back() -> xtd::forms::button;
404 [[nodiscard]] static auto back(const xtd::drawing::point& location) -> xtd::forms::button;
409 [[nodiscard]] static auto back(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
415 [[nodiscard]] static auto back(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
419 [[nodiscard]] static auto back(const xtd::forms::control& parent) -> xtd::forms::button;
424 [[nodiscard]] static auto back(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
430 [[nodiscard]] static auto back(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
437 [[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::button;
438
441 [[nodiscard]] static auto bold() -> xtd::forms::button;
445 [[nodiscard]] static auto bold(const xtd::drawing::point& location) -> xtd::forms::button;
450 [[nodiscard]] static auto bold(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
456 [[nodiscard]] static auto bold(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
460 [[nodiscard]] static auto bold(const xtd::forms::control& parent) -> xtd::forms::button;
465 [[nodiscard]] static auto bold(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
471 [[nodiscard]] static auto bold(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
478 [[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::button;
479
482 [[nodiscard]] static auto bottom() -> xtd::forms::button;
486 [[nodiscard]] static auto bottom(const xtd::drawing::point& location) -> xtd::forms::button;
491 [[nodiscard]] static auto bottom(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
497 [[nodiscard]] static auto bottom(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
501 [[nodiscard]] static auto bottom(const xtd::forms::control& parent) -> xtd::forms::button;
506 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
512 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
519 [[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::button;
520
523 [[nodiscard]] static auto cancel() -> xtd::forms::button;
527 [[nodiscard]] static auto cancel(const xtd::drawing::point& location) -> xtd::forms::button;
532 [[nodiscard]] static auto cancel(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
538 [[nodiscard]] static auto cancel(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
542 [[nodiscard]] static auto cancel(const xtd::forms::control& parent) -> xtd::forms::button;
547 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
553 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
560 [[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::button;
561
564 [[nodiscard]] static auto cdrom() -> xtd::forms::button;
568 [[nodiscard]] static auto cdrom(const xtd::drawing::point& location) -> xtd::forms::button;
573 [[nodiscard]] static auto cdrom(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
579 [[nodiscard]] static auto cdrom(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
583 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent) -> xtd::forms::button;
588 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
594 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
601 [[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::button;
602
605 [[nodiscard]] static auto centered() -> xtd::forms::button;
609 [[nodiscard]] static auto centered(const xtd::drawing::point& location) -> xtd::forms::button;
620 [[nodiscard]] static auto centered(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
624 [[nodiscard]] static auto centered(const xtd::forms::control& parent) -> xtd::forms::button;
629 [[nodiscard]] static auto centered(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
635 [[nodiscard]] static auto centered(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
642 [[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::button;
643
646 [[nodiscard]] static auto clear() -> xtd::forms::button;
650 [[nodiscard]] static auto clear(const xtd::drawing::point& location) -> xtd::forms::button;
655 [[nodiscard]] static auto clear(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
661 [[nodiscard]] static auto clear(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
665 [[nodiscard]] static auto clear(const xtd::forms::control& parent) -> xtd::forms::button;
670 [[nodiscard]] static auto clear(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
676 [[nodiscard]] static auto clear(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
683 [[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::button;
684
687 [[nodiscard]] static auto close() -> xtd::forms::button;
691 [[nodiscard]] static auto close(const xtd::drawing::point& location) -> xtd::forms::button;
696 [[nodiscard]] static auto close(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
702 [[nodiscard]] static auto close(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
706 [[nodiscard]] static auto close(const xtd::forms::control& parent) -> xtd::forms::button;
711 [[nodiscard]] static auto close(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
717 [[nodiscard]] static auto close(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
724 [[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::button;
725
728 [[nodiscard]] static auto color() -> xtd::forms::button;
732 [[nodiscard]] static auto color(const xtd::drawing::point& location) -> xtd::forms::button;
737 [[nodiscard]] static auto color(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
743 [[nodiscard]] static auto color(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
747 [[nodiscard]] static auto color(const xtd::forms::control& parent) -> xtd::forms::button;
752 [[nodiscard]] static auto color(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
758 [[nodiscard]] static auto color(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
765 [[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::button;
766
769 [[nodiscard]] static auto contents() -> xtd::forms::button;
773 [[nodiscard]] static auto contents(const xtd::drawing::point& location) -> xtd::forms::button;
784 [[nodiscard]] static auto contents(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
788 [[nodiscard]] static auto contents(const xtd::forms::control& parent) -> xtd::forms::button;
793 [[nodiscard]] static auto contents(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
799 [[nodiscard]] static auto contents(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
806 [[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::button;
807
810 [[nodiscard]] static auto convert() -> xtd::forms::button;
814 [[nodiscard]] static auto convert(const xtd::drawing::point& location) -> xtd::forms::button;
819 [[nodiscard]] static auto convert(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
825 [[nodiscard]] static auto convert(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
829 [[nodiscard]] static auto convert(const xtd::forms::control& parent) -> xtd::forms::button;
834 [[nodiscard]] static auto convert(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
840 [[nodiscard]] static auto convert(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
847 [[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::button;
848
851 [[nodiscard]] static auto copy() -> xtd::forms::button;
855 [[nodiscard]] static auto copy(const xtd::drawing::point& location) -> xtd::forms::button;
860 [[nodiscard]] static auto copy(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
866 [[nodiscard]] static auto copy(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
870 [[nodiscard]] static auto copy(const xtd::forms::control& parent) -> xtd::forms::button;
875 [[nodiscard]] static auto copy(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
881 [[nodiscard]] static auto copy(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
888 [[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::button;
889
892 [[nodiscard]] static auto customize() -> xtd::forms::button;
896 [[nodiscard]] static auto customize(const xtd::drawing::point& location) -> xtd::forms::button;
907 [[nodiscard]] static auto customize(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
911 [[nodiscard]] static auto customize(const xtd::forms::control& parent) -> xtd::forms::button;
916 [[nodiscard]] static auto customize(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
922 [[nodiscard]] static auto customize(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
929 [[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::button;
930
933 [[nodiscard]] static auto cut() -> xtd::forms::button;
937 [[nodiscard]] static auto cut(const xtd::drawing::point& location) -> xtd::forms::button;
942 [[nodiscard]] static auto cut(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
948 [[nodiscard]] static auto cut(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
952 [[nodiscard]] static auto cut(const xtd::forms::control& parent) -> xtd::forms::button;
957 [[nodiscard]] static auto cut(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
963 [[nodiscard]] static auto cut(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
970 [[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::button;
971
974 [[nodiscard]] static auto del() -> xtd::forms::button;
978 [[nodiscard]] static auto del(const xtd::drawing::point& location) -> xtd::forms::button;
983 [[nodiscard]] static auto del(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
989 [[nodiscard]] static auto del(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
993 [[nodiscard]] static auto del(const xtd::forms::control& parent) -> xtd::forms::button;
998 [[nodiscard]] static auto del(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1004 [[nodiscard]] static auto del(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1011 [[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::button;
1012
1015 [[nodiscard]] static auto descending() -> xtd::forms::button;
1019 [[nodiscard]] static auto descending(const xtd::drawing::point& location) -> xtd::forms::button;
1030 [[nodiscard]] static auto descending(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1034 [[nodiscard]] static auto descending(const xtd::forms::control& parent) -> xtd::forms::button;
1039 [[nodiscard]] static auto descending(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1045 [[nodiscard]] static auto descending(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1052 [[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::button;
1053
1056 [[nodiscard]] static auto down() -> xtd::forms::button;
1060 [[nodiscard]] static auto down(const xtd::drawing::point& location) -> xtd::forms::button;
1065 [[nodiscard]] static auto down(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1071 [[nodiscard]] static auto down(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1075 [[nodiscard]] static auto down(const xtd::forms::control& parent) -> xtd::forms::button;
1080 [[nodiscard]] static auto down(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1086 [[nodiscard]] static auto down(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1093 [[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::button;
1094
1097 [[nodiscard]] static auto edit() -> xtd::forms::button;
1101 [[nodiscard]] static auto edit(const xtd::drawing::point& location) -> xtd::forms::button;
1106 [[nodiscard]] static auto edit(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1112 [[nodiscard]] static auto edit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1116 [[nodiscard]] static auto edit(const xtd::forms::control& parent) -> xtd::forms::button;
1121 [[nodiscard]] static auto edit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1127 [[nodiscard]] static auto edit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1134 [[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::button;
1135
1138 [[nodiscard]] static auto execute() -> xtd::forms::button;
1142 [[nodiscard]] static auto execute(const xtd::drawing::point& location) -> xtd::forms::button;
1153 [[nodiscard]] static auto execute(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1157 [[nodiscard]] static auto execute(const xtd::forms::control& parent) -> xtd::forms::button;
1162 [[nodiscard]] static auto execute(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1168 [[nodiscard]] static auto execute(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1175 [[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::button;
1176
1179 [[nodiscard]] static auto exit() -> xtd::forms::button;
1183 [[nodiscard]] static auto exit(const xtd::drawing::point& location) -> xtd::forms::button;
1188 [[nodiscard]] static auto exit(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1194 [[nodiscard]] static auto exit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1198 [[nodiscard]] static auto exit(const xtd::forms::control& parent) -> xtd::forms::button;
1203 [[nodiscard]] static auto exit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1209 [[nodiscard]] static auto exit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1216 [[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::button;
1217
1220 [[nodiscard]] static auto file() -> xtd::forms::button;
1224 [[nodiscard]] static auto file(const xtd::drawing::point& location) -> xtd::forms::button;
1229 [[nodiscard]] static auto file(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1235 [[nodiscard]] static auto file(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1239 [[nodiscard]] static auto file(const xtd::forms::control& parent) -> xtd::forms::button;
1244 [[nodiscard]] static auto file(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1250 [[nodiscard]] static auto file(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1257 [[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::button;
1258
1261 [[nodiscard]] static auto find() -> xtd::forms::button;
1265 [[nodiscard]] static auto find(const xtd::drawing::point& location) -> xtd::forms::button;
1270 [[nodiscard]] static auto find(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1276 [[nodiscard]] static auto find(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1280 [[nodiscard]] static auto find(const xtd::forms::control& parent) -> xtd::forms::button;
1285 [[nodiscard]] static auto find(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1291 [[nodiscard]] static auto find(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1298 [[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::button;
1299
1302 [[nodiscard]] static auto first() -> xtd::forms::button;
1306 [[nodiscard]] static auto first(const xtd::drawing::point& location) -> xtd::forms::button;
1311 [[nodiscard]] static auto first(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1317 [[nodiscard]] static auto first(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1321 [[nodiscard]] static auto first(const xtd::forms::control& parent) -> xtd::forms::button;
1326 [[nodiscard]] static auto first(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1332 [[nodiscard]] static auto first(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1339 [[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::button;
1340
1343 [[nodiscard]] static auto floppy() -> xtd::forms::button;
1347 [[nodiscard]] static auto floppy(const xtd::drawing::point& location) -> xtd::forms::button;
1352 [[nodiscard]] static auto floppy(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1358 [[nodiscard]] static auto floppy(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1362 [[nodiscard]] static auto floppy(const xtd::forms::control& parent) -> xtd::forms::button;
1367 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1373 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1380 [[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::button;
1381
1384 [[nodiscard]] static auto font() -> xtd::forms::button;
1388 [[nodiscard]] static auto font(const xtd::drawing::point& location) -> xtd::forms::button;
1393 [[nodiscard]] static auto font(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1399 [[nodiscard]] static auto font(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1403 [[nodiscard]] static auto font(const xtd::forms::control& parent) -> xtd::forms::button;
1408 [[nodiscard]] static auto font(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1414 [[nodiscard]] static auto font(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1421 [[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::button;
1422
1425 [[nodiscard]] static auto forward() -> xtd::forms::button;
1429 [[nodiscard]] static auto forward(const xtd::drawing::point& location) -> xtd::forms::button;
1440 [[nodiscard]] static auto forward(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1444 [[nodiscard]] static auto forward(const xtd::forms::control& parent) -> xtd::forms::button;
1449 [[nodiscard]] static auto forward(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1455 [[nodiscard]] static auto forward(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1462 [[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::button;
1463
1466 [[nodiscard]] static auto harddisk() -> xtd::forms::button;
1470 [[nodiscard]] static auto harddisk(const xtd::drawing::point& location) -> xtd::forms::button;
1481 [[nodiscard]] static auto harddisk(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1485 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent) -> xtd::forms::button;
1490 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1496 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1503 [[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::button;
1504
1507 [[nodiscard]] static auto help() -> xtd::forms::button;
1511 [[nodiscard]] static auto help(const xtd::drawing::point& location) -> xtd::forms::button;
1516 [[nodiscard]] static auto help(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1522 [[nodiscard]] static auto help(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1526 [[nodiscard]] static auto help(const xtd::forms::control& parent) -> xtd::forms::button;
1531 [[nodiscard]] static auto help(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1537 [[nodiscard]] static auto help(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1544 [[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::button;
1545
1548 [[nodiscard]] static auto home() -> xtd::forms::button;
1552 [[nodiscard]] static auto home(const xtd::drawing::point& location) -> xtd::forms::button;
1557 [[nodiscard]] static auto home(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1563 [[nodiscard]] static auto home(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1567 [[nodiscard]] static auto home(const xtd::forms::control& parent) -> xtd::forms::button;
1572 [[nodiscard]] static auto home(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1578 [[nodiscard]] static auto home(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1585 [[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::button;
1586
1589 [[nodiscard]] static auto ignore() -> xtd::forms::button;
1593 [[nodiscard]] static auto ignore(const xtd::drawing::point& location) -> xtd::forms::button;
1598 [[nodiscard]] static auto ignore(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1604 [[nodiscard]] static auto ignore(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1608 [[nodiscard]] static auto ignore(const xtd::forms::control& parent) -> xtd::forms::button;
1613 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1619 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1626 [[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::button;
1627
1630 [[nodiscard]] static auto indent() -> xtd::forms::button;
1634 [[nodiscard]] static auto indent(const xtd::drawing::point& location) -> xtd::forms::button;
1639 [[nodiscard]] static auto indent(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1645 [[nodiscard]] static auto indent(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1649 [[nodiscard]] static auto indent(const xtd::forms::control& parent) -> xtd::forms::button;
1654 [[nodiscard]] static auto indent(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1660 [[nodiscard]] static auto indent(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1667 [[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::button;
1668
1671 [[nodiscard]] static auto index() -> xtd::forms::button;
1675 [[nodiscard]] static auto index(const xtd::drawing::point& location) -> xtd::forms::button;
1680 [[nodiscard]] static auto index(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1686 [[nodiscard]] static auto index(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1690 [[nodiscard]] static auto index(const xtd::forms::control& parent) -> xtd::forms::button;
1695 [[nodiscard]] static auto index(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1701 [[nodiscard]] static auto index(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1708 [[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::button;
1709
1712 [[nodiscard]] static auto info() -> xtd::forms::button;
1716 [[nodiscard]] static auto info(const xtd::drawing::point& location) -> xtd::forms::button;
1721 [[nodiscard]] static auto info(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1727 [[nodiscard]] static auto info(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1731 [[nodiscard]] static auto info(const xtd::forms::control& parent) -> xtd::forms::button;
1736 [[nodiscard]] static auto info(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1742 [[nodiscard]] static auto info(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1749 [[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::button;
1750
1753 [[nodiscard]] static auto italic() -> xtd::forms::button;
1757 [[nodiscard]] static auto italic(const xtd::drawing::point& location) -> xtd::forms::button;
1762 [[nodiscard]] static auto italic(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1768 [[nodiscard]] static auto italic(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1772 [[nodiscard]] static auto italic(const xtd::forms::control& parent) -> xtd::forms::button;
1777 [[nodiscard]] static auto italic(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1783 [[nodiscard]] static auto italic(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1790 [[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::button;
1791
1794 [[nodiscard]] static auto justified() -> xtd::forms::button;
1798 [[nodiscard]] static auto justified(const xtd::drawing::point& location) -> xtd::forms::button;
1809 [[nodiscard]] static auto justified(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1813 [[nodiscard]] static auto justified(const xtd::forms::control& parent) -> xtd::forms::button;
1818 [[nodiscard]] static auto justified(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1824 [[nodiscard]] static auto justified(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1831 [[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::button;
1832
1835 [[nodiscard]] static auto jump_to() -> xtd::forms::button;
1839 [[nodiscard]] static auto jump_to(const xtd::drawing::point& location) -> xtd::forms::button;
1850 [[nodiscard]] static auto jump_to(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1854 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent) -> xtd::forms::button;
1859 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1865 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1872 [[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::button;
1873
1876 [[nodiscard]] static auto last() -> xtd::forms::button;
1880 [[nodiscard]] static auto last(const xtd::drawing::point& location) -> xtd::forms::button;
1885 [[nodiscard]] static auto last(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1891 [[nodiscard]] static auto last(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1895 [[nodiscard]] static auto last(const xtd::forms::control& parent) -> xtd::forms::button;
1900 [[nodiscard]] static auto last(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1906 [[nodiscard]] static auto last(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1913 [[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::button;
1914
1917 [[nodiscard]] static auto network() -> xtd::forms::button;
1921 [[nodiscard]] static auto network(const xtd::drawing::point& location) -> xtd::forms::button;
1932 [[nodiscard]] static auto network(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1936 [[nodiscard]] static auto network(const xtd::forms::control& parent) -> xtd::forms::button;
1941 [[nodiscard]] static auto network(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1947 [[nodiscard]] static auto network(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1954 [[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::button;
1955
1958 [[nodiscard]] static auto new_() -> xtd::forms::button;
1962 [[nodiscard]] static auto new_(const xtd::drawing::point& location) -> xtd::forms::button;
1967 [[nodiscard]] static auto new_(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1973 [[nodiscard]] static auto new_(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
1977 [[nodiscard]] static auto new_(const xtd::forms::control& parent) -> xtd::forms::button;
1982 [[nodiscard]] static auto new_(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
1988 [[nodiscard]] static auto new_(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
1995 [[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::button;
1996
1999 [[nodiscard]] static auto next() -> xtd::forms::button;
2003 [[nodiscard]] static auto next(const xtd::drawing::point& location) -> xtd::forms::button;
2008 [[nodiscard]] static auto next(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2014 [[nodiscard]] static auto next(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2018 [[nodiscard]] static auto next(const xtd::forms::control& parent) -> xtd::forms::button;
2023 [[nodiscard]] static auto next(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2029 [[nodiscard]] static auto next(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2036 [[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::button;
2037
2040 [[nodiscard]] static auto no() -> xtd::forms::button;
2044 [[nodiscard]] static auto no(const xtd::drawing::point& location) -> xtd::forms::button;
2049 [[nodiscard]] static auto no(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2055 [[nodiscard]] static auto no(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2059 [[nodiscard]] static auto no(const xtd::forms::control& parent) -> xtd::forms::button;
2064 [[nodiscard]] static auto no(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2070 [[nodiscard]] static auto no(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2077 [[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::button;
2078
2081 [[nodiscard]] static auto ok() -> xtd::forms::button;
2085 [[nodiscard]] static auto ok(const xtd::drawing::point& location) -> xtd::forms::button;
2090 [[nodiscard]] static auto ok(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2096 [[nodiscard]] static auto ok(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2100 [[nodiscard]] static auto ok(const xtd::forms::control& parent) -> xtd::forms::button;
2105 [[nodiscard]] static auto ok(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2111 [[nodiscard]] static auto ok(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2118 [[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::button;
2119
2122 [[nodiscard]] static auto open() -> xtd::forms::button;
2126 [[nodiscard]] static auto open(const xtd::drawing::point& location) -> xtd::forms::button;
2131 [[nodiscard]] static auto open(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2137 [[nodiscard]] static auto open(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2141 [[nodiscard]] static auto open(const xtd::forms::control& parent) -> xtd::forms::button;
2146 [[nodiscard]] static auto open(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2152 [[nodiscard]] static auto open(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2159 [[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::button;
2160
2163 [[nodiscard]] static auto options() -> xtd::forms::button;
2167 [[nodiscard]] static auto options(const xtd::drawing::point& location) -> xtd::forms::button;
2178 [[nodiscard]] static auto options(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2182 [[nodiscard]] static auto options(const xtd::forms::control& parent) -> xtd::forms::button;
2187 [[nodiscard]] static auto options(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2193 [[nodiscard]] static auto options(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2200 [[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::button;
2201
2204 [[nodiscard]] static auto paste() -> xtd::forms::button;
2208 [[nodiscard]] static auto paste(const xtd::drawing::point& location) -> xtd::forms::button;
2213 [[nodiscard]] static auto paste(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2219 [[nodiscard]] static auto paste(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2223 [[nodiscard]] static auto paste(const xtd::forms::control& parent) -> xtd::forms::button;
2228 [[nodiscard]] static auto paste(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2234 [[nodiscard]] static auto paste(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2241 [[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::button;
2242
2245 [[nodiscard]] static auto preferences() -> xtd::forms::button;
2249 [[nodiscard]] static auto preferences(const xtd::drawing::point& location) -> xtd::forms::button;
2260 [[nodiscard]] static auto preferences(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2264 [[nodiscard]] static auto preferences(const xtd::forms::control& parent) -> xtd::forms::button;
2269 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2275 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2282 [[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::button;
2283
2286 [[nodiscard]] static auto previous() -> xtd::forms::button;
2290 [[nodiscard]] static auto previous(const xtd::drawing::point& location) -> xtd::forms::button;
2301 [[nodiscard]] static auto previous(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2305 [[nodiscard]] static auto previous(const xtd::forms::control& parent) -> xtd::forms::button;
2310 [[nodiscard]] static auto previous(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2316 [[nodiscard]] static auto previous(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2323 [[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::button;
2324
2327 [[nodiscard]] static auto print() -> xtd::forms::button;
2331 [[nodiscard]] static auto print(const xtd::drawing::point& location) -> xtd::forms::button;
2336 [[nodiscard]] static auto print(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2342 [[nodiscard]] static auto print(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2346 [[nodiscard]] static auto print(const xtd::forms::control& parent) -> xtd::forms::button;
2351 [[nodiscard]] static auto print(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2357 [[nodiscard]] static auto print(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2364 [[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::button;
2365
2368 [[nodiscard]] static auto print_preview() -> xtd::forms::button;
2372 [[nodiscard]] static auto print_preview(const xtd::drawing::point& location) -> xtd::forms::button;
2383 [[nodiscard]] static auto print_preview(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2387 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent) -> xtd::forms::button;
2392 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2405 [[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::button;
2406
2409 [[nodiscard]] static auto properties() -> xtd::forms::button;
2413 [[nodiscard]] static auto properties(const xtd::drawing::point& location) -> xtd::forms::button;
2424 [[nodiscard]] static auto properties(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2428 [[nodiscard]] static auto properties(const xtd::forms::control& parent) -> xtd::forms::button;
2433 [[nodiscard]] static auto properties(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2439 [[nodiscard]] static auto properties(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2446 [[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::button;
2447
2450 [[nodiscard]] static auto quit() -> xtd::forms::button;
2454 [[nodiscard]] static auto quit(const xtd::drawing::point& location) -> xtd::forms::button;
2459 [[nodiscard]] static auto quit(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2465 [[nodiscard]] static auto quit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2469 [[nodiscard]] static auto quit(const xtd::forms::control& parent) -> xtd::forms::button;
2474 [[nodiscard]] static auto quit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2480 [[nodiscard]] static auto quit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2487 [[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::button;
2488
2491 [[nodiscard]] static auto redo() -> xtd::forms::button;
2495 [[nodiscard]] static auto redo(const xtd::drawing::point& location) -> xtd::forms::button;
2500 [[nodiscard]] static auto redo(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2506 [[nodiscard]] static auto redo(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2510 [[nodiscard]] static auto redo(const xtd::forms::control& parent) -> xtd::forms::button;
2515 [[nodiscard]] static auto redo(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2521 [[nodiscard]] static auto redo(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2528 [[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::button;
2529
2532 [[nodiscard]] static auto refresh() -> xtd::forms::button;
2536 [[nodiscard]] static auto refresh(const xtd::drawing::point& location) -> xtd::forms::button;
2547 [[nodiscard]] static auto refresh(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2551 [[nodiscard]] static auto refresh(const xtd::forms::control& parent) -> xtd::forms::button;
2556 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2562 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2569 [[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::button;
2570
2573 [[nodiscard]] static auto remove() -> xtd::forms::button;
2577 [[nodiscard]] static auto remove(const xtd::drawing::point& location) -> xtd::forms::button;
2582 [[nodiscard]] static auto remove(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2588 [[nodiscard]] static auto remove(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2592 [[nodiscard]] static auto remove(const xtd::forms::control& parent) -> xtd::forms::button;
2597 [[nodiscard]] static auto remove(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2603 [[nodiscard]] static auto remove(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2610 [[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::button;
2611
2614 [[nodiscard]] static auto replace() -> xtd::forms::button;
2618 [[nodiscard]] static auto replace(const xtd::drawing::point& location) -> xtd::forms::button;
2629 [[nodiscard]] static auto replace(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2633 [[nodiscard]] static auto replace(const xtd::forms::control& parent) -> xtd::forms::button;
2638 [[nodiscard]] static auto replace(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2644 [[nodiscard]] static auto replace(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2651 [[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::button;
2652
2655 [[nodiscard]] static auto retry() -> xtd::forms::button;
2659 [[nodiscard]] static auto retry(const xtd::drawing::point& location) -> xtd::forms::button;
2664 [[nodiscard]] static auto retry(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2670 [[nodiscard]] static auto retry(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2674 [[nodiscard]] static auto retry(const xtd::forms::control& parent) -> xtd::forms::button;
2679 [[nodiscard]] static auto retry(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2685 [[nodiscard]] static auto retry(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2692 [[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::button;
2693
2696 [[nodiscard]] static auto revert_to_saved() -> xtd::forms::button;
2711 [[nodiscard]] static auto revert_to_saved(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2715 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent) -> xtd::forms::button;
2720 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2733 [[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::button;
2734
2737 [[nodiscard]] static auto save() -> xtd::forms::button;
2741 [[nodiscard]] static auto save(const xtd::drawing::point& location) -> xtd::forms::button;
2746 [[nodiscard]] static auto save(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2752 [[nodiscard]] static auto save(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2756 [[nodiscard]] static auto save(const xtd::forms::control& parent) -> xtd::forms::button;
2761 [[nodiscard]] static auto save(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2767 [[nodiscard]] static auto save(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2774 [[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::button;
2775
2778 [[nodiscard]] static auto save_as() -> xtd::forms::button;
2782 [[nodiscard]] static auto save_as(const xtd::drawing::point& location) -> xtd::forms::button;
2793 [[nodiscard]] static auto save_as(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2797 [[nodiscard]] static auto save_as(const xtd::forms::control& parent) -> xtd::forms::button;
2802 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2808 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2815 [[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::button;
2816
2819 [[nodiscard]] static auto search() -> xtd::forms::button;
2823 [[nodiscard]] static auto search(const xtd::drawing::point& location) -> xtd::forms::button;
2828 [[nodiscard]] static auto search(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2834 [[nodiscard]] static auto search(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2838 [[nodiscard]] static auto search(const xtd::forms::control& parent) -> xtd::forms::button;
2843 [[nodiscard]] static auto search(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2849 [[nodiscard]] static auto search(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2856 [[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::button;
2857
2860 [[nodiscard]] static auto select_all() -> xtd::forms::button;
2864 [[nodiscard]] static auto select_all(const xtd::drawing::point& location) -> xtd::forms::button;
2875 [[nodiscard]] static auto select_all(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2879 [[nodiscard]] static auto select_all(const xtd::forms::control& parent) -> xtd::forms::button;
2884 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2890 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2897 [[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::button;
2898
2901 [[nodiscard]] static auto settings() -> xtd::forms::button;
2905 [[nodiscard]] static auto settings(const xtd::drawing::point& location) -> xtd::forms::button;
2916 [[nodiscard]] static auto settings(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2920 [[nodiscard]] static auto settings(const xtd::forms::control& parent) -> xtd::forms::button;
2925 [[nodiscard]] static auto settings(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2931 [[nodiscard]] static auto settings(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2938 [[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::button;
2939
2942 [[nodiscard]] static auto spell_check() -> xtd::forms::button;
2946 [[nodiscard]] static auto spell_check(const xtd::drawing::point& location) -> xtd::forms::button;
2957 [[nodiscard]] static auto spell_check(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
2961 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent) -> xtd::forms::button;
2966 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
2972 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2979 [[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::button;
2980
2983 [[nodiscard]] static auto stop() -> xtd::forms::button;
2987 [[nodiscard]] static auto stop(const xtd::drawing::point& location) -> xtd::forms::button;
2992 [[nodiscard]] static auto stop(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
2998 [[nodiscard]] static auto stop(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3002 [[nodiscard]] static auto stop(const xtd::forms::control& parent) -> xtd::forms::button;
3007 [[nodiscard]] static auto stop(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3013 [[nodiscard]] static auto stop(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3020 [[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::button;
3021
3024 [[nodiscard]] static auto strikeout() -> xtd::forms::button;
3028 [[nodiscard]] static auto strikeout(const xtd::drawing::point& location) -> xtd::forms::button;
3039 [[nodiscard]] static auto strikeout(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3043 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent) -> xtd::forms::button;
3048 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3054 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3061 [[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::button;
3062
3065 [[nodiscard]] static auto tools() -> xtd::forms::button;
3069 [[nodiscard]] static auto tools(const xtd::drawing::point& location) -> xtd::forms::button;
3074 [[nodiscard]] static auto tools(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3080 [[nodiscard]] static auto tools(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3084 [[nodiscard]] static auto tools(const xtd::forms::control& parent) -> xtd::forms::button;
3089 [[nodiscard]] static auto tools(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3095 [[nodiscard]] static auto tools(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3102 [[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::button;
3103
3106 [[nodiscard]] static auto top() -> xtd::forms::button;
3110 [[nodiscard]] static auto top(const xtd::drawing::point& location) -> xtd::forms::button;
3115 [[nodiscard]] static auto top(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3121 [[nodiscard]] static auto top(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3125 [[nodiscard]] static auto top(const xtd::forms::control& parent) -> xtd::forms::button;
3130 [[nodiscard]] static auto top(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3136 [[nodiscard]] static auto top(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3143 [[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::button;
3144
3147 [[nodiscard]] static auto undelete() -> xtd::forms::button;
3151 [[nodiscard]] static auto undelete(const xtd::drawing::point& location) -> xtd::forms::button;
3162 [[nodiscard]] static auto undelete(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3166 [[nodiscard]] static auto undelete(const xtd::forms::control& parent) -> xtd::forms::button;
3171 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3177 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3184 [[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::button;
3185
3188 [[nodiscard]] static auto underline() -> xtd::forms::button;
3192 [[nodiscard]] static auto underline(const xtd::drawing::point& location) -> xtd::forms::button;
3203 [[nodiscard]] static auto underline(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3207 [[nodiscard]] static auto underline(const xtd::forms::control& parent) -> xtd::forms::button;
3212 [[nodiscard]] static auto underline(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3218 [[nodiscard]] static auto underline(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3225 [[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::button;
3226
3229 [[nodiscard]] static auto undo() -> xtd::forms::button;
3233 [[nodiscard]] static auto undo(const xtd::drawing::point& location) -> xtd::forms::button;
3238 [[nodiscard]] static auto undo(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3244 [[nodiscard]] static auto undo(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3248 [[nodiscard]] static auto undo(const xtd::forms::control& parent) -> xtd::forms::button;
3253 [[nodiscard]] static auto undo(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3259 [[nodiscard]] static auto undo(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3266 [[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::button;
3267
3270 [[nodiscard]] static auto unindent() -> xtd::forms::button;
3274 [[nodiscard]] static auto unindent(const xtd::drawing::point& location) -> xtd::forms::button;
3285 [[nodiscard]] static auto unindent(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3289 [[nodiscard]] static auto unindent(const xtd::forms::control& parent) -> xtd::forms::button;
3294 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3300 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3307 [[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::button;
3308
3311 [[nodiscard]] static auto up() -> xtd::forms::button;
3315 [[nodiscard]] static auto up(const xtd::drawing::point& location) -> xtd::forms::button;
3320 [[nodiscard]] static auto up(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3326 [[nodiscard]] static auto up(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3330 [[nodiscard]] static auto up(const xtd::forms::control& parent) -> xtd::forms::button;
3335 [[nodiscard]] static auto up(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3341 [[nodiscard]] static auto up(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3348 [[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::button;
3349
3352 [[nodiscard]] static auto view() -> xtd::forms::button;
3356 [[nodiscard]] static auto view(const xtd::drawing::point& location) -> xtd::forms::button;
3361 [[nodiscard]] static auto view(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3367 [[nodiscard]] static auto view(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3371 [[nodiscard]] static auto view(const xtd::forms::control& parent) -> xtd::forms::button;
3376 [[nodiscard]] static auto view(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3382 [[nodiscard]] static auto view(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3389 [[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::button;
3390
3393 [[nodiscard]] static auto window() -> xtd::forms::button;
3397 [[nodiscard]] static auto window(const xtd::drawing::point& location) -> xtd::forms::button;
3402 [[nodiscard]] static auto window(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3408 [[nodiscard]] static auto window(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3412 [[nodiscard]] static auto window(const xtd::forms::control& parent) -> xtd::forms::button;
3417 [[nodiscard]] static auto window(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3423 [[nodiscard]] static auto window(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3430 [[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::button;
3431
3434 [[nodiscard]] static auto yes() -> xtd::forms::button;
3438 [[nodiscard]] static auto yes(const xtd::drawing::point& location) -> xtd::forms::button;
3443 [[nodiscard]] static auto yes(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3449 [[nodiscard]] static auto yes(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3453 [[nodiscard]] static auto yes(const xtd::forms::control& parent) -> xtd::forms::button;
3458 [[nodiscard]] static auto yes(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3464 [[nodiscard]] static auto yes(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3471 [[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::button;
3472
3475 [[nodiscard]] static auto zoom_in() -> xtd::forms::button;
3479 [[nodiscard]] static auto zoom_in(const xtd::drawing::point& location) -> xtd::forms::button;
3490 [[nodiscard]] static auto zoom_in(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3494 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent) -> xtd::forms::button;
3499 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3505 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3512 [[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::button;
3513
3516 [[nodiscard]] static auto zoom_out() -> xtd::forms::button;
3520 [[nodiscard]] static auto zoom_out(const xtd::drawing::point& location) -> xtd::forms::button;
3531 [[nodiscard]] static auto zoom_out(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3535 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent) -> xtd::forms::button;
3540 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3546 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3553 [[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::button;
3554
3557 [[nodiscard]] static auto zoom_to_fit() -> xtd::forms::button;
3561 [[nodiscard]] static auto zoom_to_fit(const xtd::drawing::point& location) -> xtd::forms::button;
3572 [[nodiscard]] static auto zoom_to_fit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::button;
3576 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent) -> xtd::forms::button;
3581 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::button;
3587 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::button;
3594 [[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::button;
3596 };
3597 }
3598}
Contains xtd::forms::button control.
Represents a Windows button control.
Definition button.hpp:49
Provides a collection of button objects for use by a Windows Forms application.
Definition buttons.hpp:24
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent close button with specified parent, and location.
static auto add(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent add button with specified parent.
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent undelete button with specified parent,...
static auto redo(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent redo button with specified location,...
static auto network() -> xtd::forms::button
Create a system-defined button that represent network button.
static auto convert(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent convert button with specified location,...
static auto underline(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent underline 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::button
Create a system-defined button that represent settings button with specified parent,...
static auto color(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent color button with specified location,...
static auto bold(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent bold button with specified parent.
static auto alignment(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent alignment button with specified parent,...
static auto about(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent about button with specified parent.
static auto undo(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent undo button with specified location,...
static auto window(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent window button with specified location,...
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent tools button with specified parent, and location.
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent paste button with specified parent, location,...
static auto contents(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent contents button with specified location,...
static auto edit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent edit button with specified location,...
static auto underline(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent underline button with specified location,...
static auto find(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent find button with specified parent.
static auto down(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent down button with specified location,...
static auto replace(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent replace button with specified location,...
static auto back() -> xtd::forms::button
Create a system-defined button that represent back button.
static auto close(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent close button with specified location,...
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent new_ button with specified parent, location,...
static auto back(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent back button with specified location,...
static auto search(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent search button with specified location,...
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent font button with specified parent, location,...
static auto yes(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent yes 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::button
Create a system-defined button that represent save_as button with specified parent,...
static auto settings(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent settings button with specified location,...
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent redo button with specified parent, location,...
static auto about(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent about button with specified location,...
static auto save(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent save button with specified parent, and location.
static auto cancel(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent cancel button with specified parent,...
static auto preferences(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent preferences button with specified location,...
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent help button with specified parent, location,...
static auto preferences() -> xtd::forms::button
Create a system-defined button that represent preferences button.
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent home button with specified parent, location,...
static auto help(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent help button with specified location.
static auto yes(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent yes button with specified location, and size.
static auto forward(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent forward button with specified location,...
static auto harddisk(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent harddisk 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::button
Create a system-defined button that represent view button with specified parent, location,...
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent strikeout button with specified parent,...
static auto view(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent view button with specified parent, location,...
static auto zoom_in(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent zoom_in button with specified location,...
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent about button with specified parent, and location.
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent ignore button with specified parent,...
static auto italic() -> xtd::forms::button
Create a system-defined button that represent italic button.
static auto cut(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent cut button with specified location.
static auto select_all(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent select_all button with specified location,...
static auto print(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent print button with specified location.
static auto harddisk(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent harddisk button with specified location,...
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent stop button with specified parent, and location.
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent top button with specified parent, and location.
static auto floppy(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent floppy button with specified location,...
static auto jump_to() -> xtd::forms::button
Create a system-defined button that represent jump_to button.
static auto print_preview(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent print_preview button with specified location,...
static auto previous(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent previous button with specified location,...
static auto save(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent save button with specified location,...
static auto search() -> xtd::forms::button
Create a system-defined button that represent search button.
static auto clear(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent clear button with specified location,...
static auto edit() -> xtd::forms::button
Create a system-defined button that represent edit button.
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent find button with specified parent, location,...
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent del button with specified parent, and location.
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent open button with specified parent, and location.
static auto revert_to_saved(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent revert_to_saved button with specified parent.
static auto window() -> xtd::forms::button
Create a system-defined button that represent window button.
static auto down(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent down button with specified location.
static auto align_right(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent align_right button with specified parent,...
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent ignore button with specified parent,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent add button with specified parent, location,...
static auto exit(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent exit button with specified location.
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent abort button with specified parent, location,...
static auto ignore(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent ignore button with specified location.
static auto save(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent save button with specified location.
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent window button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent zoom_to_fit button with specified parent,...
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent cdrom button with specified parent, location,...
static auto zoom_to_fit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent zoom_to_fit button with specified parent,...
static auto actual_size() -> xtd::forms::button
Create a system-defined button that represent actual_size button.
static auto revert_to_saved(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent revert_to_saved button with specified parent,...
static auto color() -> xtd::forms::button
Create a system-defined button that represent color button.
static auto descending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent descending button with specified parent,...
static auto yes() -> xtd::forms::button
Create a system-defined button that represent yes button.
static auto revert_to_saved(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent revert_to_saved button with specified location,...
static auto file(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent file button with specified location,...
static auto close(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent close button with specified parent.
static auto harddisk() -> xtd::forms::button
Create a system-defined button that represent harddisk button.
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent redo button with specified parent, location,...
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent bottom button with specified parent,...
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent exit button with specified parent, location,...
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent copy button with specified parent, and location.
static auto ok(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent ok button with specified parent.
static auto view(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent view button with specified location,...
static auto view(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent view button with specified parent.
static auto about(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent about button with specified location.
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent italic button with specified parent,...
static auto apply(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent apply button with specified parent, and location.
static auto file(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent file button with specified parent, location,...
static auto align_right(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent align_right button with specified parent.
static auto top(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent top button with specified location, size,...
static auto settings(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent settings button with specified location.
static auto convert(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent convert 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::button
Create a system-defined button that represent print_preview button with specified parent,...
static auto window(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent window 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::button
Create a system-defined button that represent floppy button with specified parent,...
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent abort button with specified parent, location,...
static auto help(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent help button with specified location,...
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent index button with specified parent, location,...
static auto alignment() -> xtd::forms::button
Create a system-defined button that represent alignment button.
static auto abort(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent abort button with specified location,...
static auto customize(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent customize button with specified location,...
static auto print(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent print button with specified location,...
static auto options() -> xtd::forms::button
Create a system-defined button that represent options button.
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent indent button with specified parent,...
static auto help(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent help button with specified parent.
static auto apply(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent apply button with specified location,...
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent window button with specified parent,...
static auto ok() -> xtd::forms::button
Create a system-defined button that represent ok button.
static auto bold(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent bold button with specified location.
static auto centered(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent centered button with specified parent.
static auto find(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent find button with specified location.
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::button
Create a system-defined button that represent zoom_in button with specified parent,...
static auto retry(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent retry button with specified location,...
static auto first(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent first button with specified location,...
static auto ignore() -> xtd::forms::button
Create a system-defined button that represent ignore button.
static auto font() -> xtd::forms::button
Create a system-defined button that represent font button.
static auto unindent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent unindent button with specified parent,...
static auto execute(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent execute button with specified location,...
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent yes button with specified parent, location,...
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent indent button with specified parent,...
static auto cdrom(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent cdrom button with specified location.
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent quit button with specified parent, and location.
static auto jump_to(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent jump_to button with specified parent.
static auto spell_check(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent spell_check 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::button
Create a system-defined button that represent ok button with specified parent, location,...
static auto replace(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent replace button with specified parent,...
static auto color(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent color button with specified location.
static auto find(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent find button with specified location,...
static auto font(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent font button with specified location.
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent contents button with specified parent,...
static auto redo() -> xtd::forms::button
Create a system-defined button that represent redo button.
static auto cut(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent cut button with specified parent, location,...
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent forward button with specified parent,...
static auto descending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent descending button with specified parent,...
static auto properties(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent properties button with specified location,...
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent font button with specified parent, location,...
static auto options(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent options button with specified location.
static auto no(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent no button with specified location.
static auto first(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent first button with specified location.
static auto properties(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent properties button with specified location.
static auto view() -> xtd::forms::button
Create a system-defined button that represent view button.
static auto refresh(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent refresh button with specified location,...
static auto cut() -> xtd::forms::button
Create a system-defined button that represent cut button.
static auto print_preview(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent print_preview button with specified parent,...
static auto zoom_in() -> xtd::forms::button
Create a system-defined button that represent zoom_in button.
static auto apply(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent apply button with specified parent, location,...
static auto indent() -> xtd::forms::button
Create a system-defined button that represent indent button.
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent home button with specified parent, and location.
static auto forward(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent forward button with specified location,...
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent tools button with specified parent, location,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent add button with specified parent, location,...
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent index button with specified parent, location,...
static auto underline(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent underline button with specified location.
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent forward button with specified parent,...
static auto settings(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent settings button with specified parent.
static auto floppy() -> xtd::forms::button
Create a system-defined button that represent floppy button.
static auto tools(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent tools button with specified location,...
static auto zoom_in(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent zoom_in button with specified location,...
static auto redo(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent redo 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::button
Create a system-defined button that represent customize 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::button
Create a system-defined button that represent properties button with specified parent,...
static auto new_(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent new_ button with specified location.
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent clear button with specified parent, and location.
static auto select_all(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent select_all button with specified parent,...
static auto descending() -> xtd::forms::button
Create a system-defined button that represent descending button.
static auto revert_to_saved(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent revert_to_saved button with specified parent,...
static auto strikeout(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent strikeout button with specified location.
static auto indent(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent indent button with specified location,...
static auto new_() -> xtd::forms::button
Create a system-defined button that represent new_ button.
static auto settings(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent settings button with specified location,...
static auto stop(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent stop button with specified location,...
static auto zoom_in(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent zoom_in button with specified parent.
static auto cut(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent cut button with specified parent.
static auto save_as(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent save_as button with specified parent,...
static auto font(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent font button with specified location,...
static auto preferences(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent preferences button with specified parent,...
static auto index(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent index button with specified location,...
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent next button with specified parent, and location.
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent last button with specified parent, location,...
static auto save(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent save button with specified location,...
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent cdrom button with specified parent, 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::button
Create a system-defined button that represent no button with specified parent, location,...
static auto cdrom(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent cdrom button with specified location,...
static auto forward(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent forward button with specified location.
static auto file() -> xtd::forms::button
Create a system-defined button that represent file button.
static auto floppy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent floppy button with specified parent,...
static auto help(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent help button with specified location,...
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent about button with specified parent, location,...
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent copy button with specified parent, location,...
static auto bottom() -> xtd::forms::button
Create a system-defined button that represent bottom button.
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent del button with specified parent, location,...
static auto paste(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent paste button with specified parent.
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent undo button with specified parent, and location.
static auto cut(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent cut button with specified parent, and location.
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent home button with specified parent, location,...
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent index button with specified parent, and location.
static auto up(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent up button with specified parent.
static auto network(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent network button with specified parent.
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent stop button with specified parent, location,...
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent info button with specified parent, and location.
static auto search(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent search button with specified parent.
static auto open(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent open button with specified location,...
static auto cancel(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent cancel button with specified location.
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent strikeout button with specified parent,...
static auto print(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent print button with specified location,...
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent previous 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::button
Create a system-defined button that represent jump_to button with specified parent,...
static auto paste() -> xtd::forms::button
Create a system-defined button that represent paste button.
static auto ok(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent ok button with specified parent, and location.
static auto clear(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent clear button with specified location.
static auto cancel(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent cancel button with specified location,...
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent down button with specified parent, location,...
static auto floppy(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent floppy button with specified parent.
static auto exit(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent exit button with specified parent.
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent remove button with specified parent,...
static auto down() -> xtd::forms::button
Create a system-defined button that represent down button.
static auto settings(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent settings button with specified parent,...
static auto harddisk(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent harddisk button with specified location,...
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent execute button with specified parent,...
static auto search(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent search button with specified location,...
static auto retry() -> xtd::forms::button
Create a system-defined button that represent retry button.
static auto alignment(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent alignment button with specified location,...
static auto last(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent last button with specified parent.
static auto align_right() -> xtd::forms::button
Create a system-defined button that represent align_right button.
static auto unindent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent unindent button with specified parent,...
static auto home(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent home button with specified location.
static auto spell_check(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent spell_check button with specified parent,...
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent quit button with specified parent, location,...
static auto ignore(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent ignore button with specified parent.
static auto next(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent next button with specified location,...
static auto ok(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent ok button with specified location, size,...
static auto jump_to(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent jump_to button with specified location,...
static auto first() -> xtd::forms::button
Create a system-defined button that represent first button.
static auto italic(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent italic button with specified location,...
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent info button with specified parent, location,...
static auto add(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent add button with specified location, size,...
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent forward button with specified parent,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent underline button with specified parent,...
static auto ok(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent ok button with specified location, and size.
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent bottom button with specified parent,...
static auto centered(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent centered button with specified parent,...
static auto home(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent home button with specified location,...
static auto del(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent del button with specified location, and size.
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent help button with specified parent, location,...
static auto first(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent first button with specified parent, and location.
static auto no(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent no button with specified parent.
static auto execute() -> xtd::forms::button
Create a system-defined button that represent execute button.
static auto properties(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent properties button with specified parent,...
static auto apply() -> xtd::forms::button
Create a system-defined button that represent apply button.
static auto options(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent options button with specified location,...
static auto descending(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent descending button with specified location.
static auto up(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent up button with specified location, size,...
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent italic button with specified parent,...
static auto remove(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent remove button with specified parent.
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent bottom button with specified parent,...
static auto bottom(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent bottom button with specified location,...
static auto del(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent del button with specified location, size,...
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent del button with specified parent, location,...
static auto no(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent no button with specified parent, location,...
static auto zoom_in(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent zoom_in button with specified parent,...
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent next button with specified parent, location,...
static auto floppy(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent floppy button with specified location,...
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent up button with specified parent, location,...
static auto print(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent print button with specified parent.
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent color button with specified parent, location,...
static auto align_right(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent align_right button with specified parent,...
static auto justified(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent justified button with specified location.
static auto strikeout(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent strikeout button with specified location,...
static auto about() -> xtd::forms::button
Create a system-defined button that represent about button.
static auto back(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent back button with specified parent.
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent ascending button with specified parent,...
static auto indent(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent indent 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::button
Create a system-defined button that represent bold button with specified parent, location,...
static auto first(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent first button with specified parent, location,...
static auto cancel() -> xtd::forms::button
Create a system-defined button that represent cancel button.
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent next button with specified parent, location,...
static auto descending(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent descending button with specified location,...
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent clear button with specified parent, location,...
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent justified button with specified parent,...
static auto next(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent next button with specified parent.
static auto quit() -> xtd::forms::button
Create a system-defined button that represent quit button.
static auto zoom_to_fit(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent zoom_to_fit button with specified location.
static auto replace(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent replace button with specified parent.
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent about button with specified parent, location,...
static auto tools() -> xtd::forms::button
Create a system-defined button that represent tools button.
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent info button with specified parent, location,...
static auto unindent(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent unindent button with specified parent,...
static auto no() -> xtd::forms::button
Create a system-defined button that represent no button.
static auto unindent() -> xtd::forms::button
Create a system-defined button that represent unindent button.
static auto align_right(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent align_right button with specified location,...
static auto centered(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent centered button with specified location,...
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent remove button with specified parent,...
static auto stop(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent stop button with specified parent.
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent open button with specified parent, location,...
static auto customize(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent customize button with specified location,...
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent refresh button with specified parent,...
static auto save_as(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent save_as button with specified location.
static auto next(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent next button with specified location,...
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent search button with specified parent,...
static auto index(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent index button with specified location,...
static auto save(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent save button with specified parent.
static auto execute(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent execute button with specified location,...
static auto zoom_to_fit(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent zoom_to_fit button with specified parent.
static auto descending(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent descending button with specified location,...
static auto quit(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent quit button with specified parent.
static auto top(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent top button with specified location, and size.
static auto close(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent close button with specified location.
static auto up(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent up button with specified location, and size.
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent color button with specified parent, and location.
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent top button with specified parent, location,...
static auto preferences(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent preferences button with specified parent,...
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent contents button with specified parent,...
static auto stop() -> xtd::forms::button
Create a system-defined button that represent stop button.
static auto zoom_to_fit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent zoom_to_fit button with specified location,...
static auto spell_check(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent spell_check button with specified parent,...
static auto actual_size(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent actual_size button with specified location.
static auto spell_check(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent spell_check button with specified location.
static auto tools(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent tools button with specified location.
static auto revert_to_saved(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent revert_to_saved button with specified location,...
static auto align_left() -> xtd::forms::button
Create a system-defined button that represent align_left button.
static auto no(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent no button with specified location, size,...
static auto convert(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent convert button with specified location,...
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent last button with specified parent, location,...
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::button
Create a system-defined button that represent jump_to button with specified parent,...
static auto select_all(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent select_all button with specified location,...
static auto execute(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent execute button with specified location.
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent open button with specified parent, location,...
static auto unindent(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent unindent button with specified location,...
static auto down(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent down button with specified parent.
static auto ascending(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent ascending 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::button
Create a system-defined button that represent select_all button with specified parent,...
static auto info() -> xtd::forms::button
Create a system-defined button that represent info button.
static auto back(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent back button with specified location,...
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent undo button with specified parent, location,...
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent undo button with specified parent, location,...
static auto back(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent back button with specified location.
static auto ascending() -> xtd::forms::button
Create a system-defined button that represent ascending button.
static auto bold(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent bold button with specified parent, and location.
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent retry button with specified parent, location,...
static auto ok(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent ok button with specified parent, location,...
static auto network(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent network button with specified location,...
static auto preferences(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent preferences button with specified location,...
static auto last(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent last button with specified location,...
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent new_ button with specified parent, and location.
static auto down(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent down button with specified location,...
static auto window(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent window button with specified parent.
static auto zoom_out() -> xtd::forms::button
Create a system-defined button that represent zoom_out button.
static auto strikeout() -> xtd::forms::button
Create a system-defined button that represent strikeout button.
static auto retry(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent retry button with specified location.
static auto home(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent home button with specified parent.
static auto tools(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent tools button with specified location,...
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent window button with specified parent,...
static auto file(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent file button with specified location,...
static auto centered(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent centered button with specified location,...
static auto clear() -> xtd::forms::button
Create a system-defined button that represent clear button.
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent clear button with specified parent, location,...
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent previous button with specified parent,...
static auto bottom(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent bottom button with specified location.
static auto copy(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent copy button with specified location.
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent ascending button with specified parent,...
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent up button with specified parent, location,...
static auto properties(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent properties button with specified parent.
static auto view(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent view button with specified location,...
static auto paste(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent paste button with specified location,...
static auto open(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent open button with specified parent.
static auto underline(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent underline button with specified parent.
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent up button with specified parent, and location.
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent convert button with specified parent,...
static auto undelete(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent undelete button with specified location.
static auto actual_size(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent actual_size button with specified parent.
static auto top(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent top button with specified location.
static auto convert() -> xtd::forms::button
Create a system-defined button that represent convert button.
static auto align_left(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent align_left button with specified location.
static auto new_(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent new_ button with specified location,...
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent ignore button with specified parent,...
static auto font(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent font button with specified parent.
static auto zoom_out(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent zoom_out button with specified location,...
static auto info(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent info button with specified parent.
static auto italic(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent italic button with specified location.
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent strikeout 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::button
Create a system-defined button that represent file button with specified parent, location,...
static auto abort() -> xtd::forms::button
Create a system-defined button that represent abort button.
static auto align_left(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent align_left button with specified location,...
static auto select_all() -> xtd::forms::button
Create a system-defined button that represent select_all button.
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent new_ button with specified parent, location,...
static auto properties(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent properties button with specified location,...
static auto info(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent info button with specified location,...
static auto underline() -> xtd::forms::button
Create a system-defined button that represent underline button.
static auto stop(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent stop button with specified location.
static auto refresh(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent refresh button with specified location,...
static auto justified(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent justified button with specified location,...
static auto centered(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent centered button with specified parent,...
static auto quit(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent quit button with specified location.
static auto back(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent back button with specified parent, and location.
static auto align_left(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent align_left button with specified location,...
static auto refresh(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent refresh button with specified location.
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent indent button with specified parent,...
static auto undo(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent undo button with specified location.
static auto forward() -> xtd::forms::button
Create a system-defined button that represent forward button.
static auto ok(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent ok button with specified location.
static auto centered(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent centered button with specified location.
static auto save(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent save button with specified parent, location,...
static auto actual_size(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent actual_size button with specified location,...
static auto print_preview(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent print_preview button with specified location.
static auto print_preview(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent print_preview button with specified location,...
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::button
Create a system-defined button that represent align_right button with specified parent,...
static auto cut(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent cut button with specified location, and size.
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent cdrom button with specified parent, and location.
static auto zoom_in(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent zoom_in button with specified location.
static auto tools(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent tools button with specified parent.
static auto jump_to(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent jump_to 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::button
Create a system-defined button that represent zoom_to_fit button with specified parent,...
static auto undelete(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent undelete button with specified location,...
static auto find(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent find button with specified location,...
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent color button with specified parent, location,...
static auto file(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent file button with specified parent.
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent convert button with specified parent,...
static auto options(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent options button with specified location,...
static auto home(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent home button with specified location,...
static auto bold(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent bold button with specified parent, location,...
static auto paste(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent paste button with specified location.
static auto close(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent close button with specified location,...
static auto quit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent quit button with specified location,...
static auto alignment(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent alignment button with specified parent,...
static auto apply(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent apply button with specified parent.
static auto bottom(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent bottom 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::button
Create a system-defined button that represent preferences button with specified parent,...
static auto unindent(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent unindent button with specified location,...
static auto view(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent view button with specified location.
static auto color(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent color button with specified location,...
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent abort button with specified parent, and location.
static auto spell_check() -> xtd::forms::button
Create a system-defined button that represent spell_check button.
static auto execute(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent execute button with specified parent.
static auto home() -> xtd::forms::button
Create a system-defined button that represent home button.
static auto save() -> xtd::forms::button
Create a system-defined button that represent save button.
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::button
Create a system-defined button that represent print_preview button with specified parent,...
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent find button with specified parent, and location.
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent refresh button with specified parent,...
static auto cdrom() -> xtd::forms::button
Create a system-defined button that represent cdrom button.
static auto save_as(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent save_as button with specified location,...
static auto descending(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent descending button with specified parent.
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent top button with specified parent, location,...
static auto options(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent options button with specified parent,...
static auto forward(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent forward button with specified parent.
static auto harddisk(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent harddisk button with specified parent,...
static auto save_as(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent save_as button with specified parent.
static auto del(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent del button with specified parent.
static auto undelete(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent undelete button with specified parent.
static auto zoom_out(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent zoom_out button with specified location,...
static auto print_preview() -> xtd::forms::button
Create a system-defined button that represent print_preview button.
static auto floppy(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent floppy button with specified location.
static auto revert_to_saved() -> xtd::forms::button
Create a system-defined button that represent revert_to_saved button.
static auto align_right(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent align_right button with specified location,...
static auto edit(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent edit button with specified parent.
static auto replace(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent replace button with specified location.
static auto settings() -> xtd::forms::button
Create a system-defined button that represent settings button.
static auto open(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent open button with specified location.
static auto bold(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent bold button with specified location,...
static auto alignment(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent alignment button with specified location.
static auto replace() -> xtd::forms::button
Create a system-defined button that represent replace button.
static auto clear(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent clear button with specified parent.
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent retry button with specified parent, location,...
static auto ignore(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent ignore button with specified location,...
static auto find() -> xtd::forms::button
Create a system-defined button that represent find button.
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent close button with specified parent, location,...
static auto undelete(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent undelete button with specified location,...
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent stop button with specified parent, location,...
static auto customize() -> xtd::forms::button
Create a system-defined button that represent customize button.
static auto bold(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent bold button with specified location,...
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent font button with specified parent, and location.
static auto alignment(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent alignment button with specified parent.
static auto print(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent print button with specified parent, location,...
static auto select_all(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent select_all button with specified parent,...
static auto add(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent add button with specified location, and size.
static auto print(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent print button with specified parent, location,...
static auto indent(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent indent button with specified location.
static auto cut(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent cut button with specified parent, location,...
static auto yes(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent yes button with specified location, size,...
static auto justified(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent justified button with specified location,...
static auto index(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent index button with specified parent.
static auto previous(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent previous button with specified parent.
static auto exit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent exit button with specified location,...
static auto contents(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent contents button with specified location.
static auto alignment(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent alignment button with specified location,...
static auto edit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent edit button with specified location,...
static auto undo(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent undo button with specified parent.
static auto abort(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent abort button with specified location,...
static auto copy(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent copy button with specified location,...
static auto align_left(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent align_left button with specified parent.
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::button
Create a system-defined button that represent spell_check button with specified parent,...
static auto remove(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent remove button with specified location,...
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent refresh button with specified parent,...
static auto file(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent file button with specified location.
static auto harddisk(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent harddisk button with specified parent,...
static auto index() -> xtd::forms::button
Create a system-defined button that represent index button.
static auto undo() -> xtd::forms::button
Create a system-defined button that represent undo button.
static auto info(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent info button with specified location,...
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent retry button with specified parent, and 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::button
Create a system-defined button that represent apply button with specified parent, location,...
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent edit button with specified parent, and location.
static auto italic(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent italic button with specified parent.
static auto copy(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent copy button with specified location,...
static auto new_(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent new_ button with specified location,...
static auto back(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent back button with specified parent, location,...
static auto retry(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent retry button with specified location,...
static auto next(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent next button with specified location.
static auto yes(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent yes button with specified location.
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent convert button with specified parent,...
static auto harddisk(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent harddisk button with specified location.
static auto zoom_to_fit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent zoom_to_fit button with specified location,...
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent contents button with specified parent,...
static auto convert(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent convert button with specified parent.
static auto add(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent add button with specified location.
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent quit button with specified parent, location,...
static auto del(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent del button with specified location.
static auto print_preview(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent print_preview button with specified parent.
static auto ascending(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent ascending button with specified location,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent add button with specified parent, and location.
static auto open() -> xtd::forms::button
Create a system-defined button that represent open button.
static auto previous(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent previous button with specified location.
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::button
Create a system-defined button that represent align_left button with specified parent,...
static auto undelete() -> xtd::forms::button
Create a system-defined button that represent undelete button.
static auto refresh() -> xtd::forms::button
Create a system-defined button that represent refresh button.
static auto paste(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent paste button with specified location,...
static auto replace(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent replace 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::button
Create a system-defined button that represent network button with specified parent,...
static auto previous(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent previous 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::button
Create a system-defined button that represent back button with specified parent, location,...
static auto align_right(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent align_right button with specified location.
static auto save_as() -> xtd::forms::button
Create a system-defined button that represent save_as button.
static auto apply(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent apply button with specified location,...
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent exit button with specified parent, location,...
static auto justified(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent justified button with specified parent.
static auto first(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent first button with specified location,...
static auto refresh(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent refresh button with specified parent.
static auto add() -> xtd::forms::button
Create a system-defined button that represent add button.
static auto color(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent color button with specified parent.
static auto abort(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent abort button with specified location.
static auto select_all(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent select_all button with specified location.
static auto zoom_to_fit() -> xtd::forms::button
Create a system-defined button that represent zoom_to_fit button.
static auto no(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent no button with specified parent, and location.
static auto redo(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent redo button with specified location.
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent yes button with specified parent, and location.
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent undelete button with specified parent,...
static auto about(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent about button with specified location,...
static auto cancel(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent cancel button with specified parent,...
static auto last(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent last button with specified location,...
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent remove button with specified parent,...
static auto justified() -> xtd::forms::button
Create a system-defined button that represent justified button.
static auto first(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent first button with specified parent.
static auto next() -> xtd::forms::button
Create a system-defined button that represent next button.
static auto last() -> xtd::forms::button
Create a system-defined button that represent last button.
static auto bottom(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent bottom button with specified parent.
static auto save_as(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent save_as button with specified parent,...
static auto contents(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent contents button with specified parent.
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent redo button with specified parent, and location.
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent justified button with specified parent,...
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent yes button with specified parent, location,...
static auto select_all(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent select_all button with specified parent.
static auto up(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent up 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::button
Create a system-defined button that represent cancel button with specified parent,...
static auto file(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent file button with specified parent, and location.
static auto descending(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent descending button with specified parent,...
static auto top() -> xtd::forms::button
Create a system-defined button that represent top button.
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::button
Create a system-defined button that represent zoom_out button with specified parent,...
static auto customize(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent customize 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::button
Create a system-defined button that represent alignment button with specified parent,...
static auto new_(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent new_ button with specified parent.
static auto settings(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent settings button with specified parent,...
static auto copy() -> xtd::forms::button
Create a system-defined button that represent copy button.
static auto exit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent exit button with specified location,...
static auto info(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent info button with specified location.
static auto exit() -> xtd::forms::button
Create a system-defined button that represent exit button.
static auto network(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent network button with specified location,...
static auto customize(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent customize button with specified parent,...
static auto floppy(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent floppy button with specified parent,...
static auto spell_check(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent spell_check button with specified location,...
static auto replace(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent replace button with specified parent,...
static auto customize(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent customize button with specified location.
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent justified button with specified parent,...
static auto revert_to_saved(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent revert_to_saved button with specified location.
static auto window(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent window button with specified location,...
static auto ascending(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent ascending button with specified location,...
static auto contents(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent contents button with specified location,...
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent help button with specified parent, and location.
static auto up() -> xtd::forms::button
Create a system-defined button that represent up button.
static auto remove() -> xtd::forms::button
Create a system-defined button that represent remove button.
static auto spell_check(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent spell_check button with specified location,...
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent previous button with specified parent,...
static auto redo(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent redo button with specified parent.
static auto retry(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent retry button with specified parent.
static auto actual_size(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent actual_size button with specified parent,...
static auto properties() -> xtd::forms::button
Create a system-defined button that represent properties button.
static auto clear(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent clear button with specified location,...
static auto strikeout(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent strikeout button with specified parent.
static auto print() -> xtd::forms::button
Create a system-defined button that represent print button.
static auto cancel(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent cancel button with specified location,...
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent down button with specified parent, location,...
static auto options(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent options button with specified parent,...
static auto ignore(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent ignore button with specified location,...
static auto preferences(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent preferences button with specified parent.
static auto previous() -> xtd::forms::button
Create a system-defined button that represent previous button.
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent undelete button with specified parent,...
static auto zoom_out(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent zoom_out button with specified location.
static auto bold() -> xtd::forms::button
Create a system-defined button that represent bold button.
static auto edit(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent edit button with specified location.
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent find button with specified parent, location,...
static auto search(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent search button with specified location.
static auto unindent(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent unindent button with specified parent.
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent italic button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent zoom_in button with specified parent,...
static auto italic(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent italic button with specified location,...
static auto align_left(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent align_left button with specified parent,...
static auto contents() -> xtd::forms::button
Create a system-defined button that represent contents button.
static auto font(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent font button with specified location,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent underline 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::button
Create a system-defined button that represent zoom_out button with specified parent,...
static auto quit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent quit button with specified location,...
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent search button with specified parent,...
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent close button with specified parent, location,...
static auto actual_size(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent actual_size button with specified location,...
static auto options(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent options button with specified parent.
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent down button with specified parent, and location.
static auto jump_to(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent jump_to button with specified location.
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent tools button with specified parent, location,...
static auto properties(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent properties button with specified parent,...
static auto stop(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent stop button with specified location,...
static auto last(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent last button with specified location.
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent paste button with specified parent, 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::button
Create a system-defined button that represent centered button with specified parent,...
static auto save_as(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent save_as button with specified location,...
static auto ascending(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent ascending button with specified location.
static auto copy(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent copy button with specified parent.
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent search button with specified parent,...
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent execute button with specified parent,...
static auto top(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent top button with specified parent.
static auto jump_to(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent jump_to button with specified location,...
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::button
Create a system-defined button that represent actual_size button with specified parent,...
static auto remove(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent remove button with specified location.
static auto view(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent view button with specified parent, and location.
static auto open(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent open button with specified location,...
static auto del() -> xtd::forms::button
Create a system-defined button that represent del button.
static auto save(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent save button with specified parent, location,...
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent last button with specified parent, and location.
static auto strikeout(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent strikeout button with specified location,...
static auto close() -> xtd::forms::button
Create a system-defined button that represent close button.
static auto cancel(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent cancel button with specified parent.
static auto network(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent network button with specified parent,...
static auto abort(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent abort button with specified parent.
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent exit button with specified parent, and location.
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent ascending button with specified parent,...
static auto zoom_out(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent zoom_out 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::button
Create a system-defined button that represent revert_to_saved button with specified parent,...
static auto centered() -> xtd::forms::button
Create a system-defined button that represent centered button.
static auto indent(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent indent button with specified location,...
static auto cdrom(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent cdrom button with specified parent.
static auto preferences(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent preferences button with specified location.
static auto no(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent no button with specified location, and size.
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent edit button with specified parent, location,...
static auto unindent(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent unindent button with specified location.
static auto align_left(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent align_left button with specified parent,...
static auto apply(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent apply button with specified location.
static auto network(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent network button with specified location.
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent execute button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent actual_size button with specified parent,...
static auto options(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent options button with specified parent,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent underline button with specified parent,...
static auto cut(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent cut button with specified location, size,...
static auto remove(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent remove button with specified location,...
static auto index(const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent index button with specified location.
static auto network(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent network button with specified parent,...
static auto print(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent print button with specified parent, and location.
static auto customize(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent customize button with specified parent,...
static auto zoom_out(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent zoom_out button with specified parent,...
static auto undo(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent undo button with specified location,...
static auto help() -> xtd::forms::button
Create a system-defined button that represent help button.
static auto cdrom(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent cdrom button with specified location,...
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::button
Create a system-defined button that represent edit button with specified parent, 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::button
Create a system-defined button that represent replace 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::button
Create a system-defined button that represent first button with specified parent, location,...
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::button
Create a system-defined button that represent paste button with specified parent, and location.
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::button
Create a system-defined button that represent copy button with specified parent, location,...
static auto harddisk(const xtd::forms::control &parent) -> xtd::forms::button
Create a system-defined button that represent harddisk button with specified parent.
Defines the base class for controls, which are components with visual representation.
Definition control.hpp:81
#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
@ location
Specifies that both the x and y coordinates of the control are defined.
Definition bounds_specified.hpp:30
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