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