xtd 1.0.0
Loading...
Searching...
No Matches
radio_buttons.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "radio_button.hpp"
6
8namespace xtd {
10 namespace forms {
25 public:
27
31 [[nodiscard]] static auto abort() -> xtd::forms::radio_button;
35 [[nodiscard]] static auto abort(const xtd::drawing::point& location) -> xtd::forms::radio_button;
40 [[nodiscard]] static auto abort(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
46 [[nodiscard]] static auto abort(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
50 [[nodiscard]] static auto abort(bool checked) -> xtd::forms::radio_button;
55 [[nodiscard]] static auto abort(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
61 [[nodiscard]] static auto abort(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
68 [[nodiscard]] static auto abort(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
72 [[nodiscard]] static auto abort(const xtd::forms::control& parent) -> xtd::forms::radio_button;
77 [[nodiscard]] static auto abort(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
83 [[nodiscard]] static auto abort(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
90 [[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::radio_button;
95 [[nodiscard]] static auto abort(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
101 [[nodiscard]] static auto abort(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
108 [[nodiscard]] static auto abort(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
116 [[nodiscard]] static auto abort(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
117
120 [[nodiscard]] static auto about() -> xtd::forms::radio_button;
124 [[nodiscard]] static auto about(const xtd::drawing::point& location) -> xtd::forms::radio_button;
129 [[nodiscard]] static auto about(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
135 [[nodiscard]] static auto about(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
139 [[nodiscard]] static auto about(bool checked) -> xtd::forms::radio_button;
144 [[nodiscard]] static auto about(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
150 [[nodiscard]] static auto about(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
157 [[nodiscard]] static auto about(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
161 [[nodiscard]] static auto about(const xtd::forms::control& parent) -> xtd::forms::radio_button;
166 [[nodiscard]] static auto about(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
172 [[nodiscard]] static auto about(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
179 [[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::radio_button;
184 [[nodiscard]] static auto about(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
190 [[nodiscard]] static auto about(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
197 [[nodiscard]] static auto about(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
205 [[nodiscard]] static auto about(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
206
209 [[nodiscard]] static auto actual_size() -> xtd::forms::radio_button;
213 [[nodiscard]] static auto actual_size(const xtd::drawing::point& location) -> xtd::forms::radio_button;
218 [[nodiscard]] static auto actual_size(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
224 [[nodiscard]] static auto actual_size(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
228 [[nodiscard]] static auto actual_size(bool checked) -> xtd::forms::radio_button;
233 [[nodiscard]] static auto actual_size(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
239 [[nodiscard]] static auto actual_size(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
246 [[nodiscard]] static auto actual_size(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
250 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent) -> xtd::forms::radio_button;
255 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
261 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
268 [[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::radio_button;
273 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
279 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
286 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
294 [[nodiscard]] static auto actual_size(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
295
298 [[nodiscard]] static auto add() -> xtd::forms::radio_button;
302 [[nodiscard]] static auto add(const xtd::drawing::point& location) -> xtd::forms::radio_button;
307 [[nodiscard]] static auto add(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
313 [[nodiscard]] static auto add(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
317 [[nodiscard]] static auto add(bool checked) -> xtd::forms::radio_button;
322 [[nodiscard]] static auto add(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
328 [[nodiscard]] static auto add(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
335 [[nodiscard]] static auto add(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
339 [[nodiscard]] static auto add(const xtd::forms::control& parent) -> xtd::forms::radio_button;
344 [[nodiscard]] static auto add(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
350 [[nodiscard]] static auto add(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
357 [[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::radio_button;
362 [[nodiscard]] static auto add(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
368 [[nodiscard]] static auto add(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
375 [[nodiscard]] static auto add(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
383 [[nodiscard]] static auto add(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
384
387 [[nodiscard]] static auto alignment() -> xtd::forms::radio_button;
391 [[nodiscard]] static auto alignment(const xtd::drawing::point& location) -> xtd::forms::radio_button;
396 [[nodiscard]] static auto alignment(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
402 [[nodiscard]] static auto alignment(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
406 [[nodiscard]] static auto alignment(bool checked) -> xtd::forms::radio_button;
411 [[nodiscard]] static auto alignment(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
417 [[nodiscard]] static auto alignment(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
424 [[nodiscard]] static auto alignment(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
428 [[nodiscard]] static auto alignment(const xtd::forms::control& parent) -> xtd::forms::radio_button;
433 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
439 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
446 [[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::radio_button;
451 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
457 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
464 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
472 [[nodiscard]] static auto alignment(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
473
476 [[nodiscard]] static auto align_left() -> xtd::forms::radio_button;
480 [[nodiscard]] static auto align_left(const xtd::drawing::point& location) -> xtd::forms::radio_button;
485 [[nodiscard]] static auto align_left(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
491 [[nodiscard]] static auto align_left(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
495 [[nodiscard]] static auto align_left(bool checked) -> xtd::forms::radio_button;
500 [[nodiscard]] static auto align_left(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
506 [[nodiscard]] static auto align_left(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
513 [[nodiscard]] static auto align_left(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
517 [[nodiscard]] static auto align_left(const xtd::forms::control& parent) -> xtd::forms::radio_button;
522 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
528 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
535 [[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::radio_button;
540 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
546 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
553 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
561 [[nodiscard]] static auto align_left(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
562
565 [[nodiscard]] static auto align_right() -> xtd::forms::radio_button;
569 [[nodiscard]] static auto align_right(const xtd::drawing::point& location) -> xtd::forms::radio_button;
574 [[nodiscard]] static auto align_right(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
580 [[nodiscard]] static auto align_right(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
584 [[nodiscard]] static auto align_right(bool checked) -> xtd::forms::radio_button;
589 [[nodiscard]] static auto align_right(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
595 [[nodiscard]] static auto align_right(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
602 [[nodiscard]] static auto align_right(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
606 [[nodiscard]] static auto align_right(const xtd::forms::control& parent) -> xtd::forms::radio_button;
611 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
617 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
624 [[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::radio_button;
629 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
635 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
642 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
650 [[nodiscard]] static auto align_right(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
651
654 [[nodiscard]] static auto apply() -> xtd::forms::radio_button;
658 [[nodiscard]] static auto apply(const xtd::drawing::point& location) -> xtd::forms::radio_button;
663 [[nodiscard]] static auto apply(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
669 [[nodiscard]] static auto apply(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
673 [[nodiscard]] static auto apply(bool checked) -> xtd::forms::radio_button;
678 [[nodiscard]] static auto apply(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
684 [[nodiscard]] static auto apply(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
691 [[nodiscard]] static auto apply(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
695 [[nodiscard]] static auto apply(const xtd::forms::control& parent) -> xtd::forms::radio_button;
700 [[nodiscard]] static auto apply(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
706 [[nodiscard]] static auto apply(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
713 [[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::radio_button;
718 [[nodiscard]] static auto apply(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
724 [[nodiscard]] static auto apply(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
731 [[nodiscard]] static auto apply(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
739 [[nodiscard]] static auto apply(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
740
743 [[nodiscard]] static auto ascending() -> xtd::forms::radio_button;
747 [[nodiscard]] static auto ascending(const xtd::drawing::point& location) -> xtd::forms::radio_button;
752 [[nodiscard]] static auto ascending(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
758 [[nodiscard]] static auto ascending(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
762 [[nodiscard]] static auto ascending(bool checked) -> xtd::forms::radio_button;
767 [[nodiscard]] static auto ascending(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
773 [[nodiscard]] static auto ascending(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
780 [[nodiscard]] static auto ascending(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
784 [[nodiscard]] static auto ascending(const xtd::forms::control& parent) -> xtd::forms::radio_button;
789 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
795 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
802 [[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::radio_button;
807 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
813 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
820 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
828 [[nodiscard]] static auto ascending(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
829
832 [[nodiscard]] static auto back() -> xtd::forms::radio_button;
836 [[nodiscard]] static auto back(const xtd::drawing::point& location) -> xtd::forms::radio_button;
841 [[nodiscard]] static auto back(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
847 [[nodiscard]] static auto back(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
851 [[nodiscard]] static auto back(bool checked) -> xtd::forms::radio_button;
856 [[nodiscard]] static auto back(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
862 [[nodiscard]] static auto back(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
869 [[nodiscard]] static auto back(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
873 [[nodiscard]] static auto back(const xtd::forms::control& parent) -> xtd::forms::radio_button;
878 [[nodiscard]] static auto back(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
884 [[nodiscard]] static auto back(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
891 [[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::radio_button;
896 [[nodiscard]] static auto back(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
902 [[nodiscard]] static auto back(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
909 [[nodiscard]] static auto back(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
917 [[nodiscard]] static auto back(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
918
921 [[nodiscard]] static auto bold() -> xtd::forms::radio_button;
925 [[nodiscard]] static auto bold(const xtd::drawing::point& location) -> xtd::forms::radio_button;
930 [[nodiscard]] static auto bold(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
936 [[nodiscard]] static auto bold(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
940 [[nodiscard]] static auto bold(bool checked) -> xtd::forms::radio_button;
945 [[nodiscard]] static auto bold(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
951 [[nodiscard]] static auto bold(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
958 [[nodiscard]] static auto bold(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
962 [[nodiscard]] static auto bold(const xtd::forms::control& parent) -> xtd::forms::radio_button;
967 [[nodiscard]] static auto bold(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
973 [[nodiscard]] static auto bold(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
980 [[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::radio_button;
985 [[nodiscard]] static auto bold(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
991 [[nodiscard]] static auto bold(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
998 [[nodiscard]] static auto bold(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1006 [[nodiscard]] static auto bold(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1007
1010 [[nodiscard]] static auto bottom() -> xtd::forms::radio_button;
1014 [[nodiscard]] static auto bottom(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1019 [[nodiscard]] static auto bottom(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1025 [[nodiscard]] static auto bottom(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1029 [[nodiscard]] static auto bottom(bool checked) -> xtd::forms::radio_button;
1034 [[nodiscard]] static auto bottom(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1040 [[nodiscard]] static auto bottom(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1047 [[nodiscard]] static auto bottom(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1051 [[nodiscard]] static auto bottom(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1056 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1062 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1069 [[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::radio_button;
1074 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1080 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1087 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1095 [[nodiscard]] static auto bottom(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1096
1099 [[nodiscard]] static auto cancel() -> xtd::forms::radio_button;
1103 [[nodiscard]] static auto cancel(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1108 [[nodiscard]] static auto cancel(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1114 [[nodiscard]] static auto cancel(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1118 [[nodiscard]] static auto cancel(bool checked) -> xtd::forms::radio_button;
1123 [[nodiscard]] static auto cancel(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1129 [[nodiscard]] static auto cancel(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1136 [[nodiscard]] static auto cancel(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1140 [[nodiscard]] static auto cancel(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1145 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1151 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1158 [[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::radio_button;
1163 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1169 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1176 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1184 [[nodiscard]] static auto cancel(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1185
1188 [[nodiscard]] static auto cdrom() -> xtd::forms::radio_button;
1192 [[nodiscard]] static auto cdrom(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1197 [[nodiscard]] static auto cdrom(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1203 [[nodiscard]] static auto cdrom(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1207 [[nodiscard]] static auto cdrom(bool checked) -> xtd::forms::radio_button;
1212 [[nodiscard]] static auto cdrom(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1218 [[nodiscard]] static auto cdrom(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1225 [[nodiscard]] static auto cdrom(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1229 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1234 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1240 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1247 [[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::radio_button;
1252 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1258 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1265 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1273 [[nodiscard]] static auto cdrom(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1274
1277 [[nodiscard]] static auto centered() -> xtd::forms::radio_button;
1281 [[nodiscard]] static auto centered(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1286 [[nodiscard]] static auto centered(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1292 [[nodiscard]] static auto centered(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1296 [[nodiscard]] static auto centered(bool checked) -> xtd::forms::radio_button;
1301 [[nodiscard]] static auto centered(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1307 [[nodiscard]] static auto centered(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1314 [[nodiscard]] static auto centered(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1318 [[nodiscard]] static auto centered(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1323 [[nodiscard]] static auto centered(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1329 [[nodiscard]] static auto centered(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1336 [[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::radio_button;
1341 [[nodiscard]] static auto centered(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1347 [[nodiscard]] static auto centered(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1354 [[nodiscard]] static auto centered(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1362 [[nodiscard]] static auto centered(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1363
1366 [[nodiscard]] static auto clear() -> xtd::forms::radio_button;
1370 [[nodiscard]] static auto clear(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1375 [[nodiscard]] static auto clear(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1381 [[nodiscard]] static auto clear(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1385 [[nodiscard]] static auto clear(bool checked) -> xtd::forms::radio_button;
1390 [[nodiscard]] static auto clear(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1396 [[nodiscard]] static auto clear(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1403 [[nodiscard]] static auto clear(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1407 [[nodiscard]] static auto clear(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1412 [[nodiscard]] static auto clear(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1418 [[nodiscard]] static auto clear(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1425 [[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::radio_button;
1430 [[nodiscard]] static auto clear(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1436 [[nodiscard]] static auto clear(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1443 [[nodiscard]] static auto clear(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1451 [[nodiscard]] static auto clear(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1452
1455 [[nodiscard]] static auto close() -> xtd::forms::radio_button;
1459 [[nodiscard]] static auto close(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1464 [[nodiscard]] static auto close(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1470 [[nodiscard]] static auto close(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1474 [[nodiscard]] static auto close(bool checked) -> xtd::forms::radio_button;
1479 [[nodiscard]] static auto close(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1485 [[nodiscard]] static auto close(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1492 [[nodiscard]] static auto close(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1496 [[nodiscard]] static auto close(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1501 [[nodiscard]] static auto close(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1507 [[nodiscard]] static auto close(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1514 [[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::radio_button;
1519 [[nodiscard]] static auto close(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1525 [[nodiscard]] static auto close(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1532 [[nodiscard]] static auto close(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1540 [[nodiscard]] static auto close(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1541
1544 [[nodiscard]] static auto color() -> xtd::forms::radio_button;
1548 [[nodiscard]] static auto color(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1553 [[nodiscard]] static auto color(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1559 [[nodiscard]] static auto color(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1563 [[nodiscard]] static auto color(bool checked) -> xtd::forms::radio_button;
1568 [[nodiscard]] static auto color(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1574 [[nodiscard]] static auto color(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1581 [[nodiscard]] static auto color(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1585 [[nodiscard]] static auto color(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1590 [[nodiscard]] static auto color(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1596 [[nodiscard]] static auto color(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1603 [[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::radio_button;
1608 [[nodiscard]] static auto color(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1614 [[nodiscard]] static auto color(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1621 [[nodiscard]] static auto color(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1629 [[nodiscard]] static auto color(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1630
1633 [[nodiscard]] static auto contents() -> xtd::forms::radio_button;
1637 [[nodiscard]] static auto contents(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1642 [[nodiscard]] static auto contents(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1648 [[nodiscard]] static auto contents(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1652 [[nodiscard]] static auto contents(bool checked) -> xtd::forms::radio_button;
1657 [[nodiscard]] static auto contents(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1663 [[nodiscard]] static auto contents(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1670 [[nodiscard]] static auto contents(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1674 [[nodiscard]] static auto contents(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1679 [[nodiscard]] static auto contents(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1685 [[nodiscard]] static auto contents(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1692 [[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::radio_button;
1697 [[nodiscard]] static auto contents(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1703 [[nodiscard]] static auto contents(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1710 [[nodiscard]] static auto contents(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1718 [[nodiscard]] static auto contents(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1719
1722 [[nodiscard]] static auto convert() -> xtd::forms::radio_button;
1726 [[nodiscard]] static auto convert(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1731 [[nodiscard]] static auto convert(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1737 [[nodiscard]] static auto convert(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1741 [[nodiscard]] static auto convert(bool checked) -> xtd::forms::radio_button;
1746 [[nodiscard]] static auto convert(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1752 [[nodiscard]] static auto convert(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1759 [[nodiscard]] static auto convert(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1763 [[nodiscard]] static auto convert(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1768 [[nodiscard]] static auto convert(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1774 [[nodiscard]] static auto convert(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1781 [[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::radio_button;
1786 [[nodiscard]] static auto convert(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1792 [[nodiscard]] static auto convert(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1799 [[nodiscard]] static auto convert(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1807 [[nodiscard]] static auto convert(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1808
1811 [[nodiscard]] static auto copy() -> xtd::forms::radio_button;
1815 [[nodiscard]] static auto copy(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1820 [[nodiscard]] static auto copy(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1826 [[nodiscard]] static auto copy(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1830 [[nodiscard]] static auto copy(bool checked) -> xtd::forms::radio_button;
1835 [[nodiscard]] static auto copy(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1841 [[nodiscard]] static auto copy(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1848 [[nodiscard]] static auto copy(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1852 [[nodiscard]] static auto copy(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1857 [[nodiscard]] static auto copy(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1863 [[nodiscard]] static auto copy(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1870 [[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::radio_button;
1875 [[nodiscard]] static auto copy(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1881 [[nodiscard]] static auto copy(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1888 [[nodiscard]] static auto copy(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1896 [[nodiscard]] static auto copy(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1897
1900 [[nodiscard]] static auto customize() -> xtd::forms::radio_button;
1904 [[nodiscard]] static auto customize(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1909 [[nodiscard]] static auto customize(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1915 [[nodiscard]] static auto customize(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1919 [[nodiscard]] static auto customize(bool checked) -> xtd::forms::radio_button;
1924 [[nodiscard]] static auto customize(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1930 [[nodiscard]] static auto customize(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1937 [[nodiscard]] static auto customize(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1941 [[nodiscard]] static auto customize(const xtd::forms::control& parent) -> xtd::forms::radio_button;
1946 [[nodiscard]] static auto customize(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1952 [[nodiscard]] static auto customize(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1959 [[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::radio_button;
1964 [[nodiscard]] static auto customize(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
1970 [[nodiscard]] static auto customize(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
1977 [[nodiscard]] static auto customize(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
1985 [[nodiscard]] static auto customize(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
1986
1989 [[nodiscard]] static auto cut() -> xtd::forms::radio_button;
1993 [[nodiscard]] static auto cut(const xtd::drawing::point& location) -> xtd::forms::radio_button;
1998 [[nodiscard]] static auto cut(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2004 [[nodiscard]] static auto cut(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2008 [[nodiscard]] static auto cut(bool checked) -> xtd::forms::radio_button;
2013 [[nodiscard]] static auto cut(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2019 [[nodiscard]] static auto cut(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2026 [[nodiscard]] static auto cut(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2030 [[nodiscard]] static auto cut(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2035 [[nodiscard]] static auto cut(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2041 [[nodiscard]] static auto cut(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2048 [[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::radio_button;
2053 [[nodiscard]] static auto cut(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2059 [[nodiscard]] static auto cut(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2066 [[nodiscard]] static auto cut(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2074 [[nodiscard]] static auto cut(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2075
2078 [[nodiscard]] static auto del() -> xtd::forms::radio_button;
2082 [[nodiscard]] static auto del(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2087 [[nodiscard]] static auto del(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2093 [[nodiscard]] static auto del(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2097 [[nodiscard]] static auto del(bool checked) -> xtd::forms::radio_button;
2102 [[nodiscard]] static auto del(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2108 [[nodiscard]] static auto del(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2115 [[nodiscard]] static auto del(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2119 [[nodiscard]] static auto del(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2124 [[nodiscard]] static auto del(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2130 [[nodiscard]] static auto del(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2137 [[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::radio_button;
2142 [[nodiscard]] static auto del(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2148 [[nodiscard]] static auto del(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2155 [[nodiscard]] static auto del(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2163 [[nodiscard]] static auto del(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2164
2167 [[nodiscard]] static auto descending() -> xtd::forms::radio_button;
2171 [[nodiscard]] static auto descending(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2176 [[nodiscard]] static auto descending(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2182 [[nodiscard]] static auto descending(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2186 [[nodiscard]] static auto descending(bool checked) -> xtd::forms::radio_button;
2191 [[nodiscard]] static auto descending(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2197 [[nodiscard]] static auto descending(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2204 [[nodiscard]] static auto descending(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2208 [[nodiscard]] static auto descending(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2213 [[nodiscard]] static auto descending(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2219 [[nodiscard]] static auto descending(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2226 [[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::radio_button;
2231 [[nodiscard]] static auto descending(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2237 [[nodiscard]] static auto descending(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2244 [[nodiscard]] static auto descending(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2252 [[nodiscard]] static auto descending(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2253
2256 [[nodiscard]] static auto down() -> xtd::forms::radio_button;
2260 [[nodiscard]] static auto down(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2265 [[nodiscard]] static auto down(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2271 [[nodiscard]] static auto down(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2275 [[nodiscard]] static auto down(bool checked) -> xtd::forms::radio_button;
2280 [[nodiscard]] static auto down(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2286 [[nodiscard]] static auto down(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2293 [[nodiscard]] static auto down(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2297 [[nodiscard]] static auto down(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2302 [[nodiscard]] static auto down(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2308 [[nodiscard]] static auto down(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2315 [[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::radio_button;
2320 [[nodiscard]] static auto down(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2326 [[nodiscard]] static auto down(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2333 [[nodiscard]] static auto down(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2341 [[nodiscard]] static auto down(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2342
2345 [[nodiscard]] static auto edit() -> xtd::forms::radio_button;
2349 [[nodiscard]] static auto edit(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2354 [[nodiscard]] static auto edit(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2360 [[nodiscard]] static auto edit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2364 [[nodiscard]] static auto edit(bool checked) -> xtd::forms::radio_button;
2369 [[nodiscard]] static auto edit(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2375 [[nodiscard]] static auto edit(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2382 [[nodiscard]] static auto edit(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2386 [[nodiscard]] static auto edit(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2391 [[nodiscard]] static auto edit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2397 [[nodiscard]] static auto edit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2404 [[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::radio_button;
2409 [[nodiscard]] static auto edit(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2415 [[nodiscard]] static auto edit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2422 [[nodiscard]] static auto edit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2430 [[nodiscard]] static auto edit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2431
2434 [[nodiscard]] static auto execute() -> xtd::forms::radio_button;
2438 [[nodiscard]] static auto execute(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2443 [[nodiscard]] static auto execute(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2449 [[nodiscard]] static auto execute(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2453 [[nodiscard]] static auto execute(bool checked) -> xtd::forms::radio_button;
2458 [[nodiscard]] static auto execute(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2464 [[nodiscard]] static auto execute(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2471 [[nodiscard]] static auto execute(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2475 [[nodiscard]] static auto execute(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2480 [[nodiscard]] static auto execute(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2486 [[nodiscard]] static auto execute(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2493 [[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::radio_button;
2498 [[nodiscard]] static auto execute(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2504 [[nodiscard]] static auto execute(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2511 [[nodiscard]] static auto execute(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2519 [[nodiscard]] static auto execute(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2520
2523 [[nodiscard]] static auto exit() -> xtd::forms::radio_button;
2527 [[nodiscard]] static auto exit(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2532 [[nodiscard]] static auto exit(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2538 [[nodiscard]] static auto exit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2542 [[nodiscard]] static auto exit(bool checked) -> xtd::forms::radio_button;
2547 [[nodiscard]] static auto exit(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2553 [[nodiscard]] static auto exit(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2560 [[nodiscard]] static auto exit(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2564 [[nodiscard]] static auto exit(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2569 [[nodiscard]] static auto exit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2575 [[nodiscard]] static auto exit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2582 [[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::radio_button;
2587 [[nodiscard]] static auto exit(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2593 [[nodiscard]] static auto exit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2600 [[nodiscard]] static auto exit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2608 [[nodiscard]] static auto exit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2609
2612 [[nodiscard]] static auto file() -> xtd::forms::radio_button;
2616 [[nodiscard]] static auto file(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2621 [[nodiscard]] static auto file(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2627 [[nodiscard]] static auto file(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2631 [[nodiscard]] static auto file(bool checked) -> xtd::forms::radio_button;
2636 [[nodiscard]] static auto file(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2642 [[nodiscard]] static auto file(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2649 [[nodiscard]] static auto file(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2653 [[nodiscard]] static auto file(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2658 [[nodiscard]] static auto file(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2664 [[nodiscard]] static auto file(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2671 [[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::radio_button;
2676 [[nodiscard]] static auto file(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2682 [[nodiscard]] static auto file(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2689 [[nodiscard]] static auto file(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2697 [[nodiscard]] static auto file(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2698
2701 [[nodiscard]] static auto find() -> xtd::forms::radio_button;
2705 [[nodiscard]] static auto find(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2710 [[nodiscard]] static auto find(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2716 [[nodiscard]] static auto find(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2720 [[nodiscard]] static auto find(bool checked) -> xtd::forms::radio_button;
2725 [[nodiscard]] static auto find(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2731 [[nodiscard]] static auto find(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2738 [[nodiscard]] static auto find(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2742 [[nodiscard]] static auto find(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2747 [[nodiscard]] static auto find(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2753 [[nodiscard]] static auto find(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2760 [[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::radio_button;
2765 [[nodiscard]] static auto find(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2771 [[nodiscard]] static auto find(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2778 [[nodiscard]] static auto find(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2786 [[nodiscard]] static auto find(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2787
2790 [[nodiscard]] static auto first() -> xtd::forms::radio_button;
2794 [[nodiscard]] static auto first(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2799 [[nodiscard]] static auto first(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2805 [[nodiscard]] static auto first(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2809 [[nodiscard]] static auto first(bool checked) -> xtd::forms::radio_button;
2814 [[nodiscard]] static auto first(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2820 [[nodiscard]] static auto first(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2827 [[nodiscard]] static auto first(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2831 [[nodiscard]] static auto first(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2836 [[nodiscard]] static auto first(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2842 [[nodiscard]] static auto first(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2849 [[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::radio_button;
2854 [[nodiscard]] static auto first(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2860 [[nodiscard]] static auto first(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2867 [[nodiscard]] static auto first(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2875 [[nodiscard]] static auto first(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2876
2879 [[nodiscard]] static auto floppy() -> xtd::forms::radio_button;
2883 [[nodiscard]] static auto floppy(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2888 [[nodiscard]] static auto floppy(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2894 [[nodiscard]] static auto floppy(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2898 [[nodiscard]] static auto floppy(bool checked) -> xtd::forms::radio_button;
2903 [[nodiscard]] static auto floppy(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2909 [[nodiscard]] static auto floppy(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2916 [[nodiscard]] static auto floppy(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2920 [[nodiscard]] static auto floppy(const xtd::forms::control& parent) -> xtd::forms::radio_button;
2925 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2931 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2938 [[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::radio_button;
2943 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
2949 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2956 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2964 [[nodiscard]] static auto floppy(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2965
2968 [[nodiscard]] static auto font() -> xtd::forms::radio_button;
2972 [[nodiscard]] static auto font(const xtd::drawing::point& location) -> xtd::forms::radio_button;
2977 [[nodiscard]] static auto font(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
2983 [[nodiscard]] static auto font(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
2987 [[nodiscard]] static auto font(bool checked) -> xtd::forms::radio_button;
2992 [[nodiscard]] static auto font(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
2998 [[nodiscard]] static auto font(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3005 [[nodiscard]] static auto font(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3009 [[nodiscard]] static auto font(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3014 [[nodiscard]] static auto font(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3020 [[nodiscard]] static auto font(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3027 [[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::radio_button;
3032 [[nodiscard]] static auto font(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3038 [[nodiscard]] static auto font(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3045 [[nodiscard]] static auto font(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3053 [[nodiscard]] static auto font(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3054
3057 [[nodiscard]] static auto forward() -> xtd::forms::radio_button;
3061 [[nodiscard]] static auto forward(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3066 [[nodiscard]] static auto forward(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3072 [[nodiscard]] static auto forward(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3076 [[nodiscard]] static auto forward(bool checked) -> xtd::forms::radio_button;
3081 [[nodiscard]] static auto forward(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3087 [[nodiscard]] static auto forward(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3094 [[nodiscard]] static auto forward(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3098 [[nodiscard]] static auto forward(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3103 [[nodiscard]] static auto forward(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3109 [[nodiscard]] static auto forward(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3116 [[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::radio_button;
3121 [[nodiscard]] static auto forward(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3127 [[nodiscard]] static auto forward(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3134 [[nodiscard]] static auto forward(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3142 [[nodiscard]] static auto forward(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3143
3146 [[nodiscard]] static auto harddisk() -> xtd::forms::radio_button;
3150 [[nodiscard]] static auto harddisk(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3155 [[nodiscard]] static auto harddisk(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3161 [[nodiscard]] static auto harddisk(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3165 [[nodiscard]] static auto harddisk(bool checked) -> xtd::forms::radio_button;
3170 [[nodiscard]] static auto harddisk(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3176 [[nodiscard]] static auto harddisk(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3183 [[nodiscard]] static auto harddisk(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3187 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3192 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3198 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3205 [[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::radio_button;
3210 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3216 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3223 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3231 [[nodiscard]] static auto harddisk(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3232
3235 [[nodiscard]] static auto help() -> xtd::forms::radio_button;
3239 [[nodiscard]] static auto help(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3244 [[nodiscard]] static auto help(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3250 [[nodiscard]] static auto help(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3254 [[nodiscard]] static auto help(bool checked) -> xtd::forms::radio_button;
3259 [[nodiscard]] static auto help(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3265 [[nodiscard]] static auto help(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3272 [[nodiscard]] static auto help(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3276 [[nodiscard]] static auto help(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3281 [[nodiscard]] static auto help(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3287 [[nodiscard]] static auto help(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3294 [[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::radio_button;
3299 [[nodiscard]] static auto help(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3305 [[nodiscard]] static auto help(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3312 [[nodiscard]] static auto help(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3320 [[nodiscard]] static auto help(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3321
3324 [[nodiscard]] static auto home() -> xtd::forms::radio_button;
3328 [[nodiscard]] static auto home(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3333 [[nodiscard]] static auto home(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3339 [[nodiscard]] static auto home(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3343 [[nodiscard]] static auto home(bool checked) -> xtd::forms::radio_button;
3348 [[nodiscard]] static auto home(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3354 [[nodiscard]] static auto home(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3361 [[nodiscard]] static auto home(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3365 [[nodiscard]] static auto home(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3370 [[nodiscard]] static auto home(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3376 [[nodiscard]] static auto home(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3383 [[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::radio_button;
3388 [[nodiscard]] static auto home(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3394 [[nodiscard]] static auto home(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3401 [[nodiscard]] static auto home(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3409 [[nodiscard]] static auto home(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3410
3413 [[nodiscard]] static auto ignore() -> xtd::forms::radio_button;
3417 [[nodiscard]] static auto ignore(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3422 [[nodiscard]] static auto ignore(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3428 [[nodiscard]] static auto ignore(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3432 [[nodiscard]] static auto ignore(bool checked) -> xtd::forms::radio_button;
3437 [[nodiscard]] static auto ignore(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3443 [[nodiscard]] static auto ignore(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3450 [[nodiscard]] static auto ignore(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3454 [[nodiscard]] static auto ignore(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3459 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3465 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3472 [[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::radio_button;
3477 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3483 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3490 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3498 [[nodiscard]] static auto ignore(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3499
3502 [[nodiscard]] static auto indent() -> xtd::forms::radio_button;
3506 [[nodiscard]] static auto indent(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3511 [[nodiscard]] static auto indent(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3517 [[nodiscard]] static auto indent(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3521 [[nodiscard]] static auto indent(bool checked) -> xtd::forms::radio_button;
3526 [[nodiscard]] static auto indent(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3532 [[nodiscard]] static auto indent(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3539 [[nodiscard]] static auto indent(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3543 [[nodiscard]] static auto indent(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3548 [[nodiscard]] static auto indent(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3554 [[nodiscard]] static auto indent(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3561 [[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::radio_button;
3566 [[nodiscard]] static auto indent(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3572 [[nodiscard]] static auto indent(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3579 [[nodiscard]] static auto indent(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3587 [[nodiscard]] static auto indent(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3588
3591 [[nodiscard]] static auto index() -> xtd::forms::radio_button;
3595 [[nodiscard]] static auto index(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3600 [[nodiscard]] static auto index(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3606 [[nodiscard]] static auto index(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3610 [[nodiscard]] static auto index(bool checked) -> xtd::forms::radio_button;
3615 [[nodiscard]] static auto index(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3621 [[nodiscard]] static auto index(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3628 [[nodiscard]] static auto index(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3632 [[nodiscard]] static auto index(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3637 [[nodiscard]] static auto index(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3643 [[nodiscard]] static auto index(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3650 [[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::radio_button;
3655 [[nodiscard]] static auto index(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3661 [[nodiscard]] static auto index(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3668 [[nodiscard]] static auto index(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3676 [[nodiscard]] static auto index(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3677
3680 [[nodiscard]] static auto info() -> xtd::forms::radio_button;
3684 [[nodiscard]] static auto info(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3689 [[nodiscard]] static auto info(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3695 [[nodiscard]] static auto info(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3699 [[nodiscard]] static auto info(bool checked) -> xtd::forms::radio_button;
3704 [[nodiscard]] static auto info(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3710 [[nodiscard]] static auto info(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3717 [[nodiscard]] static auto info(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3721 [[nodiscard]] static auto info(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3726 [[nodiscard]] static auto info(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3732 [[nodiscard]] static auto info(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3739 [[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::radio_button;
3744 [[nodiscard]] static auto info(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3750 [[nodiscard]] static auto info(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3757 [[nodiscard]] static auto info(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3765 [[nodiscard]] static auto info(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3766
3769 [[nodiscard]] static auto italic() -> xtd::forms::radio_button;
3773 [[nodiscard]] static auto italic(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3778 [[nodiscard]] static auto italic(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3784 [[nodiscard]] static auto italic(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3788 [[nodiscard]] static auto italic(bool checked) -> xtd::forms::radio_button;
3793 [[nodiscard]] static auto italic(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3799 [[nodiscard]] static auto italic(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3806 [[nodiscard]] static auto italic(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3810 [[nodiscard]] static auto italic(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3815 [[nodiscard]] static auto italic(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3821 [[nodiscard]] static auto italic(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3828 [[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::radio_button;
3833 [[nodiscard]] static auto italic(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3839 [[nodiscard]] static auto italic(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3846 [[nodiscard]] static auto italic(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3854 [[nodiscard]] static auto italic(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3855
3858 [[nodiscard]] static auto justified() -> xtd::forms::radio_button;
3862 [[nodiscard]] static auto justified(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3867 [[nodiscard]] static auto justified(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3873 [[nodiscard]] static auto justified(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3877 [[nodiscard]] static auto justified(bool checked) -> xtd::forms::radio_button;
3882 [[nodiscard]] static auto justified(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3888 [[nodiscard]] static auto justified(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3895 [[nodiscard]] static auto justified(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3899 [[nodiscard]] static auto justified(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3904 [[nodiscard]] static auto justified(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3910 [[nodiscard]] static auto justified(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3917 [[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::radio_button;
3922 [[nodiscard]] static auto justified(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
3928 [[nodiscard]] static auto justified(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3935 [[nodiscard]] static auto justified(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3943 [[nodiscard]] static auto justified(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3944
3947 [[nodiscard]] static auto jump_to() -> xtd::forms::radio_button;
3951 [[nodiscard]] static auto jump_to(const xtd::drawing::point& location) -> xtd::forms::radio_button;
3956 [[nodiscard]] static auto jump_to(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3962 [[nodiscard]] static auto jump_to(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3966 [[nodiscard]] static auto jump_to(bool checked) -> xtd::forms::radio_button;
3971 [[nodiscard]] static auto jump_to(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3977 [[nodiscard]] static auto jump_to(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
3984 [[nodiscard]] static auto jump_to(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
3988 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent) -> xtd::forms::radio_button;
3993 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
3999 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4006 [[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::radio_button;
4011 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4017 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4024 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4032 [[nodiscard]] static auto jump_to(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4033
4036 [[nodiscard]] static auto last() -> xtd::forms::radio_button;
4040 [[nodiscard]] static auto last(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4045 [[nodiscard]] static auto last(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4051 [[nodiscard]] static auto last(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4055 [[nodiscard]] static auto last(bool checked) -> xtd::forms::radio_button;
4060 [[nodiscard]] static auto last(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4066 [[nodiscard]] static auto last(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4073 [[nodiscard]] static auto last(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4077 [[nodiscard]] static auto last(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4082 [[nodiscard]] static auto last(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4088 [[nodiscard]] static auto last(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4095 [[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::radio_button;
4100 [[nodiscard]] static auto last(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4106 [[nodiscard]] static auto last(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4113 [[nodiscard]] static auto last(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4121 [[nodiscard]] static auto last(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4122
4125 [[nodiscard]] static auto network() -> xtd::forms::radio_button;
4129 [[nodiscard]] static auto network(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4134 [[nodiscard]] static auto network(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4140 [[nodiscard]] static auto network(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4144 [[nodiscard]] static auto network(bool checked) -> xtd::forms::radio_button;
4149 [[nodiscard]] static auto network(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4155 [[nodiscard]] static auto network(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4162 [[nodiscard]] static auto network(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4166 [[nodiscard]] static auto network(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4171 [[nodiscard]] static auto network(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4177 [[nodiscard]] static auto network(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4184 [[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::radio_button;
4189 [[nodiscard]] static auto network(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4195 [[nodiscard]] static auto network(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4202 [[nodiscard]] static auto network(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4210 [[nodiscard]] static auto network(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4211
4214 [[nodiscard]] static auto new_() -> xtd::forms::radio_button;
4218 [[nodiscard]] static auto new_(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4223 [[nodiscard]] static auto new_(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4229 [[nodiscard]] static auto new_(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4233 [[nodiscard]] static auto new_(bool checked) -> xtd::forms::radio_button;
4238 [[nodiscard]] static auto new_(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4244 [[nodiscard]] static auto new_(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4251 [[nodiscard]] static auto new_(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4255 [[nodiscard]] static auto new_(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4260 [[nodiscard]] static auto new_(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4266 [[nodiscard]] static auto new_(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4273 [[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::radio_button;
4278 [[nodiscard]] static auto new_(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4284 [[nodiscard]] static auto new_(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4291 [[nodiscard]] static auto new_(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4299 [[nodiscard]] static auto new_(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4300
4303 [[nodiscard]] static auto next() -> xtd::forms::radio_button;
4307 [[nodiscard]] static auto next(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4312 [[nodiscard]] static auto next(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4318 [[nodiscard]] static auto next(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4322 [[nodiscard]] static auto next(bool checked) -> xtd::forms::radio_button;
4327 [[nodiscard]] static auto next(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4333 [[nodiscard]] static auto next(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4340 [[nodiscard]] static auto next(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4344 [[nodiscard]] static auto next(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4349 [[nodiscard]] static auto next(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4355 [[nodiscard]] static auto next(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4362 [[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::radio_button;
4367 [[nodiscard]] static auto next(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4373 [[nodiscard]] static auto next(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4380 [[nodiscard]] static auto next(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4388 [[nodiscard]] static auto next(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4389
4392 [[nodiscard]] static auto no() -> xtd::forms::radio_button;
4396 [[nodiscard]] static auto no(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4401 [[nodiscard]] static auto no(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4407 [[nodiscard]] static auto no(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4411 [[nodiscard]] static auto no(bool checked) -> xtd::forms::radio_button;
4416 [[nodiscard]] static auto no(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4422 [[nodiscard]] static auto no(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4429 [[nodiscard]] static auto no(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4433 [[nodiscard]] static auto no(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4438 [[nodiscard]] static auto no(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4444 [[nodiscard]] static auto no(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4451 [[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::radio_button;
4456 [[nodiscard]] static auto no(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4462 [[nodiscard]] static auto no(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4469 [[nodiscard]] static auto no(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4477 [[nodiscard]] static auto no(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4478
4481 [[nodiscard]] static auto ok() -> xtd::forms::radio_button;
4485 [[nodiscard]] static auto ok(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4490 [[nodiscard]] static auto ok(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4496 [[nodiscard]] static auto ok(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4500 [[nodiscard]] static auto ok(bool checked) -> xtd::forms::radio_button;
4505 [[nodiscard]] static auto ok(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4511 [[nodiscard]] static auto ok(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4518 [[nodiscard]] static auto ok(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4522 [[nodiscard]] static auto ok(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4527 [[nodiscard]] static auto ok(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4533 [[nodiscard]] static auto ok(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4540 [[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::radio_button;
4545 [[nodiscard]] static auto ok(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4551 [[nodiscard]] static auto ok(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4558 [[nodiscard]] static auto ok(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4566 [[nodiscard]] static auto ok(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4567
4570 [[nodiscard]] static auto open() -> xtd::forms::radio_button;
4574 [[nodiscard]] static auto open(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4579 [[nodiscard]] static auto open(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4585 [[nodiscard]] static auto open(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4589 [[nodiscard]] static auto open(bool checked) -> xtd::forms::radio_button;
4594 [[nodiscard]] static auto open(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4600 [[nodiscard]] static auto open(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4607 [[nodiscard]] static auto open(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4611 [[nodiscard]] static auto open(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4616 [[nodiscard]] static auto open(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4622 [[nodiscard]] static auto open(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4629 [[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::radio_button;
4634 [[nodiscard]] static auto open(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4640 [[nodiscard]] static auto open(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4647 [[nodiscard]] static auto open(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4655 [[nodiscard]] static auto open(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4656
4659 [[nodiscard]] static auto options() -> xtd::forms::radio_button;
4663 [[nodiscard]] static auto options(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4668 [[nodiscard]] static auto options(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4674 [[nodiscard]] static auto options(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4678 [[nodiscard]] static auto options(bool checked) -> xtd::forms::radio_button;
4683 [[nodiscard]] static auto options(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4689 [[nodiscard]] static auto options(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4696 [[nodiscard]] static auto options(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4700 [[nodiscard]] static auto options(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4705 [[nodiscard]] static auto options(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4711 [[nodiscard]] static auto options(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4718 [[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::radio_button;
4723 [[nodiscard]] static auto options(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4729 [[nodiscard]] static auto options(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4736 [[nodiscard]] static auto options(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4744 [[nodiscard]] static auto options(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4745
4748 [[nodiscard]] static auto paste() -> xtd::forms::radio_button;
4752 [[nodiscard]] static auto paste(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4757 [[nodiscard]] static auto paste(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4763 [[nodiscard]] static auto paste(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4767 [[nodiscard]] static auto paste(bool checked) -> xtd::forms::radio_button;
4772 [[nodiscard]] static auto paste(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4778 [[nodiscard]] static auto paste(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4785 [[nodiscard]] static auto paste(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4789 [[nodiscard]] static auto paste(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4794 [[nodiscard]] static auto paste(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4800 [[nodiscard]] static auto paste(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4807 [[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::radio_button;
4812 [[nodiscard]] static auto paste(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4818 [[nodiscard]] static auto paste(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4825 [[nodiscard]] static auto paste(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4833 [[nodiscard]] static auto paste(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4834
4837 [[nodiscard]] static auto preferences() -> xtd::forms::radio_button;
4841 [[nodiscard]] static auto preferences(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4846 [[nodiscard]] static auto preferences(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4852 [[nodiscard]] static auto preferences(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4856 [[nodiscard]] static auto preferences(bool checked) -> xtd::forms::radio_button;
4861 [[nodiscard]] static auto preferences(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4867 [[nodiscard]] static auto preferences(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4874 [[nodiscard]] static auto preferences(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4878 [[nodiscard]] static auto preferences(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4883 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4889 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4896 [[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::radio_button;
4901 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4907 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4914 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4922 [[nodiscard]] static auto preferences(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4923
4926 [[nodiscard]] static auto previous() -> xtd::forms::radio_button;
4930 [[nodiscard]] static auto previous(const xtd::drawing::point& location) -> xtd::forms::radio_button;
4935 [[nodiscard]] static auto previous(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4941 [[nodiscard]] static auto previous(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4945 [[nodiscard]] static auto previous(bool checked) -> xtd::forms::radio_button;
4950 [[nodiscard]] static auto previous(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4956 [[nodiscard]] static auto previous(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4963 [[nodiscard]] static auto previous(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
4967 [[nodiscard]] static auto previous(const xtd::forms::control& parent) -> xtd::forms::radio_button;
4972 [[nodiscard]] static auto previous(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
4978 [[nodiscard]] static auto previous(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
4985 [[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::radio_button;
4990 [[nodiscard]] static auto previous(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
4996 [[nodiscard]] static auto previous(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5003 [[nodiscard]] static auto previous(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5011 [[nodiscard]] static auto previous(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5012
5015 [[nodiscard]] static auto print() -> xtd::forms::radio_button;
5019 [[nodiscard]] static auto print(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5024 [[nodiscard]] static auto print(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5030 [[nodiscard]] static auto print(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5034 [[nodiscard]] static auto print(bool checked) -> xtd::forms::radio_button;
5039 [[nodiscard]] static auto print(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5045 [[nodiscard]] static auto print(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5052 [[nodiscard]] static auto print(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5056 [[nodiscard]] static auto print(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5061 [[nodiscard]] static auto print(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5067 [[nodiscard]] static auto print(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5074 [[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::radio_button;
5079 [[nodiscard]] static auto print(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5085 [[nodiscard]] static auto print(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5092 [[nodiscard]] static auto print(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5100 [[nodiscard]] static auto print(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5101
5104 [[nodiscard]] static auto print_preview() -> xtd::forms::radio_button;
5108 [[nodiscard]] static auto print_preview(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5113 [[nodiscard]] static auto print_preview(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5119 [[nodiscard]] static auto print_preview(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5123 [[nodiscard]] static auto print_preview(bool checked) -> xtd::forms::radio_button;
5128 [[nodiscard]] static auto print_preview(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5134 [[nodiscard]] static auto print_preview(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5141 [[nodiscard]] static auto print_preview(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5145 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5150 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5156 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5163 [[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::radio_button;
5168 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5174 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5181 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5189 [[nodiscard]] static auto print_preview(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5190
5193 [[nodiscard]] static auto properties() -> xtd::forms::radio_button;
5197 [[nodiscard]] static auto properties(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5202 [[nodiscard]] static auto properties(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5208 [[nodiscard]] static auto properties(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5212 [[nodiscard]] static auto properties(bool checked) -> xtd::forms::radio_button;
5217 [[nodiscard]] static auto properties(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5223 [[nodiscard]] static auto properties(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5230 [[nodiscard]] static auto properties(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5234 [[nodiscard]] static auto properties(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5239 [[nodiscard]] static auto properties(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5245 [[nodiscard]] static auto properties(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5252 [[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::radio_button;
5257 [[nodiscard]] static auto properties(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5263 [[nodiscard]] static auto properties(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5270 [[nodiscard]] static auto properties(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5278 [[nodiscard]] static auto properties(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5279
5282 [[nodiscard]] static auto quit() -> xtd::forms::radio_button;
5286 [[nodiscard]] static auto quit(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5291 [[nodiscard]] static auto quit(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5297 [[nodiscard]] static auto quit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5301 [[nodiscard]] static auto quit(bool checked) -> xtd::forms::radio_button;
5306 [[nodiscard]] static auto quit(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5312 [[nodiscard]] static auto quit(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5319 [[nodiscard]] static auto quit(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5323 [[nodiscard]] static auto quit(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5328 [[nodiscard]] static auto quit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5334 [[nodiscard]] static auto quit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5341 [[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::radio_button;
5346 [[nodiscard]] static auto quit(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5352 [[nodiscard]] static auto quit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5359 [[nodiscard]] static auto quit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5367 [[nodiscard]] static auto quit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5368
5371 [[nodiscard]] static auto redo() -> xtd::forms::radio_button;
5375 [[nodiscard]] static auto redo(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5380 [[nodiscard]] static auto redo(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5386 [[nodiscard]] static auto redo(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5390 [[nodiscard]] static auto redo(bool checked) -> xtd::forms::radio_button;
5395 [[nodiscard]] static auto redo(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5401 [[nodiscard]] static auto redo(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5408 [[nodiscard]] static auto redo(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5412 [[nodiscard]] static auto redo(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5417 [[nodiscard]] static auto redo(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5423 [[nodiscard]] static auto redo(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5430 [[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::radio_button;
5435 [[nodiscard]] static auto redo(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5441 [[nodiscard]] static auto redo(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5448 [[nodiscard]] static auto redo(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5456 [[nodiscard]] static auto redo(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5457
5460 [[nodiscard]] static auto refresh() -> xtd::forms::radio_button;
5464 [[nodiscard]] static auto refresh(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5469 [[nodiscard]] static auto refresh(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5475 [[nodiscard]] static auto refresh(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5479 [[nodiscard]] static auto refresh(bool checked) -> xtd::forms::radio_button;
5484 [[nodiscard]] static auto refresh(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5490 [[nodiscard]] static auto refresh(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5497 [[nodiscard]] static auto refresh(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5501 [[nodiscard]] static auto refresh(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5506 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5512 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5519 [[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::radio_button;
5524 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5530 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5537 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5545 [[nodiscard]] static auto refresh(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5546
5549 [[nodiscard]] static auto remove() -> xtd::forms::radio_button;
5553 [[nodiscard]] static auto remove(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5558 [[nodiscard]] static auto remove(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5564 [[nodiscard]] static auto remove(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5568 [[nodiscard]] static auto remove(bool checked) -> xtd::forms::radio_button;
5573 [[nodiscard]] static auto remove(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5579 [[nodiscard]] static auto remove(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5586 [[nodiscard]] static auto remove(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5590 [[nodiscard]] static auto remove(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5595 [[nodiscard]] static auto remove(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5601 [[nodiscard]] static auto remove(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5608 [[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::radio_button;
5613 [[nodiscard]] static auto remove(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5619 [[nodiscard]] static auto remove(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5626 [[nodiscard]] static auto remove(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5634 [[nodiscard]] static auto remove(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5635
5638 [[nodiscard]] static auto replace() -> xtd::forms::radio_button;
5642 [[nodiscard]] static auto replace(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5647 [[nodiscard]] static auto replace(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5653 [[nodiscard]] static auto replace(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5657 [[nodiscard]] static auto replace(bool checked) -> xtd::forms::radio_button;
5662 [[nodiscard]] static auto replace(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5668 [[nodiscard]] static auto replace(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5675 [[nodiscard]] static auto replace(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5679 [[nodiscard]] static auto replace(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5684 [[nodiscard]] static auto replace(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5690 [[nodiscard]] static auto replace(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5697 [[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::radio_button;
5702 [[nodiscard]] static auto replace(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5708 [[nodiscard]] static auto replace(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5715 [[nodiscard]] static auto replace(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5723 [[nodiscard]] static auto replace(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5724
5727 [[nodiscard]] static auto retry() -> xtd::forms::radio_button;
5731 [[nodiscard]] static auto retry(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5736 [[nodiscard]] static auto retry(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5742 [[nodiscard]] static auto retry(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5746 [[nodiscard]] static auto retry(bool checked) -> xtd::forms::radio_button;
5751 [[nodiscard]] static auto retry(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5757 [[nodiscard]] static auto retry(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5764 [[nodiscard]] static auto retry(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5768 [[nodiscard]] static auto retry(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5773 [[nodiscard]] static auto retry(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5779 [[nodiscard]] static auto retry(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5786 [[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::radio_button;
5791 [[nodiscard]] static auto retry(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5797 [[nodiscard]] static auto retry(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5804 [[nodiscard]] static auto retry(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5812 [[nodiscard]] static auto retry(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5813
5816 [[nodiscard]] static auto revert_to_saved() -> xtd::forms::radio_button;
5820 [[nodiscard]] static auto revert_to_saved(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5825 [[nodiscard]] static auto revert_to_saved(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5831 [[nodiscard]] static auto revert_to_saved(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5835 [[nodiscard]] static auto revert_to_saved(bool checked) -> xtd::forms::radio_button;
5840 [[nodiscard]] static auto revert_to_saved(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5846 [[nodiscard]] static auto revert_to_saved(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5853 [[nodiscard]] static auto revert_to_saved(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5857 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5862 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5868 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5875 [[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::radio_button;
5880 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5886 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5893 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5901 [[nodiscard]] static auto revert_to_saved(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5902
5905 [[nodiscard]] static auto save() -> xtd::forms::radio_button;
5909 [[nodiscard]] static auto save(const xtd::drawing::point& location) -> xtd::forms::radio_button;
5914 [[nodiscard]] static auto save(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5920 [[nodiscard]] static auto save(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5924 [[nodiscard]] static auto save(bool checked) -> xtd::forms::radio_button;
5929 [[nodiscard]] static auto save(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5935 [[nodiscard]] static auto save(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5942 [[nodiscard]] static auto save(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5946 [[nodiscard]] static auto save(const xtd::forms::control& parent) -> xtd::forms::radio_button;
5951 [[nodiscard]] static auto save(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5957 [[nodiscard]] static auto save(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5964 [[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::radio_button;
5969 [[nodiscard]] static auto save(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
5975 [[nodiscard]] static auto save(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
5982 [[nodiscard]] static auto save(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
5990 [[nodiscard]] static auto save(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
5991
5994 [[nodiscard]] static auto save_as() -> xtd::forms::radio_button;
5998 [[nodiscard]] static auto save_as(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6003 [[nodiscard]] static auto save_as(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6009 [[nodiscard]] static auto save_as(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6013 [[nodiscard]] static auto save_as(bool checked) -> xtd::forms::radio_button;
6018 [[nodiscard]] static auto save_as(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6024 [[nodiscard]] static auto save_as(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6031 [[nodiscard]] static auto save_as(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6035 [[nodiscard]] static auto save_as(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6040 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6046 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6053 [[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::radio_button;
6058 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6064 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6071 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6079 [[nodiscard]] static auto save_as(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6080
6083 [[nodiscard]] static auto search() -> xtd::forms::radio_button;
6087 [[nodiscard]] static auto search(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6092 [[nodiscard]] static auto search(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6098 [[nodiscard]] static auto search(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6102 [[nodiscard]] static auto search(bool checked) -> xtd::forms::radio_button;
6107 [[nodiscard]] static auto search(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6113 [[nodiscard]] static auto search(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6120 [[nodiscard]] static auto search(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6124 [[nodiscard]] static auto search(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6129 [[nodiscard]] static auto search(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6135 [[nodiscard]] static auto search(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6142 [[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::radio_button;
6147 [[nodiscard]] static auto search(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6153 [[nodiscard]] static auto search(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6160 [[nodiscard]] static auto search(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6168 [[nodiscard]] static auto search(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6169
6172 [[nodiscard]] static auto select_all() -> xtd::forms::radio_button;
6176 [[nodiscard]] static auto select_all(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6181 [[nodiscard]] static auto select_all(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6187 [[nodiscard]] static auto select_all(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6191 [[nodiscard]] static auto select_all(bool checked) -> xtd::forms::radio_button;
6196 [[nodiscard]] static auto select_all(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6202 [[nodiscard]] static auto select_all(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6209 [[nodiscard]] static auto select_all(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6213 [[nodiscard]] static auto select_all(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6218 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6224 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6231 [[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::radio_button;
6236 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6242 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6249 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6257 [[nodiscard]] static auto select_all(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6258
6261 [[nodiscard]] static auto settings() -> xtd::forms::radio_button;
6265 [[nodiscard]] static auto settings(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6270 [[nodiscard]] static auto settings(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6276 [[nodiscard]] static auto settings(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6280 [[nodiscard]] static auto settings(bool checked) -> xtd::forms::radio_button;
6285 [[nodiscard]] static auto settings(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6291 [[nodiscard]] static auto settings(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6298 [[nodiscard]] static auto settings(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6302 [[nodiscard]] static auto settings(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6307 [[nodiscard]] static auto settings(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6313 [[nodiscard]] static auto settings(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6320 [[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::radio_button;
6325 [[nodiscard]] static auto settings(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6331 [[nodiscard]] static auto settings(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6338 [[nodiscard]] static auto settings(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6346 [[nodiscard]] static auto settings(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6347
6350 [[nodiscard]] static auto spell_check() -> xtd::forms::radio_button;
6354 [[nodiscard]] static auto spell_check(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6359 [[nodiscard]] static auto spell_check(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6365 [[nodiscard]] static auto spell_check(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6369 [[nodiscard]] static auto spell_check(bool checked) -> xtd::forms::radio_button;
6374 [[nodiscard]] static auto spell_check(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6380 [[nodiscard]] static auto spell_check(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6387 [[nodiscard]] static auto spell_check(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6391 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6396 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6402 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6409 [[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::radio_button;
6414 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6420 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6427 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6435 [[nodiscard]] static auto spell_check(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6436
6439 [[nodiscard]] static auto stop() -> xtd::forms::radio_button;
6443 [[nodiscard]] static auto stop(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6448 [[nodiscard]] static auto stop(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6454 [[nodiscard]] static auto stop(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6458 [[nodiscard]] static auto stop(bool checked) -> xtd::forms::radio_button;
6463 [[nodiscard]] static auto stop(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6469 [[nodiscard]] static auto stop(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6476 [[nodiscard]] static auto stop(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6480 [[nodiscard]] static auto stop(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6485 [[nodiscard]] static auto stop(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6491 [[nodiscard]] static auto stop(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6498 [[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::radio_button;
6503 [[nodiscard]] static auto stop(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6509 [[nodiscard]] static auto stop(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6516 [[nodiscard]] static auto stop(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6524 [[nodiscard]] static auto stop(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6525
6528 [[nodiscard]] static auto strikeout() -> xtd::forms::radio_button;
6532 [[nodiscard]] static auto strikeout(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6537 [[nodiscard]] static auto strikeout(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6543 [[nodiscard]] static auto strikeout(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6547 [[nodiscard]] static auto strikeout(bool checked) -> xtd::forms::radio_button;
6552 [[nodiscard]] static auto strikeout(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6558 [[nodiscard]] static auto strikeout(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6565 [[nodiscard]] static auto strikeout(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6569 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6574 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6580 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6587 [[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::radio_button;
6592 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6598 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6605 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6613 [[nodiscard]] static auto strikeout(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6614
6617 [[nodiscard]] static auto tools() -> xtd::forms::radio_button;
6621 [[nodiscard]] static auto tools(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6626 [[nodiscard]] static auto tools(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6632 [[nodiscard]] static auto tools(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6636 [[nodiscard]] static auto tools(bool checked) -> xtd::forms::radio_button;
6641 [[nodiscard]] static auto tools(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6647 [[nodiscard]] static auto tools(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6654 [[nodiscard]] static auto tools(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6658 [[nodiscard]] static auto tools(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6663 [[nodiscard]] static auto tools(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6669 [[nodiscard]] static auto tools(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6676 [[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::radio_button;
6681 [[nodiscard]] static auto tools(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6687 [[nodiscard]] static auto tools(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6694 [[nodiscard]] static auto tools(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6702 [[nodiscard]] static auto tools(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6703
6706 [[nodiscard]] static auto top() -> xtd::forms::radio_button;
6710 [[nodiscard]] static auto top(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6715 [[nodiscard]] static auto top(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6721 [[nodiscard]] static auto top(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6725 [[nodiscard]] static auto top(bool checked) -> xtd::forms::radio_button;
6730 [[nodiscard]] static auto top(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6736 [[nodiscard]] static auto top(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6743 [[nodiscard]] static auto top(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6747 [[nodiscard]] static auto top(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6752 [[nodiscard]] static auto top(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6758 [[nodiscard]] static auto top(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6765 [[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::radio_button;
6770 [[nodiscard]] static auto top(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6776 [[nodiscard]] static auto top(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6783 [[nodiscard]] static auto top(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6791 [[nodiscard]] static auto top(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6792
6795 [[nodiscard]] static auto undelete() -> xtd::forms::radio_button;
6799 [[nodiscard]] static auto undelete(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6804 [[nodiscard]] static auto undelete(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6810 [[nodiscard]] static auto undelete(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6814 [[nodiscard]] static auto undelete(bool checked) -> xtd::forms::radio_button;
6819 [[nodiscard]] static auto undelete(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6825 [[nodiscard]] static auto undelete(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6832 [[nodiscard]] static auto undelete(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6836 [[nodiscard]] static auto undelete(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6841 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6847 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6854 [[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::radio_button;
6859 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6865 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6872 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6880 [[nodiscard]] static auto undelete(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6881
6884 [[nodiscard]] static auto underline() -> xtd::forms::radio_button;
6888 [[nodiscard]] static auto underline(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6893 [[nodiscard]] static auto underline(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6899 [[nodiscard]] static auto underline(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6903 [[nodiscard]] static auto underline(bool checked) -> xtd::forms::radio_button;
6908 [[nodiscard]] static auto underline(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6914 [[nodiscard]] static auto underline(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6921 [[nodiscard]] static auto underline(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6925 [[nodiscard]] static auto underline(const xtd::forms::control& parent) -> xtd::forms::radio_button;
6930 [[nodiscard]] static auto underline(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6936 [[nodiscard]] static auto underline(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6943 [[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::radio_button;
6948 [[nodiscard]] static auto underline(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
6954 [[nodiscard]] static auto underline(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
6961 [[nodiscard]] static auto underline(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6969 [[nodiscard]] static auto underline(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6970
6973 [[nodiscard]] static auto undo() -> xtd::forms::radio_button;
6977 [[nodiscard]] static auto undo(const xtd::drawing::point& location) -> xtd::forms::radio_button;
6982 [[nodiscard]] static auto undo(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
6988 [[nodiscard]] static auto undo(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
6992 [[nodiscard]] static auto undo(bool checked) -> xtd::forms::radio_button;
6997 [[nodiscard]] static auto undo(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7003 [[nodiscard]] static auto undo(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7010 [[nodiscard]] static auto undo(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7014 [[nodiscard]] static auto undo(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7019 [[nodiscard]] static auto undo(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7025 [[nodiscard]] static auto undo(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7032 [[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::radio_button;
7037 [[nodiscard]] static auto undo(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7043 [[nodiscard]] static auto undo(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7050 [[nodiscard]] static auto undo(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7058 [[nodiscard]] static auto undo(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7059
7062 [[nodiscard]] static auto unindent() -> xtd::forms::radio_button;
7066 [[nodiscard]] static auto unindent(const xtd::drawing::point& location) -> xtd::forms::radio_button;
7071 [[nodiscard]] static auto unindent(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7077 [[nodiscard]] static auto unindent(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7081 [[nodiscard]] static auto unindent(bool checked) -> xtd::forms::radio_button;
7086 [[nodiscard]] static auto unindent(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7092 [[nodiscard]] static auto unindent(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7099 [[nodiscard]] static auto unindent(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7103 [[nodiscard]] static auto unindent(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7108 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7114 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7121 [[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::radio_button;
7126 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7132 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7139 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7147 [[nodiscard]] static auto unindent(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7148
7151 [[nodiscard]] static auto up() -> xtd::forms::radio_button;
7155 [[nodiscard]] static auto up(const xtd::drawing::point& location) -> xtd::forms::radio_button;
7160 [[nodiscard]] static auto up(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7166 [[nodiscard]] static auto up(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7170 [[nodiscard]] static auto up(bool checked) -> xtd::forms::radio_button;
7175 [[nodiscard]] static auto up(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7181 [[nodiscard]] static auto up(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7188 [[nodiscard]] static auto up(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7192 [[nodiscard]] static auto up(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7197 [[nodiscard]] static auto up(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7203 [[nodiscard]] static auto up(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7210 [[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::radio_button;
7215 [[nodiscard]] static auto up(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7221 [[nodiscard]] static auto up(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7228 [[nodiscard]] static auto up(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7236 [[nodiscard]] static auto up(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7237
7240 [[nodiscard]] static auto view() -> xtd::forms::radio_button;
7244 [[nodiscard]] static auto view(const xtd::drawing::point& location) -> xtd::forms::radio_button;
7249 [[nodiscard]] static auto view(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7255 [[nodiscard]] static auto view(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7259 [[nodiscard]] static auto view(bool checked) -> xtd::forms::radio_button;
7264 [[nodiscard]] static auto view(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7270 [[nodiscard]] static auto view(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7277 [[nodiscard]] static auto view(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7281 [[nodiscard]] static auto view(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7286 [[nodiscard]] static auto view(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7292 [[nodiscard]] static auto view(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7299 [[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::radio_button;
7304 [[nodiscard]] static auto view(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7310 [[nodiscard]] static auto view(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7317 [[nodiscard]] static auto view(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7325 [[nodiscard]] static auto view(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7326
7329 [[nodiscard]] static auto window() -> xtd::forms::radio_button;
7333 [[nodiscard]] static auto window(const xtd::drawing::point& location) -> xtd::forms::radio_button;
7338 [[nodiscard]] static auto window(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7344 [[nodiscard]] static auto window(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7348 [[nodiscard]] static auto window(bool checked) -> xtd::forms::radio_button;
7353 [[nodiscard]] static auto window(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7359 [[nodiscard]] static auto window(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7366 [[nodiscard]] static auto window(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7370 [[nodiscard]] static auto window(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7375 [[nodiscard]] static auto window(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7381 [[nodiscard]] static auto window(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7388 [[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::radio_button;
7393 [[nodiscard]] static auto window(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7399 [[nodiscard]] static auto window(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7406 [[nodiscard]] static auto window(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7414 [[nodiscard]] static auto window(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7415
7418 [[nodiscard]] static auto yes() -> xtd::forms::radio_button;
7422 [[nodiscard]] static auto yes(const xtd::drawing::point& location) -> xtd::forms::radio_button;
7427 [[nodiscard]] static auto yes(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7433 [[nodiscard]] static auto yes(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7437 [[nodiscard]] static auto yes(bool checked) -> xtd::forms::radio_button;
7442 [[nodiscard]] static auto yes(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7448 [[nodiscard]] static auto yes(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7455 [[nodiscard]] static auto yes(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7459 [[nodiscard]] static auto yes(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7464 [[nodiscard]] static auto yes(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7470 [[nodiscard]] static auto yes(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7477 [[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::radio_button;
7482 [[nodiscard]] static auto yes(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7488 [[nodiscard]] static auto yes(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7495 [[nodiscard]] static auto yes(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7503 [[nodiscard]] static auto yes(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7504
7507 [[nodiscard]] static auto zoom_in() -> xtd::forms::radio_button;
7511 [[nodiscard]] static auto zoom_in(const xtd::drawing::point& location) -> xtd::forms::radio_button;
7516 [[nodiscard]] static auto zoom_in(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7522 [[nodiscard]] static auto zoom_in(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7526 [[nodiscard]] static auto zoom_in(bool checked) -> xtd::forms::radio_button;
7531 [[nodiscard]] static auto zoom_in(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7537 [[nodiscard]] static auto zoom_in(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7544 [[nodiscard]] static auto zoom_in(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7548 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7553 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7559 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7566 [[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::radio_button;
7571 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7577 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7584 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7592 [[nodiscard]] static auto zoom_in(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7593
7596 [[nodiscard]] static auto zoom_out() -> xtd::forms::radio_button;
7600 [[nodiscard]] static auto zoom_out(const xtd::drawing::point& location) -> xtd::forms::radio_button;
7605 [[nodiscard]] static auto zoom_out(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7611 [[nodiscard]] static auto zoom_out(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7615 [[nodiscard]] static auto zoom_out(bool checked) -> xtd::forms::radio_button;
7620 [[nodiscard]] static auto zoom_out(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7626 [[nodiscard]] static auto zoom_out(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7633 [[nodiscard]] static auto zoom_out(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7637 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7642 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7648 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7655 [[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::radio_button;
7660 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7666 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7673 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7681 [[nodiscard]] static auto zoom_out(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7682
7685 [[nodiscard]] static auto zoom_to_fit() -> xtd::forms::radio_button;
7689 [[nodiscard]] static auto zoom_to_fit(const xtd::drawing::point& location) -> xtd::forms::radio_button;
7694 [[nodiscard]] static auto zoom_to_fit(const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7700 [[nodiscard]] static auto zoom_to_fit(const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7704 [[nodiscard]] static auto zoom_to_fit(bool checked) -> xtd::forms::radio_button;
7709 [[nodiscard]] static auto zoom_to_fit(bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7715 [[nodiscard]] static auto zoom_to_fit(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7722 [[nodiscard]] static auto zoom_to_fit(bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7726 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent) -> xtd::forms::radio_button;
7731 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7737 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7744 [[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::radio_button;
7749 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, bool checked) -> xtd::forms::radio_button;
7755 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location) -> xtd::forms::radio_button;
7762 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size) -> xtd::forms::radio_button;
7770 [[nodiscard]] static auto zoom_to_fit(const xtd::forms::control& parent, bool checked, const xtd::drawing::point& location, const xtd::drawing::size& size, const xtd::string& name) -> xtd::forms::radio_button;
7772 };
7773 }
7774}
Defines the base class for controls, which are components with visual representation.
Definition control.hpp:81
Enables the user to select a single option from a group of choices when paired with other xtd::forms:...
Definition radio_button.hpp:40
Provides a collection of radio_button objects for use by a Windows Forms application.
Definition radio_buttons.hpp:24
static auto no(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified location.
static auto last(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified parent,...
static auto clear(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static auto cancel(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified location.
static auto index(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified location,...
static auto next(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified location,...
static auto file(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified parent,...
static auto paste(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static auto del(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified check_state,...
static auto edit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified location,...
static auto indent(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified location,...
static auto replace(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static auto close(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified 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::radio_button
Create a system-defined radio_button that represent print radio_button with specified parent,...
static auto back(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified and check_state.
static auto cdrom(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static auto add(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified parent.
static auto floppy(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified parent.
static auto next() -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button.
static auto align_left(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static auto options(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified parent.
static auto search(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified check_state,...
static auto settings(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified check_state,...
static auto zoom_out(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static auto forward(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified parent.
static auto top(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified parent,...
static auto network(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified parent,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified parent,...
static auto bottom(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified and check_stat...
static auto search(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified parent,...
static auto yes(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static auto indent(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static auto save_as(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified parent.
static auto new_(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified parent,...
static auto italic(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified check_state,...
static auto cut(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified location.
static auto paste(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified parent.
static auto zoom_in(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified check_state,...
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static auto apply(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified check_state,...
static auto apply(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static auto add(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified parent,...
static auto italic(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified location,...
static auto preferences(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified location,...
static auto quit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified location,...
static auto justified(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified parent.
static auto apply(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified location,...
static auto revert_to_saved(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified check...
static auto print_preview(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static auto about(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified check_state,...
static auto find(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified check_state,...
static auto first(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified check_state,...
static auto descending() -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button.
static auto view(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified location,...
static auto jump_to(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified check_state,...
static auto harddisk(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified check_state,...
static auto new_(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified parent.
static auto copy(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified location.
static auto search(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified parent.
static auto customize(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static auto about(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified check_state,...
static auto stop(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified location,...
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static auto spell_check(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified and check...
static auto next(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified parent.
static auto select_all(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static auto cancel(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified check_state,...
static auto print(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified parent,...
static auto align_left(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified check_stat...
static auto network(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified parent,...
static auto cancel(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified location,...
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static auto align_right(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified location,...
static auto about(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified check_state,...
static auto bold(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static auto properties(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static auto apply(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified location.
static auto zoom_in(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static auto replace(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified check_state,...
static auto font() -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button.
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::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static auto help() -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button.
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static auto undo(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified and check_state.
static auto save_as(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static auto contents(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified check_state,...
static auto customize(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static auto cut() -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button.
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static auto previous(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified parent,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static auto window(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified and check_stat...
static auto open() -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button.
static auto redo(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified location,...
static auto zoom_out(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static auto descending(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified and check_...
static auto remove(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified check_state,...
static auto jump_to(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified location,...
static auto previous(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static auto search(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified parent,...
static auto exit(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified location.
static auto zoom_in(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified location.
static auto window(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified check_state,...
static auto apply(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static auto yes(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified check_state,...
static auto ascending(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static auto save(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified parent.
static auto align_right() -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button.
static auto bottom(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static auto properties(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified location.
static auto cdrom(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified location,...
static auto tools(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified check_state,...
static auto revert_to_saved(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static auto descending(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified parent.
static auto refresh(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified and check_sta...
static auto view(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified location,...
static auto remove(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static auto replace(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified parent.
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static auto ascending(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified location.
static auto find(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified check_state,...
static auto del(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified location,...
static auto cut(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified parent.
static auto close(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified location,...
static auto search(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified and check_stat...
static auto ascending(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified parent.
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static auto help(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified check_state,...
static auto help(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified location.
static auto down(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified check_state,...
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static auto help(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified parent,...
static auto centered(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified check_state,...
static auto first(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified parent,...
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified parent,...
static auto options(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified parent,...
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static auto properties(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static auto cancel(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified and check_stat...
static auto top(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified location,...
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static auto back(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified check_state,...
static auto print_preview(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified parent.
static auto unindent(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified check_state,...
static auto justified(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified check_state...
static auto revert_to_saved() -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button.
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static auto remove(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified check_state,...
static auto zoom_out(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified location,...
static auto convert(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified location.
static auto jump_to(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static auto file() -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button.
static auto remove(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static auto settings(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static auto first(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified parent,...
static auto indent(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static auto previous(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified location.
static auto paste(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static auto network() -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button.
static auto network(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified location.
static auto cut(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified location,...
static auto execute(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static auto zoom_in(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified check_state,...
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified parent,...
static auto remove(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified location.
static auto print() -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button.
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static auto convert(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static auto select_all(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified check_stat...
static auto contents(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified and check_st...
static auto cut(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified check_state,...
static auto no(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static auto stop() -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button.
static auto contents(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified check_state,...
static auto indent(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified location.
static auto home(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified location.
static auto zoom_to_fit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified parent,...
static auto paste(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified check_state,...
static auto paste(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static auto underline(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified check_state...
static auto select_all(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified location.
static auto paste(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified check_state,...
static auto file(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified parent.
static auto ok(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified location,...
static auto top(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified parent,...
static auto next(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified check_state,...
static auto view(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified location.
static auto alignment(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static auto redo(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static auto yes(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static auto last(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button 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::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static auto file(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified parent,...
static auto search(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified check_state,...
static auto view(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified parent.
static auto justified(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified location.
static auto zoom_to_fit(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_sta...
static auto jump_to(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static auto zoom_to_fit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location,...
static auto actual_size(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified check_sta...
static auto edit(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified check_state,...
static auto unindent(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static auto select_all() -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button.
static auto new_(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified check_state,...
static auto centered(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static auto color(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified parent,...
static auto redo(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified location.
static auto spell_check(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static auto remove(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static auto up(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified check_state,...
static auto new_(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified location,...
static auto underline(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified check_state...
static auto new_(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static auto copy(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static auto justified(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static auto options() -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button.
static auto cdrom(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified check_state,...
static auto options(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified and check_sta...
static auto info(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified parent,...
static auto first(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified parent,...
static auto apply(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified location,...
static auto ignore(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified location,...
static auto undo(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified check_state,...
static auto print(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified and check_state...
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified parent,...
static auto close(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified check_state,...
static auto top(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified location,...
static auto down(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified location,...
static auto undelete(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static auto cdrom(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified check_state,...
static auto no(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified check_state,...
static auto zoom_in(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static auto customize(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static auto print(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified check_state,...
static auto yes(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified check_state,...
static auto indent(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified and check_stat...
static auto file(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified check_state,...
static auto save() -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button.
static auto harddisk(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified and check_st...
static auto bottom(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified parent.
static auto descending(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified check_stat...
static auto cancel(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static auto apply(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified check_state,...
static auto bottom(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified check_state,...
static auto exit(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified and check_state.
static auto open(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified location.
static auto zoom_to_fit(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location.
static auto redo(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified check_state,...
static auto zoom_out(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified parent.
static auto customize(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static auto spell_check(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static auto spell_check(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static auto search(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified location,...
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static auto select_all(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static auto retry(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static auto forward(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static auto jump_to(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static auto refresh() -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button.
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified parent,...
static auto bold(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified check_state,...
static auto ok(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static auto stop(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified check_state,...
static auto next(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified and check_state.
static auto settings(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified check_state,...
static auto undelete(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static auto save_as(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static auto justified(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified check_state...
static auto last(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified check_state,...
static auto no(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified parent.
static auto properties(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified parent.
static auto spell_check(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified check_sta...
static auto clear(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified check_state,...
static auto spell_check(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified location.
static auto info(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified location.
static auto paste(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified location.
static auto top(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified check_state,...
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static auto copy() -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button.
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static auto color(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified location,...
static auto preferences(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static auto align_right(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified location.
static auto bottom(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static auto convert(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified parent.
static auto tools(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified location,...
static auto zoom_in(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static auto print_preview(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified locatio...
static auto execute(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified location.
static auto bold(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified parent.
static auto add(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified location.
static auto cut(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static auto justified(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified and check_s...
static auto abort(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static auto replace(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static auto ok(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static auto ok(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static auto convert(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified location,...
static auto edit(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static auto open(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified parent,...
static auto exit(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static auto ignore(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified parent.
static auto quit(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified check_state,...
static auto unindent(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified and check_st...
static auto color(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified parent,...
static auto tools(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified and check_state...
static auto ok(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified location,...
static auto underline(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified location,...
static auto ignore(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static auto back(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified parent,...
static auto print(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified parent,...
static auto close() -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button.
static auto cancel(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified location,...
static auto descending(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified location,...
static auto strikeout(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static auto clear(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static auto execute(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified check_state,...
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static auto alignment(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified location,...
static auto ascending() -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button.
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static auto jump_to(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified and check_sta...
static auto execute(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified location,...
static auto no(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified parent,...
static auto del(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified location,...
static auto select_all(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static auto cut(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static auto ascending(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified check_state...
static auto floppy(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified location,...
static auto del(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified location.
static auto undelete(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified parent.
static auto stop(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static auto window(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified parent,...
static auto file(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified and check_state.
static auto color(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified location,...
static auto retry() -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button.
static auto undelete(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static auto view(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified check_state,...
static auto underline(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static auto zoom_in(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified location,...
static auto properties(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static auto close(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified parent.
static auto unindent(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static auto zoom_to_fit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location,...
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified parent,...
static auto properties(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static auto font(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified check_state,...
static auto index(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified parent,...
static auto edit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified location,...
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static auto align_right(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified check_sta...
static auto forward(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified check_state,...
static auto ok(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified location.
static auto harddisk(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static auto preferences(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static auto quit(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified check_state,...
static auto open(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified and check_state.
static auto copy(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified check_state,...
static auto index(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified check_state,...
static auto print_preview() -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button.
static auto convert(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified check_state,...
static auto down(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified location,...
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static auto replace() -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button.
static auto view(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified parent,...
static auto indent(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static auto find(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified parent,...
static auto italic(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static auto ignore(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified check_state,...
static auto zoom_in(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static auto last(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified check_state,...
static auto open(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified parent,...
static auto quit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static auto index() -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button.
static auto quit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static auto ascending(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified and check_s...
static auto ok(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified and check_state.
static auto alignment(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified and check_s...
static auto copy(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified location,...
static auto centered(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified parent.
static auto down(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified and check_state.
static auto italic(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static auto centered(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static auto zoom_out(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified check_state,...
static auto window(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified location,...
static auto apply(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified check_state,...
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified parent,...
static auto down(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified parent,...
static auto top(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified parent,...
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static auto italic(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static auto select_all(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified and check_...
static auto find(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified location.
static auto align_right(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static auto home(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified parent,...
static auto first(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static auto centered(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified location.
static auto preferences(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified location,...
static auto jump_to(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified location.
static auto preferences(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified and check...
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static auto first(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified parent,...
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified parent,...
static auto top(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified and check_state.
static auto last(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified parent,...
static auto stop(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified and check_state.
static auto home(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified parent,...
static auto help(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified check_state,...
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified parent,...
static auto info(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified and check_state.
static auto help(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified parent,...
static auto edit(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified check_state,...
static auto refresh(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static auto centered() -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button.
static auto font(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified location,...
static auto redo(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified check_state,...
static auto revert_to_saved(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static auto copy(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified location,...
static auto cdrom(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified and check_state...
static auto home(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified location,...
static auto descending(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified location.
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified parent,...
static auto options(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified location,...
static auto ascending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static auto redo(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified check_state,...
static auto customize(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified and check_s...
static auto back(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified check_state,...
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified parent,...
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static auto home() -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button.
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::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static auto tools(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static auto font(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified check_state,...
static auto window() -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button.
static auto properties() -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button.
static auto strikeout(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified check_state...
static auto align_left(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static auto back(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified location,...
static auto floppy(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified and check_stat...
static auto ascending(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static auto down(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified parent.
static auto actual_size() -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button.
static auto open(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified location,...
static auto harddisk() -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button.
static auto cdrom(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified check_state,...
static auto bottom(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified location,...
static auto find() -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button.
static auto up(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified and check_state.
static auto ok(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified check_state,...
static auto cancel(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static auto refresh(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified check_state,...
static auto justified() -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button.
static auto revert_to_saved(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static auto apply(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static auto align_right(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified location,...
static auto cut(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static auto replace(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static auto view(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified parent,...
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static auto preferences(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified location.
static auto clear(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified parent.
static auto properties(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified check_stat...
static auto no(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified parent,...
static auto up(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified check_state,...
static auto options(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified check_state,...
static auto justified(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified location,...
static auto font(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified parent.
static auto justified(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified check_state...
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static auto help(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified parent.
static auto italic(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified location.
static auto ignore(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified and check_stat...
static auto centered(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified parent,...
static auto justified(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static auto apply(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified and check_state...
static auto last(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified and check_state.
static auto options(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified parent,...
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static auto about(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified location,...
static auto first(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified location.
static auto open(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified parent,...
static auto save_as(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified location.
static auto cdrom(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified location,...
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified parent,...
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static auto del() -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button.
static auto file(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified parent,...
static auto properties(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static auto bottom(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static auto print(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified location.
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified parent,...
static auto zoom_to_fit() -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button.
static auto new_(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static auto stop(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static auto file(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified location,...
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified parent,...
static auto actual_size(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified check_sta...
static auto preferences(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified check_sta...
static auto view(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified check_state,...
static auto preferences() -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button.
static auto jump_to(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified parent.
static auto home(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified location,...
static auto revert_to_saved(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static auto print(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified parent,...
static auto color(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified and check_state...
static auto actual_size(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified location,...
static auto about() -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button.
static auto retry(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified location,...
static auto bold(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static auto indent(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified check_state,...
static auto execute(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified and check_sta...
static auto harddisk(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified check_state,...
static auto color(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified parent,...
static auto home(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified and check_state.
static auto jump_to(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static auto indent() -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button.
static auto home(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified parent,...
static auto jump_to(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified check_state,...
static auto execute(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static auto home(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified parent.
static auto copy(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static auto paste(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static auto close(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified parent,...
static auto up() -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button.
static auto execute(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified check_state,...
static auto color(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified parent.
static auto save(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified location,...
static auto exit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified location,...
static auto last(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified location.
static auto print_preview(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified check_s...
static auto unindent(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified parent.
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified parent,...
static auto abort(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified check_state,...
static auto new_(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified check_state,...
static auto close(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified and check_state...
static auto bold(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified location,...
static auto stop(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified location,...
static auto refresh(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified location.
static auto save_as(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static auto zoom_in() -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button.
static auto options(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified parent,...
static auto save(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified parent,...
static auto add() -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button.
static auto edit(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified location.
static auto spell_check(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static auto tools() -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button.
static auto settings(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static auto down(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified location.
static auto next(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified parent,...
static auto network(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified parent,...
static auto font(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified and check_state.
static auto yes(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified parent,...
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static auto clear() -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button.
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified parent,...
static auto save(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified check_state,...
static auto abort(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified location,...
static auto zoom_to_fit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static auto view(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified parent,...
static auto cut(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static auto paste(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified check_state,...
static auto settings(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified and check_st...
static auto next(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified check_state,...
static auto zoom_to_fit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static auto open(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified check_state,...
static auto stop(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified location.
static auto cdrom() -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button.
static auto network(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified parent,...
static auto bottom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static auto back(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified parent,...
static auto spell_check(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static auto yes(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified location.
static auto window(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified parent,...
static auto save(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified parent,...
static auto clear(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static auto ascending(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified check_state...
static auto del(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified parent.
static auto find(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified parent,...
static auto print(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static auto paste(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified location,...
static auto redo(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified location,...
static auto save(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified location.
static auto undelete(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified location,...
static auto contents(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static auto up(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified parent,...
static auto new_(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified check_state,...
static auto properties(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static auto unindent(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static auto copy(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static auto properties(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified and check_...
static auto execute(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified check_state,...
static auto down(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified parent,...
static auto jump_to() -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button.
static auto replace(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified check_state,...
static auto about(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified and check_state...
static auto cdrom(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static auto font(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified location.
static auto undelete(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified check_state,...
static auto execute(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified parent.
static auto ok(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static auto revert_to_saved(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static auto del(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static auto underline(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified parent.
static auto info(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified check_state,...
static auto window(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified location,...
static auto apply(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static auto justified(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static auto options(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified location,...
static auto undo(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static auto select_all(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static auto close(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified check_state,...
static auto about(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified parent,...
static auto yes(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified parent.
static auto font(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified parent,...
static auto new_(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified and check_state.
static auto open(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified parent.
static auto paste(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified and check_state...
static auto index(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified and check_state...
static auto yes(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified and check_state.
static auto yes(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified location,...
static auto first(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified location,...
static auto save_as(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static auto undo(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified check_state,...
static auto bold(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified location.
static auto no(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified location,...
static auto ok(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static auto home(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified check_state,...
static auto italic(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified and check_stat...
static auto select_all(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified location,...
static auto abort(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified location,...
static auto view() -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button.
static auto retry(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static auto align_left(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified check_stat...
static auto zoom_out(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified and check_st...
static auto bold(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static auto quit(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified location.
static auto actual_size(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static auto yes(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified check_state,...
static auto up(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified parent.
static auto cdrom(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified location.
static auto settings() -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button.
static auto refresh(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static auto underline(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static auto cdrom(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static auto redo(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified parent.
static auto print_preview(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static auto last(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified parent,...
static auto retry(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified location,...
static auto close(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static auto retry(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified location.
static auto next(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified parent,...
static auto descending(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static auto convert(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified location,...
static auto print(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified check_state,...
static auto no(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified parent,...
static auto bottom(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified check_state,...
static auto del(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified parent.
static auto up(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified parent,...
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified parent,...
static auto spell_check(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified location,...
static auto convert(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static auto settings(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified location,...
static auto font(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified parent,...
static auto add(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified parent,...
static auto view(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified parent,...
static auto home(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified parent,...
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static auto replace(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static auto info(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified parent.
static auto find(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified location,...
static auto back() -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button.
static auto refresh(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static auto help(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified parent,...
static auto centered(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static auto contents(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static auto align_left(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static auto edit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static auto network(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified check_state,...
static auto refresh(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static auto bold(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified check_state,...
static auto descending(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified check_stat...
static auto revert_to_saved(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified locat...
static auto cancel(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static auto add(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified check_state,...
static auto close(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified parent,...
static auto align_right(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static auto spell_check() -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button.
static auto settings(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified location.
static auto customize(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified parent.
static auto save_as(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified check_state,...
static auto zoom_to_fit(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent.
static auto settings(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified location,...
static auto zoom_out(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified location.
static auto print_preview(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified check_s...
static auto info() -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button.
static auto add(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified parent,...
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified parent,...
static auto network(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified and check_sta...
static auto actual_size(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified and check...
static auto file(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified parent,...
static auto abort(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified location.
static auto clear(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified location,...
static auto centered(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified location,...
static auto revert_to_saved(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified check...
static auto replace(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified location,...
static auto view(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified parent,...
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified parent,...
static auto cancel(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified check_state,...
static auto previous(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static auto centered(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified check_state,...
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::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static auto settings(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static auto revert_to_saved(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static auto file(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified check_state,...
static auto print_preview(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified and che...
static auto help(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified and check_state.
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static auto ascending(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static auto jump_to(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static auto save_as() -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button.
static auto about(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified parent,...
static auto retry(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified check_state,...
static auto paste(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified location,...
static auto ignore(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static auto print(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified check_state,...
static auto help(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified parent,...
static auto tools(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified location,...
static auto alignment() -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button.
static auto open(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button 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::radio_button
Create a system-defined radio_button that represent save radio_button with specified parent,...
static auto ignore(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified location,...
static auto ignore(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static auto justified(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static auto refresh(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified location,...
static auto quit(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified location,...
static auto no(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified check_state,...
static auto retry(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified parent,...
static auto new_() -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button.
static auto clear(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static auto clear(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified location,...
static auto replace(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified location,...
static auto floppy(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static auto no(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified check_state,...
static auto about(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified parent.
static auto save(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified check_state,...
static auto back(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified parent,...
static auto font(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified parent,...
static auto open(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified check_state,...
static auto search(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified check_state,...
static auto execute(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static auto window(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified parent,...
static auto color(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified parent,...
static auto italic(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified location,...
static auto zoom_out(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified location,...
static auto previous(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified location,...
static auto add(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified and check_state.
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified parent,...
static auto underline(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static auto italic(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified check_state,...
static auto settings(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button 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::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static auto replace(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified location.
static auto descending(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified check_stat...
static auto customize(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified location,...
static auto first(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified location,...
static auto undo() -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button.
static auto ascending(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified location,...
static auto back(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified location.
static auto abort(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static auto harddisk(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified location,...
static auto exit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static auto font(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified location,...
static auto down(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified parent,...
static auto tools(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified check_state,...
static auto tools(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static auto edit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static auto no(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified location,...
static auto jump_to(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static auto forward(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified check_state,...
static auto print_preview(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified locatio...
static auto align_left(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified location,...
static auto color() -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button.
static auto clear(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified and check_state...
static auto remove(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified parent.
static auto clear(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified location.
static auto actual_size(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static auto strikeout() -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button.
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static auto undelete() -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button.
static auto about(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified parent,...
static auto contents(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static auto help(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static auto cut(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified check_state,...
static auto copy(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified and check_state.
static auto print(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified parent,...
static auto file(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified parent,...
static auto first(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified parent,...
static auto yes() -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button.
static auto back(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified parent,...
static auto undo(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button 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::radio_button
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static auto cancel(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified check_state,...
static auto down(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified check_state,...
static auto align_right(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static auto quit() -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button.
static auto top(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified check_state,...
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static auto properties(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified location,...
static auto save(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified location,...
static auto find(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified parent.
static auto network(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified check_state,...
static auto align_right(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static auto cancel(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static auto save_as(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static auto alignment(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified check_state...
static auto undelete(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified location.
static auto edit(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified and check_state.
static auto find(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified parent,...
static auto underline(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified and check_s...
static auto settings(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static auto align_right(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified parent,...
static auto tools(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified parent,...
static auto print(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified location,...
static auto quit(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified check_state,...
static auto forward(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified location.
static auto harddisk(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified location,...
static auto preferences(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static auto save_as(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified check_state,...
static auto floppy(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified location,...
static auto options(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified parent,...
static auto file(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified parent,...
static auto next(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified parent,...
static auto options(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified check_state,...
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static auto retry(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static auto back(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified check_state,...
static auto down(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified check_state,...
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static auto save_as(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static auto copy(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static auto floppy(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static auto indent(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified check_state,...
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::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static auto about(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified location.
static auto index(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified location,...
static auto alignment(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified check_state...
static auto exit(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified check_state,...
static auto network(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified parent.
static auto remove(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified parent,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static auto strikeout(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified location,...
static auto underline() -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button.
static auto save_as(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified check_state,...
static auto indent(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified check_state,...
static auto clear(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static auto italic() -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button.
static auto undo(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified location.
static auto spell_check(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified location,...
static auto copy(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified parent.
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static auto floppy() -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button.
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static auto actual_size(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified location,...
static auto unindent(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified location,...
static auto back(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified parent,...
static auto font(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified parent,...
static auto harddisk(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified location.
static auto alignment(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified location,...
static auto undo(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified parent.
static auto convert(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static auto apply() -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button.
static auto back(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified location,...
static auto undo(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static auto previous(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified parent.
static auto view(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified and check_state.
static auto save(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified parent,...
static auto zoom_to_fit(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static auto save_as(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static auto strikeout(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified location.
static auto window(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified parent.
static auto align_left(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified and check_...
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified parent,...
static auto open(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified parent,...
static auto no() -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button.
static auto spell_check(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified check_sta...
static auto save(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified and check_state.
static auto unindent(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified location,...
static auto forward(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified location,...
static auto redo() -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button.
static auto info(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified location,...
static auto copy(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified check_state,...
static auto help(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified location,...
static auto revert_to_saved(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified and c...
static auto unindent(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified check_state,...
static auto preferences(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static auto retry(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static auto convert(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static auto abort(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified check_state,...
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified parent,...
static auto descending(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static auto last(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified location,...
static auto del(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified and check_state.
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified parent,...
static auto search(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified location.
static auto next(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified location,...
static auto harddisk(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static auto customize(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified location,...
static auto centered(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified parent,...
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::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static auto undelete(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified location,...
static auto network(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified location,...
static auto properties(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified check_stat...
static auto customize(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static auto new_(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static auto cancel(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static auto ignore(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified check_state,...
static auto bold(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static auto options(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified parent,...
static auto index(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified check_state,...
static auto home(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified check_state,...
static auto forward(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified and check_sta...
static auto revert_to_saved(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified locat...
static auto centered(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified and check_st...
static auto unindent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static auto add(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified check_state,...
static auto top(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified parent,...
static auto zoom_out(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified check_state,...
static auto ignore(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified location.
static auto remove(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified check_state,...
static auto close(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified parent,...
static auto floppy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static auto strikeout(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified location,...
static auto network(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified location,...
static auto spell_check(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static auto font(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified parent,...
static auto save_as(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified location,...
static auto tools(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified location.
static auto first(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified and check_state...
static auto color(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified check_state,...
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static auto window(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified location.
static auto new_(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified parent.
static auto contents(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified parent.
static auto customize(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified check_state...
static auto spell_check(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified parent.
static auto contents() -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button.
static auto stop(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static auto remove() -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button.
static auto home(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified check_state,...
static auto quit(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified and check_state.
static auto abort(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified check_state,...
static auto exit(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified location,...
static auto retry(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified check_state,...
static auto index(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified check_state,...
static auto italic(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified check_state,...
static auto italic(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified parent.
static auto new_(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified location,...
static auto zoom_out(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static auto network(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified parent,...
static auto info(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified check_state,...
static auto select_all(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static auto add(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified location,...
static auto align_right(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified parent.
static auto last(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified parent,...
static auto no(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified parent,...
static auto preferences(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified check_sta...
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified parent,...
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified parent,...
static auto undo(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified check_state,...
static auto top() -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button.
static auto retry(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified parent.
static auto actual_size(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified check_sta...
static auto copy(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified check_state,...
static auto help(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified check_state,...
static auto abort(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified parent,...
static auto previous(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified check_state,...
static auto remove(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified and check_stat...
static auto replace(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static auto replace(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified check_state,...
static auto last(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified parent.
static auto ascending(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static auto bottom(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static auto up(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified check_state,...
static auto quit(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static auto undo(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified location,...
static auto undo(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified location,...
static auto edit() -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button.
static auto index(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified parent,...
static auto bottom(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified location,...
static auto bottom(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified location.
static auto retry(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified check_state,...
static auto file(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified parent,...
static auto underline(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static auto zoom_in(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static auto forward() -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button.
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static auto unindent(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified check_state,...
static auto bold(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static auto bold(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified check_state,...
static auto redo(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified parent.
static auto refresh(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified check_state,...
static auto window(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified check_state,...
static auto cdrom(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static auto actual_size(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static auto info(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified parent,...
static auto add(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified parent,...
static auto top(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified parent.
static auto edit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static auto quit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static auto descending(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static auto bold(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified and check_state.
static auto properties(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static auto info(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified parent,...
static auto align_left(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static auto refresh(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified location,...
static auto unindent(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static auto del(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified check_state,...
static auto clear(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified check_state,...
static auto unindent(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified location.
static auto del(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified parent,...
static auto color(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified location.
static auto print(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified parent,...
static auto options(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified check_state,...
static auto no(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified parent,...
static auto clear(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent clear radio_button with specified check_state,...
static auto cancel(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified parent.
static auto harddisk(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified check_state,...
static auto zoom_out(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static auto new_(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent new_ radio_button with specified location.
static auto contents(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified parent.
static auto alignment(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static auto descending(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static auto edit(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified parent.
static auto info(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified parent,...
static auto search(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified parent,...
static auto abort() -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button.
static auto cut(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified check_state,...
static auto align_left(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static auto revert_to_saved(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static auto preferences(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static auto options(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified parent,...
static auto bold(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static auto align_right(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified check_sta...
static auto revert_to_saved(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static auto alignment(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified parent.
static auto preferences(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified parent.
static auto cut(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified and check_state.
static auto customize() -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button.
static auto bottom() -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button.
static auto find(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified 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::radio_button
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static auto save(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified parent,...
static auto preferences(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified check_sta...
static auto italic(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static auto edit(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified check_state,...
static auto undo(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static auto zoom_out(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static auto contents(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified location.
static auto bottom(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bottom radio_button with specified check_state,...
static auto first(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified parent,...
static auto preferences(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static auto zoom_in(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified location,...
static auto strikeout(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static auto zoom_to_fit(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_sta...
static auto back(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified parent.
static auto zoom_in(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified and check_sta...
static auto align_right(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified check_sta...
static auto jump_to(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button 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::radio_button
Create a system-defined radio_button that represent options radio_button with specified parent,...
static auto cdrom(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static auto underline(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified location.
static auto first() -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button.
static auto tools(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static auto stop(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified check_state,...
static auto previous(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static auto next(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified check_state,...
static auto forward(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static auto exit(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified parent.
static auto cdrom(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cdrom radio_button with specified parent.
static auto cancel(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static auto abort(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static auto justified(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified location,...
static auto stop(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static auto execute(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified location,...
static auto execute(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static auto refresh(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified parent.
static auto align_right(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static auto search(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified parent,...
static auto zoom_to_fit(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_sta...
static auto replace(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static auto view(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified check_state,...
static auto zoom_to_fit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static auto customize(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static auto ok(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified parent.
static auto last() -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button.
static auto undelete(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified and check_st...
static auto forward(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static auto print_preview(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified locatio...
static auto color(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified check_state,...
static auto down(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified parent,...
static auto save(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified check_state,...
static auto strikeout(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified and check_s...
static auto redo(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified and check_state.
static auto floppy(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified check_state,...
static auto preferences(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static auto del(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified check_state,...
static auto ok(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified check_state,...
static auto options(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent options radio_button with specified location.
static auto floppy(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static auto settings(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static auto view(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified parent,...
static auto about(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified parent,...
static auto convert() -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button.
static auto add(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified check_state,...
static auto quit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static auto last(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified parent,...
static auto help(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent help radio_button with specified location,...
static auto save_as(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified and check_sta...
static auto align_left(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static auto print(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified parent.
static auto index(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified parent.
static auto zoom_to_fit(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified and check...
static auto forward(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified location,...
static auto last(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent last radio_button with specified check_state,...
static auto previous(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified and check_st...
static auto align_right(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static auto redo(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static auto find(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified check_state,...
static auto floppy(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified check_state,...
static auto previous() -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button.
static auto floppy(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static auto exit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static auto zoom_out(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified check_state,...
static auto tools(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified check_state,...
static auto strikeout(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified check_state...
static auto zoom_in(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_in radio_button with specified check_state,...
static auto convert(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified and check_sta...
static auto contents(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static auto unindent() -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button.
static auto next(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified parent,...
static auto replace(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static auto find(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified and check_state.
static auto print_preview(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified check_s...
static auto no(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified parent,...
static auto select_all(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static auto tools(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static auto quit(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent quit radio_button with specified parent.
static auto close(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified check_state,...
static auto indent(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static auto stop(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified check_state,...
static auto execute(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static auto alignment(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified location.
static auto index(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button 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::radio_button
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static auto find(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified parent,...
static auto undo(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified parent,...
static auto convert(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified check_state,...
static auto paste() -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button.
static auto index(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified parent,...
static auto jump_to(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified check_state,...
static auto properties(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified location,...
static auto abort(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified and check_state...
static auto align_left(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified location,...
static auto centered(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified location,...
static auto strikeout(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static auto save(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified parent,...
static auto apply(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified parent.
static auto spell_check(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent spell_check radio_button with specified check_sta...
static auto align_left(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified check_stat...
static auto up(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified location,...
static auto underline(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified check_state...
static auto cut(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static auto contents(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified check_state,...
static auto select_all(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified parent.
static auto zoom_out(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static auto align_left(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static auto forward(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified check_state,...
static auto zoom_out() -> xtd::forms::radio_button
Create a system-defined radio_button that represent zoom_out radio_button.
static auto index(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified location.
static auto cut(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static auto ignore(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static auto refresh(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified check_state,...
static auto descending(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static auto next(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified parent,...
static auto alignment(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified check_state...
static auto contents(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified location,...
static auto window(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified parent,...
static auto bold(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static auto ascending(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified check_state...
static auto unindent(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static auto up(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified parent,...
static auto first(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified parent.
static auto forward(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static auto yes(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static auto close(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified parent,...
static auto apply(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static auto justified(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static auto ignore(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button with specified check_state,...
static auto alignment(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button 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::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static auto select_all(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified check_stat...
static auto print(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print radio_button with specified location,...
static auto back(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified parent,...
static auto settings(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static auto settings(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified parent.
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static auto centered(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified check_state,...
static auto ascending(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ascending radio_button with specified location,...
static auto settings(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent settings radio_button with specified check_state,...
static auto search() -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button.
static auto descending(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static auto color(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified check_state,...
static auto undelete(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified check_state,...
static auto up(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static auto ok(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified check_state,...
static auto italic(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static auto descending(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent descending radio_button with specified location,...
static auto index(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent index radio_button with specified parent,...
static auto apply(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static auto cut(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cut radio_button with specified location,...
static auto actual_size(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent actual_size radio_button with specified location.
static auto indent(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified location,...
static auto down(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button with specified parent,...
static auto view(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent view radio_button with specified parent,...
static auto centered(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static auto customize(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified check_state...
static auto previous(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified check_state,...
static auto bold(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button with specified location,...
static auto align_left() -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button.
static auto ok() -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button.
static auto indent(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified parent.
static auto info(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified parent,...
static auto centered(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static auto ok(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static auto del(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified parent,...
static auto harddisk(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static auto yes(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static auto add(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified parent,...
static auto first(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified check_state,...
static auto network(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified check_state,...
static auto convert(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified check_state,...
static auto exit(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified check_state,...
static auto alignment(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static auto redo(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static auto floppy(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified location.
static auto remove(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static auto align_left(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified parent.
static auto save(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save radio_button with specified parent,...
static auto open(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified check_state,...
static auto window(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified check_state,...
static auto search(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified location,...
static auto properties(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent properties radio_button with specified check_stat...
static auto file(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified location.
static auto align_right(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_right radio_button with specified and check...
static auto select_all(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified check_stat...
static auto underline(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static auto print_preview(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static auto network(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified parent,...
static auto undelete(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static auto alignment(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static auto replace(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent replace radio_button with specified and check_sta...
static auto window(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent window radio_button with specified parent,...
static auto open(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent open radio_button with specified parent,...
static auto down() -> xtd::forms::radio_button
Create a system-defined radio_button that represent down radio_button.
static auto copy(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static auto previous(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified check_state,...
static auto color(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent color radio_button with specified parent,...
static auto strikeout(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent strikeout radio_button with specified check_state...
static auto tools(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent tools radio_button with specified parent.
static auto up(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified parent,...
static auto apply(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static auto stop(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified parent.
static auto jump_to(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static auto ok(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static auto forward(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static auto previous(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static auto remove(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified location,...
static auto next(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent next radio_button with specified location.
static auto convert(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static auto floppy(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static auto ignore() -> xtd::forms::radio_button
Create a system-defined radio_button that represent ignore radio_button.
static auto home(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent home radio_button with specified parent,...
static auto indent(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static auto find(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent find radio_button with specified parent,...
static auto abort(const xtd::forms::control &parent) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified parent.
static auto file(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified location,...
static auto exit(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static auto first(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent first radio_button with specified check_state,...
static auto back(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent back radio_button with specified parent,...
static auto abort(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static auto exit(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static auto edit(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static auto redo(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static auto up(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified location,...
static auto underline(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent underline radio_button with specified location,...
static auto refresh(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static auto paste(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static auto top(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified check_state,...
static auto about(const xtd::forms::control &parent, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified parent,...
static auto contents(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent contents radio_button with specified location,...
static auto exit(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button with specified check_state,...
static auto file(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent file radio_button with specified check_state,...
static auto search(const xtd::forms::control &parent, bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent search radio_button with specified parent,...
static auto top(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified parent,...
static auto no(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent no radio_button with specified and check_state.
static auto revert_to_saved(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified check...
static auto previous(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent previous radio_button with specified location,...
static auto save_as(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent save_as radio_button with specified location,...
static auto bold() -> xtd::forms::radio_button
Create a system-defined radio_button that represent bold radio_button.
static auto select_all(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent select_all radio_button with specified location,...
static auto customize(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified location.
static auto font(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent font radio_button with specified check_state,...
static auto cancel() -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button.
static auto align_left(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent align_left radio_button with specified location.
static auto undelete(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static auto add(const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent add radio_button with specified location,...
static auto floppy(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent floppy radio_button with specified check_state,...
static auto cancel(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static auto network(const xtd::forms::control &parent, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent network radio_button with specified parent,...
static auto yes(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent yes radio_button with specified location,...
static auto undelete(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent undelete radio_button with specified check_state,...
static auto execute() -> xtd::forms::radio_button
Create a system-defined radio_button that represent execute radio_button.
static auto about(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent about radio_button with specified location,...
static auto up(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent up radio_button with specified location.
static auto stop(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static auto close(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent close radio_button with specified location.
static auto info(bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified check_state,...
static auto del(const xtd::forms::control &parent, bool checked, const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent del radio_button with specified parent,...
static auto revert_to_saved(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent revert_to_saved radio_button with specified locat...
static auto exit() -> xtd::forms::radio_button
Create a system-defined radio_button that represent exit radio_button.
static auto customize(bool checked, const xtd::drawing::point &location, const xtd::drawing::size &size) -> xtd::forms::radio_button
Create a system-defined radio_button that represent customize radio_button with specified check_state...
static auto top(const xtd::drawing::point &location) -> xtd::forms::radio_button
Create a system-defined radio_button that represent top radio_button with specified location.
static auto remove(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent remove radio_button with specified location,...
static auto info(const xtd::drawing::point &location, const xtd::drawing::size &size, const xtd::string &name) -> xtd::forms::radio_button
Create a system-defined radio_button that represent info radio_button with specified location,...
static auto retry(bool checked) -> xtd::forms::radio_button
Create a system-defined radio_button that represent retry radio_button with specified and check_state...
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:38
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
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
Contains xtd::forms::radio_button control.
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