xtd 0.2.0
Loading...
Searching...
No Matches
radio_buttons.h
Go to the documentation of this file.
1
4#pragma once
5#include "radio_button.h"
6
8namespace xtd {
10 namespace forms {
23 public:
25
33 static radio_button abort(const drawing::point& location);
38 static radio_button abort(const drawing::point& location, const drawing::size& size);
44 static radio_button abort(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
48 static radio_button abort(bool checked);
53 static radio_button abort(bool checked, const drawing::point& location);
59 static radio_button abort(bool checked, const drawing::point& location, const drawing::size& size);
66 static radio_button abort(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
70 static radio_button abort(const control& parent);
75 static radio_button abort(const control& parent, const drawing::point& location);
81 static radio_button abort(const control& parent, const drawing::point& location, const drawing::size& size);
88 static radio_button abort(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
93 static radio_button abort(const control& parent, bool checked);
99 static radio_button abort(const control& parent, bool checked, const drawing::point& location);
106 static radio_button abort(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
114 static radio_button abort(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
115
122 static radio_button about(const drawing::point& location);
127 static radio_button about(const drawing::point& location, const drawing::size& size);
133 static radio_button about(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
137 static radio_button about(bool checked);
142 static radio_button about(bool checked, const drawing::point& location);
148 static radio_button about(bool checked, const drawing::point& location, const drawing::size& size);
155 static radio_button about(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
159 static radio_button about(const control& parent);
164 static radio_button about(const control& parent, const drawing::point& location);
170 static radio_button about(const control& parent, const drawing::point& location, const drawing::size& size);
177 static radio_button about(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
182 static radio_button about(const control& parent, bool checked);
188 static radio_button about(const control& parent, bool checked, const drawing::point& location);
195 static radio_button about(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
203 static radio_button about(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
204
211 static radio_button actual_size(const drawing::point& location);
222 static radio_button actual_size(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
226 static radio_button actual_size(bool checked);
231 static radio_button actual_size(bool checked, const drawing::point& location);
237 static radio_button actual_size(bool checked, const drawing::point& location, const drawing::size& size);
244 static radio_button actual_size(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
248 static radio_button actual_size(const control& parent);
253 static radio_button actual_size(const control& parent, const drawing::point& location);
259 static radio_button actual_size(const control& parent, const drawing::point& location, const drawing::size& size);
266 static radio_button actual_size(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
271 static radio_button actual_size(const control& parent, bool checked);
277 static radio_button actual_size(const control& parent, bool checked, const drawing::point& location);
284 static radio_button actual_size(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
292 static radio_button actual_size(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
293
300 static radio_button add(const drawing::point& location);
305 static radio_button add(const drawing::point& location, const drawing::size& size);
311 static radio_button add(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
315 static radio_button add(bool checked);
320 static radio_button add(bool checked, const drawing::point& location);
326 static radio_button add(bool checked, const drawing::point& location, const drawing::size& size);
333 static radio_button add(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
337 static radio_button add(const control& parent);
342 static radio_button add(const control& parent, const drawing::point& location);
348 static radio_button add(const control& parent, const drawing::point& location, const drawing::size& size);
355 static radio_button add(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
360 static radio_button add(const control& parent, bool checked);
366 static radio_button add(const control& parent, bool checked, const drawing::point& location);
373 static radio_button add(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
381 static radio_button add(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
382
389 static radio_button alignment(const drawing::point& location);
394 static radio_button alignment(const drawing::point& location, const drawing::size& size);
400 static radio_button alignment(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
404 static radio_button alignment(bool checked);
409 static radio_button alignment(bool checked, const drawing::point& location);
415 static radio_button alignment(bool checked, const drawing::point& location, const drawing::size& size);
422 static radio_button alignment(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
426 static radio_button alignment(const control& parent);
431 static radio_button alignment(const control& parent, const drawing::point& location);
437 static radio_button alignment(const control& parent, const drawing::point& location, const drawing::size& size);
444 static radio_button alignment(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
449 static radio_button alignment(const control& parent, bool checked);
455 static radio_button alignment(const control& parent, bool checked, const drawing::point& location);
462 static radio_button alignment(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
470 static radio_button alignment(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
471
478 static radio_button align_left(const drawing::point& location);
483 static radio_button align_left(const drawing::point& location, const drawing::size& size);
489 static radio_button align_left(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
493 static radio_button align_left(bool checked);
498 static radio_button align_left(bool checked, const drawing::point& location);
504 static radio_button align_left(bool checked, const drawing::point& location, const drawing::size& size);
511 static radio_button align_left(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
515 static radio_button align_left(const control& parent);
520 static radio_button align_left(const control& parent, const drawing::point& location);
526 static radio_button align_left(const control& parent, const drawing::point& location, const drawing::size& size);
533 static radio_button align_left(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
538 static radio_button align_left(const control& parent, bool checked);
544 static radio_button align_left(const control& parent, bool checked, const drawing::point& location);
551 static radio_button align_left(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
559 static radio_button align_left(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
560
567 static radio_button align_right(const drawing::point& location);
578 static radio_button align_right(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
582 static radio_button align_right(bool checked);
587 static radio_button align_right(bool checked, const drawing::point& location);
593 static radio_button align_right(bool checked, const drawing::point& location, const drawing::size& size);
600 static radio_button align_right(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
604 static radio_button align_right(const control& parent);
609 static radio_button align_right(const control& parent, const drawing::point& location);
615 static radio_button align_right(const control& parent, const drawing::point& location, const drawing::size& size);
622 static radio_button align_right(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
627 static radio_button align_right(const control& parent, bool checked);
633 static radio_button align_right(const control& parent, bool checked, const drawing::point& location);
640 static radio_button align_right(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
648 static radio_button align_right(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
649
656 static radio_button apply(const drawing::point& location);
661 static radio_button apply(const drawing::point& location, const drawing::size& size);
667 static radio_button apply(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
671 static radio_button apply(bool checked);
676 static radio_button apply(bool checked, const drawing::point& location);
682 static radio_button apply(bool checked, const drawing::point& location, const drawing::size& size);
689 static radio_button apply(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
693 static radio_button apply(const control& parent);
698 static radio_button apply(const control& parent, const drawing::point& location);
704 static radio_button apply(const control& parent, const drawing::point& location, const drawing::size& size);
711 static radio_button apply(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
716 static radio_button apply(const control& parent, bool checked);
722 static radio_button apply(const control& parent, bool checked, const drawing::point& location);
729 static radio_button apply(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
737 static radio_button apply(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
738
745 static radio_button ascending(const drawing::point& location);
750 static radio_button ascending(const drawing::point& location, const drawing::size& size);
756 static radio_button ascending(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
760 static radio_button ascending(bool checked);
765 static radio_button ascending(bool checked, const drawing::point& location);
771 static radio_button ascending(bool checked, const drawing::point& location, const drawing::size& size);
778 static radio_button ascending(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
782 static radio_button ascending(const control& parent);
787 static radio_button ascending(const control& parent, const drawing::point& location);
793 static radio_button ascending(const control& parent, const drawing::point& location, const drawing::size& size);
800 static radio_button ascending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
805 static radio_button ascending(const control& parent, bool checked);
811 static radio_button ascending(const control& parent, bool checked, const drawing::point& location);
818 static radio_button ascending(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
826 static radio_button ascending(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
827
834 static radio_button back(const drawing::point& location);
839 static radio_button back(const drawing::point& location, const drawing::size& size);
845 static radio_button back(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
849 static radio_button back(bool checked);
854 static radio_button back(bool checked, const drawing::point& location);
860 static radio_button back(bool checked, const drawing::point& location, const drawing::size& size);
867 static radio_button back(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
871 static radio_button back(const control& parent);
876 static radio_button back(const control& parent, const drawing::point& location);
882 static radio_button back(const control& parent, const drawing::point& location, const drawing::size& size);
889 static radio_button back(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
894 static radio_button back(const control& parent, bool checked);
900 static radio_button back(const control& parent, bool checked, const drawing::point& location);
907 static radio_button back(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
915 static radio_button back(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
916
923 static radio_button bold(const drawing::point& location);
928 static radio_button bold(const drawing::point& location, const drawing::size& size);
934 static radio_button bold(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
938 static radio_button bold(bool checked);
943 static radio_button bold(bool checked, const drawing::point& location);
949 static radio_button bold(bool checked, const drawing::point& location, const drawing::size& size);
956 static radio_button bold(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
960 static radio_button bold(const control& parent);
965 static radio_button bold(const control& parent, const drawing::point& location);
971 static radio_button bold(const control& parent, const drawing::point& location, const drawing::size& size);
978 static radio_button bold(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
983 static radio_button bold(const control& parent, bool checked);
989 static radio_button bold(const control& parent, bool checked, const drawing::point& location);
996 static radio_button bold(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1004 static radio_button bold(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1005
1012 static radio_button bottom(const drawing::point& location);
1017 static radio_button bottom(const drawing::point& location, const drawing::size& size);
1023 static radio_button bottom(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1027 static radio_button bottom(bool checked);
1032 static radio_button bottom(bool checked, const drawing::point& location);
1038 static radio_button bottom(bool checked, const drawing::point& location, const drawing::size& size);
1045 static radio_button bottom(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1049 static radio_button bottom(const control& parent);
1054 static radio_button bottom(const control& parent, const drawing::point& location);
1060 static radio_button bottom(const control& parent, const drawing::point& location, const drawing::size& size);
1067 static radio_button bottom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1072 static radio_button bottom(const control& parent, bool checked);
1078 static radio_button bottom(const control& parent, bool checked, const drawing::point& location);
1085 static radio_button bottom(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1093 static radio_button bottom(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1094
1101 static radio_button cancel(const drawing::point& location);
1106 static radio_button cancel(const drawing::point& location, const drawing::size& size);
1112 static radio_button cancel(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1116 static radio_button cancel(bool checked);
1121 static radio_button cancel(bool checked, const drawing::point& location);
1127 static radio_button cancel(bool checked, const drawing::point& location, const drawing::size& size);
1134 static radio_button cancel(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1138 static radio_button cancel(const control& parent);
1143 static radio_button cancel(const control& parent, const drawing::point& location);
1149 static radio_button cancel(const control& parent, const drawing::point& location, const drawing::size& size);
1156 static radio_button cancel(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1161 static radio_button cancel(const control& parent, bool checked);
1167 static radio_button cancel(const control& parent, bool checked, const drawing::point& location);
1174 static radio_button cancel(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1182 static radio_button cancel(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1183
1190 static radio_button cdrom(const drawing::point& location);
1195 static radio_button cdrom(const drawing::point& location, const drawing::size& size);
1201 static radio_button cdrom(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1205 static radio_button cdrom(bool checked);
1210 static radio_button cdrom(bool checked, const drawing::point& location);
1216 static radio_button cdrom(bool checked, const drawing::point& location, const drawing::size& size);
1223 static radio_button cdrom(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1227 static radio_button cdrom(const control& parent);
1232 static radio_button cdrom(const control& parent, const drawing::point& location);
1238 static radio_button cdrom(const control& parent, const drawing::point& location, const drawing::size& size);
1245 static radio_button cdrom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1250 static radio_button cdrom(const control& parent, bool checked);
1256 static radio_button cdrom(const control& parent, bool checked, const drawing::point& location);
1263 static radio_button cdrom(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1271 static radio_button cdrom(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1272
1279 static radio_button centered(const drawing::point& location);
1284 static radio_button centered(const drawing::point& location, const drawing::size& size);
1290 static radio_button centered(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1294 static radio_button centered(bool checked);
1299 static radio_button centered(bool checked, const drawing::point& location);
1305 static radio_button centered(bool checked, const drawing::point& location, const drawing::size& size);
1312 static radio_button centered(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1316 static radio_button centered(const control& parent);
1321 static radio_button centered(const control& parent, const drawing::point& location);
1327 static radio_button centered(const control& parent, const drawing::point& location, const drawing::size& size);
1334 static radio_button centered(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1339 static radio_button centered(const control& parent, bool checked);
1345 static radio_button centered(const control& parent, bool checked, const drawing::point& location);
1352 static radio_button centered(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1360 static radio_button centered(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1361
1368 static radio_button clear(const drawing::point& location);
1373 static radio_button clear(const drawing::point& location, const drawing::size& size);
1379 static radio_button clear(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1383 static radio_button clear(bool checked);
1388 static radio_button clear(bool checked, const drawing::point& location);
1394 static radio_button clear(bool checked, const drawing::point& location, const drawing::size& size);
1401 static radio_button clear(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1405 static radio_button clear(const control& parent);
1410 static radio_button clear(const control& parent, const drawing::point& location);
1416 static radio_button clear(const control& parent, const drawing::point& location, const drawing::size& size);
1423 static radio_button clear(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1428 static radio_button clear(const control& parent, bool checked);
1434 static radio_button clear(const control& parent, bool checked, const drawing::point& location);
1441 static radio_button clear(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1449 static radio_button clear(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1450
1457 static radio_button close(const drawing::point& location);
1462 static radio_button close(const drawing::point& location, const drawing::size& size);
1468 static radio_button close(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1472 static radio_button close(bool checked);
1477 static radio_button close(bool checked, const drawing::point& location);
1483 static radio_button close(bool checked, const drawing::point& location, const drawing::size& size);
1490 static radio_button close(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1494 static radio_button close(const control& parent);
1499 static radio_button close(const control& parent, const drawing::point& location);
1505 static radio_button close(const control& parent, const drawing::point& location, const drawing::size& size);
1512 static radio_button close(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1517 static radio_button close(const control& parent, bool checked);
1523 static radio_button close(const control& parent, bool checked, const drawing::point& location);
1530 static radio_button close(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1538 static radio_button close(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1539
1546 static radio_button color(const drawing::point& location);
1551 static radio_button color(const drawing::point& location, const drawing::size& size);
1557 static radio_button color(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1561 static radio_button color(bool checked);
1566 static radio_button color(bool checked, const drawing::point& location);
1572 static radio_button color(bool checked, const drawing::point& location, const drawing::size& size);
1579 static radio_button color(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1583 static radio_button color(const control& parent);
1588 static radio_button color(const control& parent, const drawing::point& location);
1594 static radio_button color(const control& parent, const drawing::point& location, const drawing::size& size);
1601 static radio_button color(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1606 static radio_button color(const control& parent, bool checked);
1612 static radio_button color(const control& parent, bool checked, const drawing::point& location);
1619 static radio_button color(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1627 static radio_button color(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1628
1635 static radio_button contents(const drawing::point& location);
1640 static radio_button contents(const drawing::point& location, const drawing::size& size);
1646 static radio_button contents(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1650 static radio_button contents(bool checked);
1655 static radio_button contents(bool checked, const drawing::point& location);
1661 static radio_button contents(bool checked, const drawing::point& location, const drawing::size& size);
1668 static radio_button contents(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1672 static radio_button contents(const control& parent);
1677 static radio_button contents(const control& parent, const drawing::point& location);
1683 static radio_button contents(const control& parent, const drawing::point& location, const drawing::size& size);
1690 static radio_button contents(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1695 static radio_button contents(const control& parent, bool checked);
1701 static radio_button contents(const control& parent, bool checked, const drawing::point& location);
1708 static radio_button contents(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1716 static radio_button contents(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1717
1724 static radio_button convert(const drawing::point& location);
1729 static radio_button convert(const drawing::point& location, const drawing::size& size);
1735 static radio_button convert(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1739 static radio_button convert(bool checked);
1744 static radio_button convert(bool checked, const drawing::point& location);
1750 static radio_button convert(bool checked, const drawing::point& location, const drawing::size& size);
1757 static radio_button convert(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1761 static radio_button convert(const control& parent);
1766 static radio_button convert(const control& parent, const drawing::point& location);
1772 static radio_button convert(const control& parent, const drawing::point& location, const drawing::size& size);
1779 static radio_button convert(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1784 static radio_button convert(const control& parent, bool checked);
1790 static radio_button convert(const control& parent, bool checked, const drawing::point& location);
1797 static radio_button convert(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1805 static radio_button convert(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1806
1813 static radio_button copy(const drawing::point& location);
1818 static radio_button copy(const drawing::point& location, const drawing::size& size);
1824 static radio_button copy(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1828 static radio_button copy(bool checked);
1833 static radio_button copy(bool checked, const drawing::point& location);
1839 static radio_button copy(bool checked, const drawing::point& location, const drawing::size& size);
1846 static radio_button copy(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1850 static radio_button copy(const control& parent);
1855 static radio_button copy(const control& parent, const drawing::point& location);
1861 static radio_button copy(const control& parent, const drawing::point& location, const drawing::size& size);
1868 static radio_button copy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1873 static radio_button copy(const control& parent, bool checked);
1879 static radio_button copy(const control& parent, bool checked, const drawing::point& location);
1886 static radio_button copy(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1894 static radio_button copy(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1895
1902 static radio_button customize(const drawing::point& location);
1907 static radio_button customize(const drawing::point& location, const drawing::size& size);
1913 static radio_button customize(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1917 static radio_button customize(bool checked);
1922 static radio_button customize(bool checked, const drawing::point& location);
1928 static radio_button customize(bool checked, const drawing::point& location, const drawing::size& size);
1935 static radio_button customize(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1939 static radio_button customize(const control& parent);
1944 static radio_button customize(const control& parent, const drawing::point& location);
1950 static radio_button customize(const control& parent, const drawing::point& location, const drawing::size& size);
1957 static radio_button customize(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1962 static radio_button customize(const control& parent, bool checked);
1968 static radio_button customize(const control& parent, bool checked, const drawing::point& location);
1975 static radio_button customize(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1983 static radio_button customize(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1984
1991 static radio_button cut(const drawing::point& location);
1996 static radio_button cut(const drawing::point& location, const drawing::size& size);
2002 static radio_button cut(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2006 static radio_button cut(bool checked);
2011 static radio_button cut(bool checked, const drawing::point& location);
2017 static radio_button cut(bool checked, const drawing::point& location, const drawing::size& size);
2024 static radio_button cut(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2028 static radio_button cut(const control& parent);
2033 static radio_button cut(const control& parent, const drawing::point& location);
2039 static radio_button cut(const control& parent, const drawing::point& location, const drawing::size& size);
2046 static radio_button cut(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2051 static radio_button cut(const control& parent, bool checked);
2057 static radio_button cut(const control& parent, bool checked, const drawing::point& location);
2064 static radio_button cut(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2072 static radio_button cut(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2073
2080 static radio_button del(const drawing::point& location);
2085 static radio_button del(const drawing::point& location, const drawing::size& size);
2091 static radio_button del(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2095 static radio_button del(bool checked);
2100 static radio_button del(bool checked, const drawing::point& location);
2106 static radio_button del(bool checked, const drawing::point& location, const drawing::size& size);
2113 static radio_button del(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2117 static radio_button del(const control& parent);
2122 static radio_button del(const control& parent, const drawing::point& location);
2128 static radio_button del(const control& parent, const drawing::point& location, const drawing::size& size);
2135 static radio_button del(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2140 static radio_button del(const control& parent, bool checked);
2146 static radio_button del(const control& parent, bool checked, const drawing::point& location);
2153 static radio_button del(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2161 static radio_button del(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2162
2169 static radio_button descending(const drawing::point& location);
2180 static radio_button descending(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2184 static radio_button descending(bool checked);
2189 static radio_button descending(bool checked, const drawing::point& location);
2195 static radio_button descending(bool checked, const drawing::point& location, const drawing::size& size);
2202 static radio_button descending(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2206 static radio_button descending(const control& parent);
2211 static radio_button descending(const control& parent, const drawing::point& location);
2217 static radio_button descending(const control& parent, const drawing::point& location, const drawing::size& size);
2224 static radio_button descending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2229 static radio_button descending(const control& parent, bool checked);
2235 static radio_button descending(const control& parent, bool checked, const drawing::point& location);
2242 static radio_button descending(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2250 static radio_button descending(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2251
2258 static radio_button down(const drawing::point& location);
2263 static radio_button down(const drawing::point& location, const drawing::size& size);
2269 static radio_button down(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2273 static radio_button down(bool checked);
2278 static radio_button down(bool checked, const drawing::point& location);
2284 static radio_button down(bool checked, const drawing::point& location, const drawing::size& size);
2291 static radio_button down(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2295 static radio_button down(const control& parent);
2300 static radio_button down(const control& parent, const drawing::point& location);
2306 static radio_button down(const control& parent, const drawing::point& location, const drawing::size& size);
2313 static radio_button down(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2318 static radio_button down(const control& parent, bool checked);
2324 static radio_button down(const control& parent, bool checked, const drawing::point& location);
2331 static radio_button down(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2339 static radio_button down(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2340
2347 static radio_button edit(const drawing::point& location);
2352 static radio_button edit(const drawing::point& location, const drawing::size& size);
2358 static radio_button edit(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2362 static radio_button edit(bool checked);
2367 static radio_button edit(bool checked, const drawing::point& location);
2373 static radio_button edit(bool checked, const drawing::point& location, const drawing::size& size);
2380 static radio_button edit(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2384 static radio_button edit(const control& parent);
2389 static radio_button edit(const control& parent, const drawing::point& location);
2395 static radio_button edit(const control& parent, const drawing::point& location, const drawing::size& size);
2402 static radio_button edit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2407 static radio_button edit(const control& parent, bool checked);
2413 static radio_button edit(const control& parent, bool checked, const drawing::point& location);
2420 static radio_button edit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2428 static radio_button edit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2429
2436 static radio_button execute(const drawing::point& location);
2441 static radio_button execute(const drawing::point& location, const drawing::size& size);
2447 static radio_button execute(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2451 static radio_button execute(bool checked);
2456 static radio_button execute(bool checked, const drawing::point& location);
2462 static radio_button execute(bool checked, const drawing::point& location, const drawing::size& size);
2469 static radio_button execute(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2473 static radio_button execute(const control& parent);
2478 static radio_button execute(const control& parent, const drawing::point& location);
2484 static radio_button execute(const control& parent, const drawing::point& location, const drawing::size& size);
2491 static radio_button execute(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2496 static radio_button execute(const control& parent, bool checked);
2502 static radio_button execute(const control& parent, bool checked, const drawing::point& location);
2509 static radio_button execute(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2517 static radio_button execute(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2518
2525 static radio_button exit(const drawing::point& location);
2530 static radio_button exit(const drawing::point& location, const drawing::size& size);
2536 static radio_button exit(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2540 static radio_button exit(bool checked);
2545 static radio_button exit(bool checked, const drawing::point& location);
2551 static radio_button exit(bool checked, const drawing::point& location, const drawing::size& size);
2558 static radio_button exit(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2562 static radio_button exit(const control& parent);
2567 static radio_button exit(const control& parent, const drawing::point& location);
2573 static radio_button exit(const control& parent, const drawing::point& location, const drawing::size& size);
2580 static radio_button exit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2585 static radio_button exit(const control& parent, bool checked);
2591 static radio_button exit(const control& parent, bool checked, const drawing::point& location);
2598 static radio_button exit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2606 static radio_button exit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2607
2614 static radio_button file(const drawing::point& location);
2619 static radio_button file(const drawing::point& location, const drawing::size& size);
2625 static radio_button file(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2629 static radio_button file(bool checked);
2634 static radio_button file(bool checked, const drawing::point& location);
2640 static radio_button file(bool checked, const drawing::point& location, const drawing::size& size);
2647 static radio_button file(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2651 static radio_button file(const control& parent);
2656 static radio_button file(const control& parent, const drawing::point& location);
2662 static radio_button file(const control& parent, const drawing::point& location, const drawing::size& size);
2669 static radio_button file(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2674 static radio_button file(const control& parent, bool checked);
2680 static radio_button file(const control& parent, bool checked, const drawing::point& location);
2687 static radio_button file(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2695 static radio_button file(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2696
2703 static radio_button find(const drawing::point& location);
2708 static radio_button find(const drawing::point& location, const drawing::size& size);
2714 static radio_button find(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2718 static radio_button find(bool checked);
2723 static radio_button find(bool checked, const drawing::point& location);
2729 static radio_button find(bool checked, const drawing::point& location, const drawing::size& size);
2736 static radio_button find(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2740 static radio_button find(const control& parent);
2745 static radio_button find(const control& parent, const drawing::point& location);
2751 static radio_button find(const control& parent, const drawing::point& location, const drawing::size& size);
2758 static radio_button find(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2763 static radio_button find(const control& parent, bool checked);
2769 static radio_button find(const control& parent, bool checked, const drawing::point& location);
2776 static radio_button find(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2784 static radio_button find(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2785
2792 static radio_button first(const drawing::point& location);
2797 static radio_button first(const drawing::point& location, const drawing::size& size);
2803 static radio_button first(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2807 static radio_button first(bool checked);
2812 static radio_button first(bool checked, const drawing::point& location);
2818 static radio_button first(bool checked, const drawing::point& location, const drawing::size& size);
2825 static radio_button first(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2829 static radio_button first(const control& parent);
2834 static radio_button first(const control& parent, const drawing::point& location);
2840 static radio_button first(const control& parent, const drawing::point& location, const drawing::size& size);
2847 static radio_button first(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2852 static radio_button first(const control& parent, bool checked);
2858 static radio_button first(const control& parent, bool checked, const drawing::point& location);
2865 static radio_button first(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2873 static radio_button first(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2874
2881 static radio_button floppy(const drawing::point& location);
2886 static radio_button floppy(const drawing::point& location, const drawing::size& size);
2892 static radio_button floppy(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2896 static radio_button floppy(bool checked);
2901 static radio_button floppy(bool checked, const drawing::point& location);
2907 static radio_button floppy(bool checked, const drawing::point& location, const drawing::size& size);
2914 static radio_button floppy(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2918 static radio_button floppy(const control& parent);
2923 static radio_button floppy(const control& parent, const drawing::point& location);
2929 static radio_button floppy(const control& parent, const drawing::point& location, const drawing::size& size);
2936 static radio_button floppy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2941 static radio_button floppy(const control& parent, bool checked);
2947 static radio_button floppy(const control& parent, bool checked, const drawing::point& location);
2954 static radio_button floppy(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2962 static radio_button floppy(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2963
2970 static radio_button font(const drawing::point& location);
2975 static radio_button font(const drawing::point& location, const drawing::size& size);
2981 static radio_button font(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2985 static radio_button font(bool checked);
2990 static radio_button font(bool checked, const drawing::point& location);
2996 static radio_button font(bool checked, const drawing::point& location, const drawing::size& size);
3003 static radio_button font(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3007 static radio_button font(const control& parent);
3012 static radio_button font(const control& parent, const drawing::point& location);
3018 static radio_button font(const control& parent, const drawing::point& location, const drawing::size& size);
3025 static radio_button font(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3030 static radio_button font(const control& parent, bool checked);
3036 static radio_button font(const control& parent, bool checked, const drawing::point& location);
3043 static radio_button font(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3051 static radio_button font(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3052
3059 static radio_button forward(const drawing::point& location);
3064 static radio_button forward(const drawing::point& location, const drawing::size& size);
3070 static radio_button forward(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3074 static radio_button forward(bool checked);
3079 static radio_button forward(bool checked, const drawing::point& location);
3085 static radio_button forward(bool checked, const drawing::point& location, const drawing::size& size);
3092 static radio_button forward(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3096 static radio_button forward(const control& parent);
3101 static radio_button forward(const control& parent, const drawing::point& location);
3107 static radio_button forward(const control& parent, const drawing::point& location, const drawing::size& size);
3114 static radio_button forward(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3119 static radio_button forward(const control& parent, bool checked);
3125 static radio_button forward(const control& parent, bool checked, const drawing::point& location);
3132 static radio_button forward(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3140 static radio_button forward(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3141
3148 static radio_button harddisk(const drawing::point& location);
3153 static radio_button harddisk(const drawing::point& location, const drawing::size& size);
3159 static radio_button harddisk(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3163 static radio_button harddisk(bool checked);
3168 static radio_button harddisk(bool checked, const drawing::point& location);
3174 static radio_button harddisk(bool checked, const drawing::point& location, const drawing::size& size);
3181 static radio_button harddisk(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3185 static radio_button harddisk(const control& parent);
3190 static radio_button harddisk(const control& parent, const drawing::point& location);
3196 static radio_button harddisk(const control& parent, const drawing::point& location, const drawing::size& size);
3203 static radio_button harddisk(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3208 static radio_button harddisk(const control& parent, bool checked);
3214 static radio_button harddisk(const control& parent, bool checked, const drawing::point& location);
3221 static radio_button harddisk(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3229 static radio_button harddisk(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3230
3237 static radio_button help(const drawing::point& location);
3242 static radio_button help(const drawing::point& location, const drawing::size& size);
3248 static radio_button help(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3252 static radio_button help(bool checked);
3257 static radio_button help(bool checked, const drawing::point& location);
3263 static radio_button help(bool checked, const drawing::point& location, const drawing::size& size);
3270 static radio_button help(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3274 static radio_button help(const control& parent);
3279 static radio_button help(const control& parent, const drawing::point& location);
3285 static radio_button help(const control& parent, const drawing::point& location, const drawing::size& size);
3292 static radio_button help(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3297 static radio_button help(const control& parent, bool checked);
3303 static radio_button help(const control& parent, bool checked, const drawing::point& location);
3310 static radio_button help(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3318 static radio_button help(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3319
3326 static radio_button home(const drawing::point& location);
3331 static radio_button home(const drawing::point& location, const drawing::size& size);
3337 static radio_button home(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3341 static radio_button home(bool checked);
3346 static radio_button home(bool checked, const drawing::point& location);
3352 static radio_button home(bool checked, const drawing::point& location, const drawing::size& size);
3359 static radio_button home(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3363 static radio_button home(const control& parent);
3368 static radio_button home(const control& parent, const drawing::point& location);
3374 static radio_button home(const control& parent, const drawing::point& location, const drawing::size& size);
3381 static radio_button home(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3386 static radio_button home(const control& parent, bool checked);
3392 static radio_button home(const control& parent, bool checked, const drawing::point& location);
3399 static radio_button home(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3407 static radio_button home(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3408
3415 static radio_button ignore(const drawing::point& location);
3420 static radio_button ignore(const drawing::point& location, const drawing::size& size);
3426 static radio_button ignore(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3430 static radio_button ignore(bool checked);
3435 static radio_button ignore(bool checked, const drawing::point& location);
3441 static radio_button ignore(bool checked, const drawing::point& location, const drawing::size& size);
3448 static radio_button ignore(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3452 static radio_button ignore(const control& parent);
3457 static radio_button ignore(const control& parent, const drawing::point& location);
3463 static radio_button ignore(const control& parent, const drawing::point& location, const drawing::size& size);
3470 static radio_button ignore(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3475 static radio_button ignore(const control& parent, bool checked);
3481 static radio_button ignore(const control& parent, bool checked, const drawing::point& location);
3488 static radio_button ignore(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3496 static radio_button ignore(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3497
3504 static radio_button indent(const drawing::point& location);
3509 static radio_button indent(const drawing::point& location, const drawing::size& size);
3515 static radio_button indent(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3519 static radio_button indent(bool checked);
3524 static radio_button indent(bool checked, const drawing::point& location);
3530 static radio_button indent(bool checked, const drawing::point& location, const drawing::size& size);
3537 static radio_button indent(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3541 static radio_button indent(const control& parent);
3546 static radio_button indent(const control& parent, const drawing::point& location);
3552 static radio_button indent(const control& parent, const drawing::point& location, const drawing::size& size);
3559 static radio_button indent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3564 static radio_button indent(const control& parent, bool checked);
3570 static radio_button indent(const control& parent, bool checked, const drawing::point& location);
3577 static radio_button indent(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3585 static radio_button indent(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3586
3593 static radio_button index(const drawing::point& location);
3598 static radio_button index(const drawing::point& location, const drawing::size& size);
3604 static radio_button index(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3608 static radio_button index(bool checked);
3613 static radio_button index(bool checked, const drawing::point& location);
3619 static radio_button index(bool checked, const drawing::point& location, const drawing::size& size);
3626 static radio_button index(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3630 static radio_button index(const control& parent);
3635 static radio_button index(const control& parent, const drawing::point& location);
3641 static radio_button index(const control& parent, const drawing::point& location, const drawing::size& size);
3648 static radio_button index(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3653 static radio_button index(const control& parent, bool checked);
3659 static radio_button index(const control& parent, bool checked, const drawing::point& location);
3666 static radio_button index(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3674 static radio_button index(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3675
3682 static radio_button info(const drawing::point& location);
3687 static radio_button info(const drawing::point& location, const drawing::size& size);
3693 static radio_button info(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3697 static radio_button info(bool checked);
3702 static radio_button info(bool checked, const drawing::point& location);
3708 static radio_button info(bool checked, const drawing::point& location, const drawing::size& size);
3715 static radio_button info(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3719 static radio_button info(const control& parent);
3724 static radio_button info(const control& parent, const drawing::point& location);
3730 static radio_button info(const control& parent, const drawing::point& location, const drawing::size& size);
3737 static radio_button info(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3742 static radio_button info(const control& parent, bool checked);
3748 static radio_button info(const control& parent, bool checked, const drawing::point& location);
3755 static radio_button info(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3763 static radio_button info(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3764
3771 static radio_button italic(const drawing::point& location);
3776 static radio_button italic(const drawing::point& location, const drawing::size& size);
3782 static radio_button italic(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3786 static radio_button italic(bool checked);
3791 static radio_button italic(bool checked, const drawing::point& location);
3797 static radio_button italic(bool checked, const drawing::point& location, const drawing::size& size);
3804 static radio_button italic(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3808 static radio_button italic(const control& parent);
3813 static radio_button italic(const control& parent, const drawing::point& location);
3819 static radio_button italic(const control& parent, const drawing::point& location, const drawing::size& size);
3826 static radio_button italic(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3831 static radio_button italic(const control& parent, bool checked);
3837 static radio_button italic(const control& parent, bool checked, const drawing::point& location);
3844 static radio_button italic(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3852 static radio_button italic(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3853
3860 static radio_button justified(const drawing::point& location);
3865 static radio_button justified(const drawing::point& location, const drawing::size& size);
3871 static radio_button justified(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3875 static radio_button justified(bool checked);
3880 static radio_button justified(bool checked, const drawing::point& location);
3886 static radio_button justified(bool checked, const drawing::point& location, const drawing::size& size);
3893 static radio_button justified(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3897 static radio_button justified(const control& parent);
3902 static radio_button justified(const control& parent, const drawing::point& location);
3908 static radio_button justified(const control& parent, const drawing::point& location, const drawing::size& size);
3915 static radio_button justified(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3920 static radio_button justified(const control& parent, bool checked);
3926 static radio_button justified(const control& parent, bool checked, const drawing::point& location);
3933 static radio_button justified(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3941 static radio_button justified(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3942
3949 static radio_button jump_to(const drawing::point& location);
3954 static radio_button jump_to(const drawing::point& location, const drawing::size& size);
3960 static radio_button jump_to(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3964 static radio_button jump_to(bool checked);
3969 static radio_button jump_to(bool checked, const drawing::point& location);
3975 static radio_button jump_to(bool checked, const drawing::point& location, const drawing::size& size);
3982 static radio_button jump_to(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3986 static radio_button jump_to(const control& parent);
3991 static radio_button jump_to(const control& parent, const drawing::point& location);
3997 static radio_button jump_to(const control& parent, const drawing::point& location, const drawing::size& size);
4004 static radio_button jump_to(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4009 static radio_button jump_to(const control& parent, bool checked);
4015 static radio_button jump_to(const control& parent, bool checked, const drawing::point& location);
4022 static radio_button jump_to(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4030 static radio_button jump_to(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4031
4038 static radio_button last(const drawing::point& location);
4043 static radio_button last(const drawing::point& location, const drawing::size& size);
4049 static radio_button last(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4053 static radio_button last(bool checked);
4058 static radio_button last(bool checked, const drawing::point& location);
4064 static radio_button last(bool checked, const drawing::point& location, const drawing::size& size);
4071 static radio_button last(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4075 static radio_button last(const control& parent);
4080 static radio_button last(const control& parent, const drawing::point& location);
4086 static radio_button last(const control& parent, const drawing::point& location, const drawing::size& size);
4093 static radio_button last(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4098 static radio_button last(const control& parent, bool checked);
4104 static radio_button last(const control& parent, bool checked, const drawing::point& location);
4111 static radio_button last(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4119 static radio_button last(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4120
4127 static radio_button network(const drawing::point& location);
4132 static radio_button network(const drawing::point& location, const drawing::size& size);
4138 static radio_button network(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4142 static radio_button network(bool checked);
4147 static radio_button network(bool checked, const drawing::point& location);
4153 static radio_button network(bool checked, const drawing::point& location, const drawing::size& size);
4160 static radio_button network(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4164 static radio_button network(const control& parent);
4169 static radio_button network(const control& parent, const drawing::point& location);
4175 static radio_button network(const control& parent, const drawing::point& location, const drawing::size& size);
4182 static radio_button network(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4187 static radio_button network(const control& parent, bool checked);
4193 static radio_button network(const control& parent, bool checked, const drawing::point& location);
4200 static radio_button network(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4208 static radio_button network(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4209
4216 static radio_button new_(const drawing::point& location);
4221 static radio_button new_(const drawing::point& location, const drawing::size& size);
4227 static radio_button new_(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4231 static radio_button new_(bool checked);
4236 static radio_button new_(bool checked, const drawing::point& location);
4242 static radio_button new_(bool checked, const drawing::point& location, const drawing::size& size);
4249 static radio_button new_(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4253 static radio_button new_(const control& parent);
4258 static radio_button new_(const control& parent, const drawing::point& location);
4264 static radio_button new_(const control& parent, const drawing::point& location, const drawing::size& size);
4271 static radio_button new_(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4276 static radio_button new_(const control& parent, bool checked);
4282 static radio_button new_(const control& parent, bool checked, const drawing::point& location);
4289 static radio_button new_(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4297 static radio_button new_(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4298
4305 static radio_button next(const drawing::point& location);
4310 static radio_button next(const drawing::point& location, const drawing::size& size);
4316 static radio_button next(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4320 static radio_button next(bool checked);
4325 static radio_button next(bool checked, const drawing::point& location);
4331 static radio_button next(bool checked, const drawing::point& location, const drawing::size& size);
4338 static radio_button next(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4342 static radio_button next(const control& parent);
4347 static radio_button next(const control& parent, const drawing::point& location);
4353 static radio_button next(const control& parent, const drawing::point& location, const drawing::size& size);
4360 static radio_button next(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4365 static radio_button next(const control& parent, bool checked);
4371 static radio_button next(const control& parent, bool checked, const drawing::point& location);
4378 static radio_button next(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4386 static radio_button next(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4387
4394 static radio_button no(const drawing::point& location);
4399 static radio_button no(const drawing::point& location, const drawing::size& size);
4405 static radio_button no(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4409 static radio_button no(bool checked);
4414 static radio_button no(bool checked, const drawing::point& location);
4420 static radio_button no(bool checked, const drawing::point& location, const drawing::size& size);
4427 static radio_button no(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4431 static radio_button no(const control& parent);
4436 static radio_button no(const control& parent, const drawing::point& location);
4442 static radio_button no(const control& parent, const drawing::point& location, const drawing::size& size);
4449 static radio_button no(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4454 static radio_button no(const control& parent, bool checked);
4460 static radio_button no(const control& parent, bool checked, const drawing::point& location);
4467 static radio_button no(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4475 static radio_button no(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4476
4483 static radio_button ok(const drawing::point& location);
4488 static radio_button ok(const drawing::point& location, const drawing::size& size);
4494 static radio_button ok(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4498 static radio_button ok(bool checked);
4503 static radio_button ok(bool checked, const drawing::point& location);
4509 static radio_button ok(bool checked, const drawing::point& location, const drawing::size& size);
4516 static radio_button ok(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4520 static radio_button ok(const control& parent);
4525 static radio_button ok(const control& parent, const drawing::point& location);
4531 static radio_button ok(const control& parent, const drawing::point& location, const drawing::size& size);
4538 static radio_button ok(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4543 static radio_button ok(const control& parent, bool checked);
4549 static radio_button ok(const control& parent, bool checked, const drawing::point& location);
4556 static radio_button ok(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4564 static radio_button ok(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4565
4572 static radio_button open(const drawing::point& location);
4577 static radio_button open(const drawing::point& location, const drawing::size& size);
4583 static radio_button open(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4587 static radio_button open(bool checked);
4592 static radio_button open(bool checked, const drawing::point& location);
4598 static radio_button open(bool checked, const drawing::point& location, const drawing::size& size);
4605 static radio_button open(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4609 static radio_button open(const control& parent);
4614 static radio_button open(const control& parent, const drawing::point& location);
4620 static radio_button open(const control& parent, const drawing::point& location, const drawing::size& size);
4627 static radio_button open(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4632 static radio_button open(const control& parent, bool checked);
4638 static radio_button open(const control& parent, bool checked, const drawing::point& location);
4645 static radio_button open(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4653 static radio_button open(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4654
4661 static radio_button options(const drawing::point& location);
4666 static radio_button options(const drawing::point& location, const drawing::size& size);
4672 static radio_button options(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4676 static radio_button options(bool checked);
4681 static radio_button options(bool checked, const drawing::point& location);
4687 static radio_button options(bool checked, const drawing::point& location, const drawing::size& size);
4694 static radio_button options(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4698 static radio_button options(const control& parent);
4703 static radio_button options(const control& parent, const drawing::point& location);
4709 static radio_button options(const control& parent, const drawing::point& location, const drawing::size& size);
4716 static radio_button options(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4721 static radio_button options(const control& parent, bool checked);
4727 static radio_button options(const control& parent, bool checked, const drawing::point& location);
4734 static radio_button options(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4742 static radio_button options(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4743
4750 static radio_button paste(const drawing::point& location);
4755 static radio_button paste(const drawing::point& location, const drawing::size& size);
4761 static radio_button paste(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4765 static radio_button paste(bool checked);
4770 static radio_button paste(bool checked, const drawing::point& location);
4776 static radio_button paste(bool checked, const drawing::point& location, const drawing::size& size);
4783 static radio_button paste(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4787 static radio_button paste(const control& parent);
4792 static radio_button paste(const control& parent, const drawing::point& location);
4798 static radio_button paste(const control& parent, const drawing::point& location, const drawing::size& size);
4805 static radio_button paste(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4810 static radio_button paste(const control& parent, bool checked);
4816 static radio_button paste(const control& parent, bool checked, const drawing::point& location);
4823 static radio_button paste(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4831 static radio_button paste(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4832
4839 static radio_button preferences(const drawing::point& location);
4850 static radio_button preferences(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4854 static radio_button preferences(bool checked);
4859 static radio_button preferences(bool checked, const drawing::point& location);
4865 static radio_button preferences(bool checked, const drawing::point& location, const drawing::size& size);
4872 static radio_button preferences(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4876 static radio_button preferences(const control& parent);
4881 static radio_button preferences(const control& parent, const drawing::point& location);
4887 static radio_button preferences(const control& parent, const drawing::point& location, const drawing::size& size);
4894 static radio_button preferences(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4899 static radio_button preferences(const control& parent, bool checked);
4905 static radio_button preferences(const control& parent, bool checked, const drawing::point& location);
4912 static radio_button preferences(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4920 static radio_button preferences(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4921
4928 static radio_button previous(const drawing::point& location);
4933 static radio_button previous(const drawing::point& location, const drawing::size& size);
4939 static radio_button previous(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4943 static radio_button previous(bool checked);
4948 static radio_button previous(bool checked, const drawing::point& location);
4954 static radio_button previous(bool checked, const drawing::point& location, const drawing::size& size);
4961 static radio_button previous(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4965 static radio_button previous(const control& parent);
4970 static radio_button previous(const control& parent, const drawing::point& location);
4976 static radio_button previous(const control& parent, const drawing::point& location, const drawing::size& size);
4983 static radio_button previous(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4988 static radio_button previous(const control& parent, bool checked);
4994 static radio_button previous(const control& parent, bool checked, const drawing::point& location);
5001 static radio_button previous(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5009 static radio_button previous(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5010
5017 static radio_button print(const drawing::point& location);
5022 static radio_button print(const drawing::point& location, const drawing::size& size);
5028 static radio_button print(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5032 static radio_button print(bool checked);
5037 static radio_button print(bool checked, const drawing::point& location);
5043 static radio_button print(bool checked, const drawing::point& location, const drawing::size& size);
5050 static radio_button print(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5054 static radio_button print(const control& parent);
5059 static radio_button print(const control& parent, const drawing::point& location);
5065 static radio_button print(const control& parent, const drawing::point& location, const drawing::size& size);
5072 static radio_button print(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5077 static radio_button print(const control& parent, bool checked);
5083 static radio_button print(const control& parent, bool checked, const drawing::point& location);
5090 static radio_button print(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5098 static radio_button print(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5099
5117 static radio_button print_preview(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5121 static radio_button print_preview(bool checked);
5126 static radio_button print_preview(bool checked, const drawing::point& location);
5132 static radio_button print_preview(bool checked, const drawing::point& location, const drawing::size& size);
5139 static radio_button print_preview(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5143 static radio_button print_preview(const control& parent);
5148 static radio_button print_preview(const control& parent, const drawing::point& location);
5154 static radio_button print_preview(const control& parent, const drawing::point& location, const drawing::size& size);
5161 static radio_button print_preview(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5166 static radio_button print_preview(const control& parent, bool checked);
5172 static radio_button print_preview(const control& parent, bool checked, const drawing::point& location);
5179 static radio_button print_preview(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5187 static radio_button print_preview(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5188
5195 static radio_button properties(const drawing::point& location);
5206 static radio_button properties(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5210 static radio_button properties(bool checked);
5215 static radio_button properties(bool checked, const drawing::point& location);
5221 static radio_button properties(bool checked, const drawing::point& location, const drawing::size& size);
5228 static radio_button properties(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5232 static radio_button properties(const control& parent);
5237 static radio_button properties(const control& parent, const drawing::point& location);
5243 static radio_button properties(const control& parent, const drawing::point& location, const drawing::size& size);
5250 static radio_button properties(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5255 static radio_button properties(const control& parent, bool checked);
5261 static radio_button properties(const control& parent, bool checked, const drawing::point& location);
5268 static radio_button properties(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5276 static radio_button properties(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5277
5284 static radio_button quit(const drawing::point& location);
5289 static radio_button quit(const drawing::point& location, const drawing::size& size);
5295 static radio_button quit(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5299 static radio_button quit(bool checked);
5304 static radio_button quit(bool checked, const drawing::point& location);
5310 static radio_button quit(bool checked, const drawing::point& location, const drawing::size& size);
5317 static radio_button quit(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5321 static radio_button quit(const control& parent);
5326 static radio_button quit(const control& parent, const drawing::point& location);
5332 static radio_button quit(const control& parent, const drawing::point& location, const drawing::size& size);
5339 static radio_button quit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5344 static radio_button quit(const control& parent, bool checked);
5350 static radio_button quit(const control& parent, bool checked, const drawing::point& location);
5357 static radio_button quit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5365 static radio_button quit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5366
5373 static radio_button redo(const drawing::point& location);
5378 static radio_button redo(const drawing::point& location, const drawing::size& size);
5384 static radio_button redo(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5388 static radio_button redo(bool checked);
5393 static radio_button redo(bool checked, const drawing::point& location);
5399 static radio_button redo(bool checked, const drawing::point& location, const drawing::size& size);
5406 static radio_button redo(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5410 static radio_button redo(const control& parent);
5415 static radio_button redo(const control& parent, const drawing::point& location);
5421 static radio_button redo(const control& parent, const drawing::point& location, const drawing::size& size);
5428 static radio_button redo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5433 static radio_button redo(const control& parent, bool checked);
5439 static radio_button redo(const control& parent, bool checked, const drawing::point& location);
5446 static radio_button redo(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5454 static radio_button redo(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5455
5462 static radio_button refresh(const drawing::point& location);
5467 static radio_button refresh(const drawing::point& location, const drawing::size& size);
5473 static radio_button refresh(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5477 static radio_button refresh(bool checked);
5482 static radio_button refresh(bool checked, const drawing::point& location);
5488 static radio_button refresh(bool checked, const drawing::point& location, const drawing::size& size);
5495 static radio_button refresh(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5499 static radio_button refresh(const control& parent);
5504 static radio_button refresh(const control& parent, const drawing::point& location);
5510 static radio_button refresh(const control& parent, const drawing::point& location, const drawing::size& size);
5517 static radio_button refresh(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5522 static radio_button refresh(const control& parent, bool checked);
5528 static radio_button refresh(const control& parent, bool checked, const drawing::point& location);
5535 static radio_button refresh(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5543 static radio_button refresh(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5544
5551 static radio_button remove(const drawing::point& location);
5556 static radio_button remove(const drawing::point& location, const drawing::size& size);
5562 static radio_button remove(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5566 static radio_button remove(bool checked);
5571 static radio_button remove(bool checked, const drawing::point& location);
5577 static radio_button remove(bool checked, const drawing::point& location, const drawing::size& size);
5584 static radio_button remove(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5588 static radio_button remove(const control& parent);
5593 static radio_button remove(const control& parent, const drawing::point& location);
5599 static radio_button remove(const control& parent, const drawing::point& location, const drawing::size& size);
5606 static radio_button remove(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5611 static radio_button remove(const control& parent, bool checked);
5617 static radio_button remove(const control& parent, bool checked, const drawing::point& location);
5624 static radio_button remove(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5632 static radio_button remove(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5633
5640 static radio_button replace(const drawing::point& location);
5645 static radio_button replace(const drawing::point& location, const drawing::size& size);
5651 static radio_button replace(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5655 static radio_button replace(bool checked);
5660 static radio_button replace(bool checked, const drawing::point& location);
5666 static radio_button replace(bool checked, const drawing::point& location, const drawing::size& size);
5673 static radio_button replace(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5677 static radio_button replace(const control& parent);
5682 static radio_button replace(const control& parent, const drawing::point& location);
5688 static radio_button replace(const control& parent, const drawing::point& location, const drawing::size& size);
5695 static radio_button replace(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5700 static radio_button replace(const control& parent, bool checked);
5706 static radio_button replace(const control& parent, bool checked, const drawing::point& location);
5713 static radio_button replace(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5721 static radio_button replace(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5722
5729 static radio_button retry(const drawing::point& location);
5734 static radio_button retry(const drawing::point& location, const drawing::size& size);
5740 static radio_button retry(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5744 static radio_button retry(bool checked);
5749 static radio_button retry(bool checked, const drawing::point& location);
5755 static radio_button retry(bool checked, const drawing::point& location, const drawing::size& size);
5762 static radio_button retry(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5766 static radio_button retry(const control& parent);
5771 static radio_button retry(const control& parent, const drawing::point& location);
5777 static radio_button retry(const control& parent, const drawing::point& location, const drawing::size& size);
5784 static radio_button retry(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5789 static radio_button retry(const control& parent, bool checked);
5795 static radio_button retry(const control& parent, bool checked, const drawing::point& location);
5802 static radio_button retry(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5810 static radio_button retry(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5811
5829 static radio_button revert_to_saved(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5833 static radio_button revert_to_saved(bool checked);
5838 static radio_button revert_to_saved(bool checked, const drawing::point& location);
5844 static radio_button revert_to_saved(bool checked, const drawing::point& location, const drawing::size& size);
5851 static radio_button revert_to_saved(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5855 static radio_button revert_to_saved(const control& parent);
5860 static radio_button revert_to_saved(const control& parent, const drawing::point& location);
5866 static radio_button revert_to_saved(const control& parent, const drawing::point& location, const drawing::size& size);
5873 static radio_button revert_to_saved(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5878 static radio_button revert_to_saved(const control& parent, bool checked);
5884 static radio_button revert_to_saved(const control& parent, bool checked, const drawing::point& location);
5891 static radio_button revert_to_saved(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5899 static radio_button revert_to_saved(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5900
5907 static radio_button save(const drawing::point& location);
5912 static radio_button save(const drawing::point& location, const drawing::size& size);
5918 static radio_button save(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5922 static radio_button save(bool checked);
5927 static radio_button save(bool checked, const drawing::point& location);
5933 static radio_button save(bool checked, const drawing::point& location, const drawing::size& size);
5940 static radio_button save(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5944 static radio_button save(const control& parent);
5949 static radio_button save(const control& parent, const drawing::point& location);
5955 static radio_button save(const control& parent, const drawing::point& location, const drawing::size& size);
5962 static radio_button save(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5967 static radio_button save(const control& parent, bool checked);
5973 static radio_button save(const control& parent, bool checked, const drawing::point& location);
5980 static radio_button save(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5988 static radio_button save(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5989
5996 static radio_button save_as(const drawing::point& location);
6001 static radio_button save_as(const drawing::point& location, const drawing::size& size);
6007 static radio_button save_as(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6011 static radio_button save_as(bool checked);
6016 static radio_button save_as(bool checked, const drawing::point& location);
6022 static radio_button save_as(bool checked, const drawing::point& location, const drawing::size& size);
6029 static radio_button save_as(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6033 static radio_button save_as(const control& parent);
6038 static radio_button save_as(const control& parent, const drawing::point& location);
6044 static radio_button save_as(const control& parent, const drawing::point& location, const drawing::size& size);
6051 static radio_button save_as(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6056 static radio_button save_as(const control& parent, bool checked);
6062 static radio_button save_as(const control& parent, bool checked, const drawing::point& location);
6069 static radio_button save_as(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6077 static radio_button save_as(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6078
6085 static radio_button search(const drawing::point& location);
6090 static radio_button search(const drawing::point& location, const drawing::size& size);
6096 static radio_button search(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6100 static radio_button search(bool checked);
6105 static radio_button search(bool checked, const drawing::point& location);
6111 static radio_button search(bool checked, const drawing::point& location, const drawing::size& size);
6118 static radio_button search(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6122 static radio_button search(const control& parent);
6127 static radio_button search(const control& parent, const drawing::point& location);
6133 static radio_button search(const control& parent, const drawing::point& location, const drawing::size& size);
6140 static radio_button search(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6145 static radio_button search(const control& parent, bool checked);
6151 static radio_button search(const control& parent, bool checked, const drawing::point& location);
6158 static radio_button search(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6166 static radio_button search(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6167
6174 static radio_button select_all(const drawing::point& location);
6185 static radio_button select_all(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6189 static radio_button select_all(bool checked);
6194 static radio_button select_all(bool checked, const drawing::point& location);
6200 static radio_button select_all(bool checked, const drawing::point& location, const drawing::size& size);
6207 static radio_button select_all(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6211 static radio_button select_all(const control& parent);
6216 static radio_button select_all(const control& parent, const drawing::point& location);
6222 static radio_button select_all(const control& parent, const drawing::point& location, const drawing::size& size);
6229 static radio_button select_all(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6234 static radio_button select_all(const control& parent, bool checked);
6240 static radio_button select_all(const control& parent, bool checked, const drawing::point& location);
6247 static radio_button select_all(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6255 static radio_button select_all(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6256
6263 static radio_button settings(const drawing::point& location);
6268 static radio_button settings(const drawing::point& location, const drawing::size& size);
6274 static radio_button settings(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6278 static radio_button settings(bool checked);
6283 static radio_button settings(bool checked, const drawing::point& location);
6289 static radio_button settings(bool checked, const drawing::point& location, const drawing::size& size);
6296 static radio_button settings(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6300 static radio_button settings(const control& parent);
6305 static radio_button settings(const control& parent, const drawing::point& location);
6311 static radio_button settings(const control& parent, const drawing::point& location, const drawing::size& size);
6318 static radio_button settings(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6323 static radio_button settings(const control& parent, bool checked);
6329 static radio_button settings(const control& parent, bool checked, const drawing::point& location);
6336 static radio_button settings(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6344 static radio_button settings(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6345
6352 static radio_button spell_check(const drawing::point& location);
6363 static radio_button spell_check(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6367 static radio_button spell_check(bool checked);
6372 static radio_button spell_check(bool checked, const drawing::point& location);
6378 static radio_button spell_check(bool checked, const drawing::point& location, const drawing::size& size);
6385 static radio_button spell_check(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6389 static radio_button spell_check(const control& parent);
6394 static radio_button spell_check(const control& parent, const drawing::point& location);
6400 static radio_button spell_check(const control& parent, const drawing::point& location, const drawing::size& size);
6407 static radio_button spell_check(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6412 static radio_button spell_check(const control& parent, bool checked);
6418 static radio_button spell_check(const control& parent, bool checked, const drawing::point& location);
6425 static radio_button spell_check(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6433 static radio_button spell_check(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6434
6441 static radio_button stop(const drawing::point& location);
6446 static radio_button stop(const drawing::point& location, const drawing::size& size);
6452 static radio_button stop(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6456 static radio_button stop(bool checked);
6461 static radio_button stop(bool checked, const drawing::point& location);
6467 static radio_button stop(bool checked, const drawing::point& location, const drawing::size& size);
6474 static radio_button stop(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6478 static radio_button stop(const control& parent);
6483 static radio_button stop(const control& parent, const drawing::point& location);
6489 static radio_button stop(const control& parent, const drawing::point& location, const drawing::size& size);
6496 static radio_button stop(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6501 static radio_button stop(const control& parent, bool checked);
6507 static radio_button stop(const control& parent, bool checked, const drawing::point& location);
6514 static radio_button stop(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6522 static radio_button stop(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6523
6530 static radio_button strikeout(const drawing::point& location);
6535 static radio_button strikeout(const drawing::point& location, const drawing::size& size);
6541 static radio_button strikeout(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6545 static radio_button strikeout(bool checked);
6550 static radio_button strikeout(bool checked, const drawing::point& location);
6556 static radio_button strikeout(bool checked, const drawing::point& location, const drawing::size& size);
6563 static radio_button strikeout(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6567 static radio_button strikeout(const control& parent);
6572 static radio_button strikeout(const control& parent, const drawing::point& location);
6578 static radio_button strikeout(const control& parent, const drawing::point& location, const drawing::size& size);
6585 static radio_button strikeout(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6590 static radio_button strikeout(const control& parent, bool checked);
6596 static radio_button strikeout(const control& parent, bool checked, const drawing::point& location);
6603 static radio_button strikeout(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6611 static radio_button strikeout(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6612
6619 static radio_button tools(const drawing::point& location);
6624 static radio_button tools(const drawing::point& location, const drawing::size& size);
6630 static radio_button tools(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6634 static radio_button tools(bool checked);
6639 static radio_button tools(bool checked, const drawing::point& location);
6645 static radio_button tools(bool checked, const drawing::point& location, const drawing::size& size);
6652 static radio_button tools(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6656 static radio_button tools(const control& parent);
6661 static radio_button tools(const control& parent, const drawing::point& location);
6667 static radio_button tools(const control& parent, const drawing::point& location, const drawing::size& size);
6674 static radio_button tools(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6679 static radio_button tools(const control& parent, bool checked);
6685 static radio_button tools(const control& parent, bool checked, const drawing::point& location);
6692 static radio_button tools(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6700 static radio_button tools(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6701
6708 static radio_button top(const drawing::point& location);
6713 static radio_button top(const drawing::point& location, const drawing::size& size);
6719 static radio_button top(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6723 static radio_button top(bool checked);
6728 static radio_button top(bool checked, const drawing::point& location);
6734 static radio_button top(bool checked, const drawing::point& location, const drawing::size& size);
6741 static radio_button top(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6745 static radio_button top(const control& parent);
6750 static radio_button top(const control& parent, const drawing::point& location);
6756 static radio_button top(const control& parent, const drawing::point& location, const drawing::size& size);
6763 static radio_button top(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6768 static radio_button top(const control& parent, bool checked);
6774 static radio_button top(const control& parent, bool checked, const drawing::point& location);
6781 static radio_button top(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6789 static radio_button top(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6790
6797 static radio_button undelete(const drawing::point& location);
6802 static radio_button undelete(const drawing::point& location, const drawing::size& size);
6808 static radio_button undelete(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6812 static radio_button undelete(bool checked);
6817 static radio_button undelete(bool checked, const drawing::point& location);
6823 static radio_button undelete(bool checked, const drawing::point& location, const drawing::size& size);
6830 static radio_button undelete(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6834 static radio_button undelete(const control& parent);
6839 static radio_button undelete(const control& parent, const drawing::point& location);
6845 static radio_button undelete(const control& parent, const drawing::point& location, const drawing::size& size);
6852 static radio_button undelete(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6857 static radio_button undelete(const control& parent, bool checked);
6863 static radio_button undelete(const control& parent, bool checked, const drawing::point& location);
6870 static radio_button undelete(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6878 static radio_button undelete(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6879
6886 static radio_button underline(const drawing::point& location);
6891 static radio_button underline(const drawing::point& location, const drawing::size& size);
6897 static radio_button underline(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6901 static radio_button underline(bool checked);
6906 static radio_button underline(bool checked, const drawing::point& location);
6912 static radio_button underline(bool checked, const drawing::point& location, const drawing::size& size);
6919 static radio_button underline(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6923 static radio_button underline(const control& parent);
6928 static radio_button underline(const control& parent, const drawing::point& location);
6934 static radio_button underline(const control& parent, const drawing::point& location, const drawing::size& size);
6941 static radio_button underline(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6946 static radio_button underline(const control& parent, bool checked);
6952 static radio_button underline(const control& parent, bool checked, const drawing::point& location);
6959 static radio_button underline(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6967 static radio_button underline(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6968
6975 static radio_button undo(const drawing::point& location);
6980 static radio_button undo(const drawing::point& location, const drawing::size& size);
6986 static radio_button undo(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6990 static radio_button undo(bool checked);
6995 static radio_button undo(bool checked, const drawing::point& location);
7001 static radio_button undo(bool checked, const drawing::point& location, const drawing::size& size);
7008 static radio_button undo(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7012 static radio_button undo(const control& parent);
7017 static radio_button undo(const control& parent, const drawing::point& location);
7023 static radio_button undo(const control& parent, const drawing::point& location, const drawing::size& size);
7030 static radio_button undo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7035 static radio_button undo(const control& parent, bool checked);
7041 static radio_button undo(const control& parent, bool checked, const drawing::point& location);
7048 static radio_button undo(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7056 static radio_button undo(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7057
7064 static radio_button unindent(const drawing::point& location);
7069 static radio_button unindent(const drawing::point& location, const drawing::size& size);
7075 static radio_button unindent(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7079 static radio_button unindent(bool checked);
7084 static radio_button unindent(bool checked, const drawing::point& location);
7090 static radio_button unindent(bool checked, const drawing::point& location, const drawing::size& size);
7097 static radio_button unindent(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7101 static radio_button unindent(const control& parent);
7106 static radio_button unindent(const control& parent, const drawing::point& location);
7112 static radio_button unindent(const control& parent, const drawing::point& location, const drawing::size& size);
7119 static radio_button unindent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7124 static radio_button unindent(const control& parent, bool checked);
7130 static radio_button unindent(const control& parent, bool checked, const drawing::point& location);
7137 static radio_button unindent(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7145 static radio_button unindent(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7146
7153 static radio_button up(const drawing::point& location);
7158 static radio_button up(const drawing::point& location, const drawing::size& size);
7164 static radio_button up(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7168 static radio_button up(bool checked);
7173 static radio_button up(bool checked, const drawing::point& location);
7179 static radio_button up(bool checked, const drawing::point& location, const drawing::size& size);
7186 static radio_button up(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7190 static radio_button up(const control& parent);
7195 static radio_button up(const control& parent, const drawing::point& location);
7201 static radio_button up(const control& parent, const drawing::point& location, const drawing::size& size);
7208 static radio_button up(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7213 static radio_button up(const control& parent, bool checked);
7219 static radio_button up(const control& parent, bool checked, const drawing::point& location);
7226 static radio_button up(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7234 static radio_button up(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7235
7242 static radio_button view(const drawing::point& location);
7247 static radio_button view(const drawing::point& location, const drawing::size& size);
7253 static radio_button view(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7257 static radio_button view(bool checked);
7262 static radio_button view(bool checked, const drawing::point& location);
7268 static radio_button view(bool checked, const drawing::point& location, const drawing::size& size);
7275 static radio_button view(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7279 static radio_button view(const control& parent);
7284 static radio_button view(const control& parent, const drawing::point& location);
7290 static radio_button view(const control& parent, const drawing::point& location, const drawing::size& size);
7297 static radio_button view(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7302 static radio_button view(const control& parent, bool checked);
7308 static radio_button view(const control& parent, bool checked, const drawing::point& location);
7315 static radio_button view(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7323 static radio_button view(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7324
7331 static radio_button window(const drawing::point& location);
7336 static radio_button window(const drawing::point& location, const drawing::size& size);
7342 static radio_button window(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7346 static radio_button window(bool checked);
7351 static radio_button window(bool checked, const drawing::point& location);
7357 static radio_button window(bool checked, const drawing::point& location, const drawing::size& size);
7364 static radio_button window(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7368 static radio_button window(const control& parent);
7373 static radio_button window(const control& parent, const drawing::point& location);
7379 static radio_button window(const control& parent, const drawing::point& location, const drawing::size& size);
7386 static radio_button window(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7391 static radio_button window(const control& parent, bool checked);
7397 static radio_button window(const control& parent, bool checked, const drawing::point& location);
7404 static radio_button window(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7412 static radio_button window(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7413
7420 static radio_button yes(const drawing::point& location);
7425 static radio_button yes(const drawing::point& location, const drawing::size& size);
7431 static radio_button yes(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7435 static radio_button yes(bool checked);
7440 static radio_button yes(bool checked, const drawing::point& location);
7446 static radio_button yes(bool checked, const drawing::point& location, const drawing::size& size);
7453 static radio_button yes(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7457 static radio_button yes(const control& parent);
7462 static radio_button yes(const control& parent, const drawing::point& location);
7468 static radio_button yes(const control& parent, const drawing::point& location, const drawing::size& size);
7475 static radio_button yes(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7480 static radio_button yes(const control& parent, bool checked);
7486 static radio_button yes(const control& parent, bool checked, const drawing::point& location);
7493 static radio_button yes(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7501 static radio_button yes(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7502
7509 static radio_button zoom_in(const drawing::point& location);
7514 static radio_button zoom_in(const drawing::point& location, const drawing::size& size);
7520 static radio_button zoom_in(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7524 static radio_button zoom_in(bool checked);
7529 static radio_button zoom_in(bool checked, const drawing::point& location);
7535 static radio_button zoom_in(bool checked, const drawing::point& location, const drawing::size& size);
7542 static radio_button zoom_in(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7546 static radio_button zoom_in(const control& parent);
7551 static radio_button zoom_in(const control& parent, const drawing::point& location);
7557 static radio_button zoom_in(const control& parent, const drawing::point& location, const drawing::size& size);
7564 static radio_button zoom_in(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7569 static radio_button zoom_in(const control& parent, bool checked);
7575 static radio_button zoom_in(const control& parent, bool checked, const drawing::point& location);
7582 static radio_button zoom_in(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7590 static radio_button zoom_in(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7591
7598 static radio_button zoom_out(const drawing::point& location);
7603 static radio_button zoom_out(const drawing::point& location, const drawing::size& size);
7609 static radio_button zoom_out(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7613 static radio_button zoom_out(bool checked);
7618 static radio_button zoom_out(bool checked, const drawing::point& location);
7624 static radio_button zoom_out(bool checked, const drawing::point& location, const drawing::size& size);
7631 static radio_button zoom_out(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7635 static radio_button zoom_out(const control& parent);
7640 static radio_button zoom_out(const control& parent, const drawing::point& location);
7646 static radio_button zoom_out(const control& parent, const drawing::point& location, const drawing::size& size);
7653 static radio_button zoom_out(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7658 static radio_button zoom_out(const control& parent, bool checked);
7664 static radio_button zoom_out(const control& parent, bool checked, const drawing::point& location);
7671 static radio_button zoom_out(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7679 static radio_button zoom_out(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7680
7687 static radio_button zoom_to_fit(const drawing::point& location);
7698 static radio_button zoom_to_fit(const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7702 static radio_button zoom_to_fit(bool checked);
7707 static radio_button zoom_to_fit(bool checked, const drawing::point& location);
7713 static radio_button zoom_to_fit(bool checked, const drawing::point& location, const drawing::size& size);
7720 static radio_button zoom_to_fit(bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7724 static radio_button zoom_to_fit(const control& parent);
7729 static radio_button zoom_to_fit(const control& parent, const drawing::point& location);
7735 static radio_button zoom_to_fit(const control& parent, const drawing::point& location, const drawing::size& size);
7742 static radio_button zoom_to_fit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7747 static radio_button zoom_to_fit(const control& parent, bool checked);
7753 static radio_button zoom_to_fit(const control& parent, bool checked, const drawing::point& location);
7760 static radio_button zoom_to_fit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7768 static radio_button zoom_to_fit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7770 };
7771 }
7772}
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:54
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Defines the base class for controls, which are components with visual representation.
Definition control.h:79
Enables the user to select a single option from a group of choices when paired with other xtd::forms:...
Definition radio_button.h:38
Provides a collection of radio_button objects for use by a Windows Forms application.
Definition radio_buttons.h:22
static radio_button color(const control &parent, bool checked)
Create a system-defined radio_button that represent color radio_button with specified parent,...
static radio_button zoom_to_fit(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button save(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent save radio_button with specified parent,...
static radio_button properties(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button customize(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent customize radio_button with specified check_state...
static radio_button strikeout(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent strikeout radio_button with specified check_state...
static radio_button retry(bool checked)
Create a system-defined radio_button that represent retry radio_button with specified and check_state...
static radio_button refresh(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static radio_button cut(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cut radio_button with specified check_state,...
static radio_button save_as(bool checked)
Create a system-defined radio_button that represent save_as radio_button with specified and check_sta...
static radio_button ascending(const drawing::point &location)
Create a system-defined radio_button that represent ascending radio_button with specified location.
static radio_button undelete(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent undelete radio_button with specified check_state,...
static radio_button floppy(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent floppy radio_button with specified location,...
static radio_button up(const control &parent, bool checked)
Create a system-defined radio_button that represent up radio_button with specified parent,...
static radio_button cancel(const control &parent)
Create a system-defined radio_button that represent cancel radio_button with specified parent.
static radio_button strikeout(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static radio_button properties(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent properties radio_button with specified check_stat...
static radio_button settings(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static radio_button ok(const drawing::point &location)
Create a system-defined radio_button that represent ok radio_button with specified location.
static radio_button next(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent next radio_button with specified parent,...
static radio_button copy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static radio_button replace(const drawing::point &location)
Create a system-defined radio_button that represent replace radio_button with specified location.
static radio_button alignment(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent alignment radio_button with specified location,...
static radio_button align_left(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static radio_button italic(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent italic radio_button with specified check_state,...
static radio_button contents(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button remove(const drawing::point &location)
Create a system-defined radio_button that represent remove radio_button with specified location.
static radio_button replace(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static radio_button save_as(const drawing::point &location)
Create a system-defined radio_button that represent save_as radio_button with specified location.
static radio_button zoom_out(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static radio_button zoom_to_fit(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_sta...
static radio_button select_all(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent select_all radio_button with specified location,...
static radio_button remove(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static radio_button retry(const drawing::point &location)
Create a system-defined radio_button that represent retry radio_button with specified location.
static radio_button del(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent del radio_button with specified check_state,...
static radio_button network(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent network radio_button with specified check_state,...
static radio_button cancel(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static radio_button new_(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent new_ radio_button with specified check_state,...
static radio_button underline(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static radio_button bold(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static radio_button convert(bool checked)
Create a system-defined radio_button that represent convert radio_button with specified and check_sta...
static radio_button cdrom(const control &parent)
Create a system-defined radio_button that represent cdrom radio_button with specified parent.
static radio_button centered(bool checked)
Create a system-defined radio_button that represent centered radio_button with specified and check_st...
static radio_button revert_to_saved(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static radio_button indent(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent indent radio_button with specified check_state,...
static radio_button top(const control &parent, bool checked)
Create a system-defined radio_button that represent top radio_button with specified parent,...
static radio_button preferences(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static radio_button select_all(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static radio_button refresh(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent refresh radio_button with specified check_state,...
static radio_button italic(bool checked)
Create a system-defined radio_button that represent italic radio_button with specified and check_stat...
static radio_button descending(const control &parent, bool checked)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static radio_button bold(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static radio_button descending(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent descending radio_button with specified check_stat...
static radio_button back(bool checked)
Create a system-defined radio_button that represent back radio_button with specified and check_state.
static radio_button strikeout(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static radio_button ascending(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ascending radio_button with specified check_state...
static radio_button customize(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent customize radio_button with specified location,...
static radio_button retry(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent retry radio_button with specified location,...
static radio_button exit(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent exit radio_button with specified location,...
static radio_button about(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button bold(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent bold radio_button with specified check_state,...
static radio_button cdrom(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent cdrom radio_button with specified check_state,...
static radio_button ascending(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static radio_button undo(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent undo radio_button with specified check_state,...
static radio_button down(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent down radio_button with specified location,...
static radio_button network(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent network radio_button with specified parent,...
static radio_button save(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent save radio_button with specified check_state,...
static radio_button edit(const control &parent, bool checked)
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static radio_button help(const control &parent, bool checked)
Create a system-defined radio_button that represent help radio_button with specified parent,...
static radio_button settings(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static radio_button justified(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent justified radio_button with specified check_state...
static radio_button unindent(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent unindent radio_button with specified location,...
static radio_button cancel(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static radio_button floppy(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent floppy radio_button with specified check_state,...
static radio_button descending()
Create a system-defined radio_button that represent descending radio_button.
static radio_button info(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent info radio_button with specified parent,...
static radio_button down(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent down radio_button with specified parent,...
static radio_button close(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent close radio_button with specified parent,...
static radio_button spell_check(bool checked)
Create a system-defined radio_button that represent spell_check radio_button with specified and check...
static radio_button refresh(bool checked)
Create a system-defined radio_button that represent refresh radio_button with specified and check_sta...
static radio_button tools(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static radio_button yes(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static radio_button bottom(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static radio_button next(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent next radio_button with specified location,...
static radio_button help(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent help radio_button with specified parent,...
static radio_button previous(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent previous radio_button with specified check_state,...
static radio_button add(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent add radio_button with specified check_state,...
static radio_button color(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent color radio_button with specified check_state,...
static radio_button copy(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent copy radio_button with specified check_state,...
static radio_button view(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent view radio_button with specified location,...
static radio_button cut(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static radio_button settings(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static radio_button top(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent top radio_button with specified parent,...
static radio_button descending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static radio_button bottom(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static radio_button align_right(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static radio_button view(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent view radio_button with specified parent,...
static radio_button index(const drawing::point &location)
Create a system-defined radio_button that represent index radio_button with specified location.
static radio_button floppy(const control &parent)
Create a system-defined radio_button that represent floppy radio_button with specified parent.
static radio_button tools(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static radio_button floppy(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static radio_button back(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent back radio_button with specified check_state,...
static radio_button help(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent help radio_button with specified location,...
static radio_button back(const control &parent)
Create a system-defined radio_button that represent back radio_button with specified parent.
static radio_button apply(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button exit(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static radio_button jump_to(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static radio_button quit(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static radio_button customize(const drawing::point &location)
Create a system-defined radio_button that represent customize radio_button with specified location.
static radio_button ascending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static radio_button options(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent options radio_button with specified parent,...
static radio_button undo(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent undo radio_button with specified location,...
static radio_button underline(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static radio_button last(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent last radio_button with specified parent,...
static radio_button undelete(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent undelete radio_button with specified check_state,...
static radio_button execute(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static radio_button bold(const control &parent)
Create a system-defined radio_button that represent bold radio_button with specified parent.
static radio_button justified(const control &parent, bool checked)
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static radio_button actual_size(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static radio_button bold()
Create a system-defined radio_button that represent bold radio_button.
static radio_button options(bool checked)
Create a system-defined radio_button that represent options radio_button with specified and check_sta...
static radio_button yes(const control &parent)
Create a system-defined radio_button that represent yes radio_button with specified parent.
static radio_button forward(const control &parent, bool checked)
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static radio_button align_left(const control &parent, bool checked)
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static radio_button file()
Create a system-defined radio_button that represent file radio_button.
static radio_button underline(const control &parent)
Create a system-defined radio_button that represent underline radio_button with specified parent.
static radio_button up(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent up radio_button with specified location,...
static radio_button tools(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent tools radio_button with specified check_state,...
static radio_button ignore(const control &parent)
Create a system-defined radio_button that represent ignore radio_button with specified parent.
static radio_button index()
Create a system-defined radio_button that represent index radio_button.
static radio_button ok(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static radio_button zoom_out(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static radio_button save_as(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent save_as radio_button with specified check_state,...
static radio_button info(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent info radio_button with specified parent,...
static radio_button alignment(const control &parent, bool checked)
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static radio_button previous()
Create a system-defined radio_button that represent previous radio_button.
static radio_button zoom_in(const drawing::point &location)
Create a system-defined radio_button that represent zoom_in radio_button with specified location.
static radio_button down(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent down radio_button with specified parent,...
static radio_button zoom_in(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static radio_button top(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent top radio_button with specified location,...
static radio_button descending(bool checked)
Create a system-defined radio_button that represent descending radio_button with specified and check_...
static radio_button contents(bool checked)
Create a system-defined radio_button that represent contents radio_button with specified and check_st...
static radio_button harddisk(bool checked)
Create a system-defined radio_button that represent harddisk radio_button with specified and check_st...
static radio_button options()
Create a system-defined radio_button that represent options radio_button.
static radio_button stop()
Create a system-defined radio_button that represent stop radio_button.
static radio_button undelete(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static radio_button print_preview(const control &parent)
Create a system-defined radio_button that represent print_preview radio_button with specified parent.
static radio_button yes(bool checked)
Create a system-defined radio_button that represent yes radio_button with specified and check_state.
static radio_button search(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent search radio_button with specified parent,...
static radio_button spell_check(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static radio_button stop(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static radio_button ok(bool checked)
Create a system-defined radio_button that represent ok radio_button with specified and check_state.
static radio_button file(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent file radio_button with specified check_state,...
static radio_button yes(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent yes radio_button with specified check_state,...
static radio_button add()
Create a system-defined radio_button that represent add radio_button.
static radio_button edit(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static radio_button print(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent print radio_button with specified check_state,...
static radio_button stop(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent stop radio_button with specified check_state,...
static radio_button bottom(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent bottom radio_button with specified location,...
static radio_button open(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent open radio_button with specified parent,...
static radio_button undelete(const drawing::point &location)
Create a system-defined radio_button that represent undelete radio_button with specified location.
static radio_button actual_size(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static radio_button preferences(const control &parent)
Create a system-defined radio_button that represent preferences radio_button with specified parent.
static radio_button strikeout(const control &parent)
Create a system-defined radio_button that represent strikeout radio_button with specified parent.
static radio_button add(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent add radio_button with specified parent,...
static radio_button save_as(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static radio_button tools(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent tools radio_button with specified location,...
static radio_button settings(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent settings radio_button with specified check_state,...
static radio_button settings(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static radio_button find(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent find radio_button with specified parent,...
static radio_button first(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent first radio_button with specified location,...
static radio_button align_right(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static radio_button new_(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent new_ radio_button with specified check_state,...
static radio_button color(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent color radio_button with specified parent,...
static radio_button harddisk(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent harddisk radio_button with specified location,...
static radio_button save_as(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static radio_button italic(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent italic radio_button with specified check_state,...
static radio_button customize(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent customize radio_button with specified location,...
static radio_button top(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent top radio_button with specified parent,...
static radio_button justified()
Create a system-defined radio_button that represent justified radio_button.
static radio_button jump_to(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent jump_to radio_button with specified check_state,...
static radio_button forward(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent forward radio_button with specified check_state,...
static radio_button alignment(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static radio_button top()
Create a system-defined radio_button that represent top radio_button.
static radio_button save(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent save radio_button with specified parent,...
static radio_button align_right(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent align_right radio_button with specified check_sta...
static radio_button zoom_out(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_out radio_button with specified check_state,...
static radio_button align_left(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent align_left radio_button with specified location,...
static radio_button floppy(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static radio_button abort(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent abort radio_button with specified check_state,...
static radio_button indent(bool checked)
Create a system-defined radio_button that represent indent radio_button with specified and check_stat...
static radio_button indent(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent indent radio_button with specified check_state,...
static radio_button new_(const control &parent, bool checked)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static radio_button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button execute(const drawing::point &location)
Create a system-defined radio_button that represent execute radio_button with specified location.
static radio_button stop(const control &parent, bool checked)
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static radio_button redo(const drawing::point &location)
Create a system-defined radio_button that represent redo radio_button with specified location.
static radio_button floppy(const drawing::point &location)
Create a system-defined radio_button that represent floppy radio_button with specified location.
static radio_button paste(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent paste radio_button with specified check_state,...
static radio_button ignore(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent ignore radio_button with specified check_state,...
static radio_button centered(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent centered radio_button with specified check_state,...
static radio_button revert_to_saved(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static radio_button redo(const control &parent)
Create a system-defined radio_button that represent redo radio_button with specified parent.
static radio_button properties(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent properties radio_button with specified check_stat...
static radio_button preferences()
Create a system-defined radio_button that represent preferences radio_button.
static radio_button zoom_out(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_out radio_button with specified location,...
static radio_button zoom_to_fit(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location,...
static radio_button zoom_out(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static radio_button align_left(const drawing::point &location)
Create a system-defined radio_button that represent align_left radio_button with specified location.
static radio_button cdrom()
Create a system-defined radio_button that represent cdrom radio_button.
static radio_button edit(bool checked)
Create a system-defined radio_button that represent edit radio_button with specified and check_state.
static radio_button yes(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static radio_button file(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent file radio_button with specified check_state,...
static radio_button retry()
Create a system-defined radio_button that represent retry radio_button.
static radio_button stop(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent stop radio_button with specified location,...
static radio_button align_right(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static radio_button paste(const control &parent)
Create a system-defined radio_button that represent paste radio_button with specified parent.
static radio_button properties(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button stop(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent stop radio_button with specified location,...
static radio_button floppy()
Create a system-defined radio_button that represent floppy radio_button.
static radio_button unindent(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent unindent radio_button with specified check_state,...
static radio_button edit(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent edit radio_button with specified check_state,...
static radio_button info(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent info radio_button with specified parent,...
static radio_button ok(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ok radio_button with specified location,...
static radio_button copy(const drawing::point &location)
Create a system-defined radio_button that represent copy radio_button with specified location.
static radio_button revert_to_saved(bool checked)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified and c...
static radio_button convert()
Create a system-defined radio_button that represent convert radio_button.
static radio_button ok()
Create a system-defined radio_button that represent ok radio_button.
static radio_button forward(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static radio_button justified(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static radio_button first(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent first radio_button with specified check_state,...
static radio_button options(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent options radio_button with specified location,...
static radio_button indent(const control &parent)
Create a system-defined radio_button that represent indent radio_button with specified parent.
static radio_button help(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent help radio_button with specified parent,...
static radio_button contents(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent contents radio_button with specified location,...
static radio_button down(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent down radio_button with specified parent,...
static radio_button copy(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent copy radio_button with specified location,...
static radio_button next(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent next radio_button with specified parent,...
static radio_button unindent(const drawing::point &location)
Create a system-defined radio_button that represent unindent radio_button with specified location.
static radio_button file(bool checked)
Create a system-defined radio_button that represent file radio_button with specified and check_state.
static radio_button zoom_in(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_in radio_button with specified location,...
static radio_button underline(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static radio_button align_left(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent align_left radio_button with specified check_stat...
static radio_button close(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent close radio_button with specified parent,...
static radio_button justified(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent justified radio_button with specified check_state...
static radio_button refresh(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static radio_button retry(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static radio_button undelete()
Create a system-defined radio_button that represent undelete radio_button.
static radio_button justified(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent justified radio_button with specified location,...
static radio_button italic(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent italic radio_button with specified check_state,...
static radio_button redo(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent redo radio_button with specified check_state,...
static radio_button exit(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent exit radio_button with specified check_state,...
static radio_button replace(bool checked)
Create a system-defined radio_button that represent replace radio_button with specified and check_sta...
static radio_button back(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent back radio_button with specified location,...
static radio_button ignore(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ignore radio_button with specified location,...
static radio_button undo(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent undo radio_button with specified check_state,...
static radio_button preferences(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent preferences radio_button with specified location,...
static radio_button customize(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static radio_button cut(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent cut radio_button with specified check_state,...
static radio_button jump_to(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static radio_button file(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent file radio_button with specified parent,...
static radio_button print(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent print radio_button with specified parent,...
static radio_button back(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent back radio_button with specified parent,...
static radio_button alignment(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static radio_button strikeout()
Create a system-defined radio_button that represent strikeout radio_button.
static radio_button find(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent find radio_button with specified parent,...
static radio_button jump_to()
Create a system-defined radio_button that represent jump_to radio_button.
static radio_button remove(const control &parent)
Create a system-defined radio_button that represent remove radio_button with specified parent.
static radio_button undelete(bool checked)
Create a system-defined radio_button that represent undelete radio_button with specified and check_st...
static radio_button next(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent next radio_button with specified location,...
static radio_button floppy(bool checked)
Create a system-defined radio_button that represent floppy radio_button with specified and check_stat...
static radio_button first(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent first radio_button with specified parent,...
static radio_button retry(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static radio_button descending(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent descending radio_button with specified location,...
static radio_button new_(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent new_ radio_button with specified check_state,...
static radio_button abort(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent abort radio_button with specified location,...
static radio_button harddisk()
Create a system-defined radio_button that represent harddisk radio_button.
static radio_button new_(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static radio_button spell_check(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent spell_check radio_button with specified check_sta...
static radio_button cdrom(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cdrom radio_button with specified location,...
static radio_button copy(const control &parent, bool checked)
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static radio_button home(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent home radio_button with specified parent,...
static radio_button justified(const control &parent)
Create a system-defined radio_button that represent justified radio_button with specified parent.
static radio_button apply(const drawing::point &location)
Create a system-defined radio_button that represent apply radio_button with specified location.
static radio_button edit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static radio_button del(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent del radio_button with specified parent,...
static radio_button next(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent next radio_button with specified parent,...
static radio_button descending(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static radio_button alignment()
Create a system-defined radio_button that represent alignment radio_button.
static radio_button font(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent font radio_button with specified check_state,...
static radio_button tools(const drawing::point &location)
Create a system-defined radio_button that represent tools radio_button with specified location.
static radio_button bottom(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static radio_button align_left(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static radio_button paste(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static radio_button paste(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static radio_button revert_to_saved(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified locat...
static radio_button info(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent info radio_button with specified check_state,...
static radio_button settings(const control &parent)
Create a system-defined radio_button that represent settings radio_button with specified parent.
static radio_button back(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent back radio_button with specified parent,...
static radio_button last(bool checked)
Create a system-defined radio_button that represent last radio_button with specified and check_state.
static radio_button settings(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent settings radio_button with specified check_state,...
static radio_button forward(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent forward radio_button with specified location,...
static radio_button ignore(const drawing::point &location)
Create a system-defined radio_button that represent ignore radio_button with specified location.
static radio_button abort()
Create a system-defined radio_button that represent abort radio_button.
static radio_button customize(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static radio_button spell_check()
Create a system-defined radio_button that represent spell_check radio_button.
static radio_button redo(bool checked)
Create a system-defined radio_button that represent redo radio_button with specified and check_state.
static radio_button color(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent color radio_button with specified parent,...
static radio_button find(const control &parent)
Create a system-defined radio_button that represent find radio_button with specified parent.
static radio_button strikeout(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent strikeout radio_button with specified check_state...
static radio_button underline(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent underline radio_button with specified check_state...
static radio_button previous(const control &parent, bool checked)
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static radio_button print(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent print radio_button with specified parent,...
static radio_button actual_size(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static radio_button info(bool checked)
Create a system-defined radio_button that represent info radio_button with specified and check_state.
static radio_button justified(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static radio_button quit(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent quit radio_button with specified check_state,...
static radio_button ignore(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ignore radio_button with specified location,...
static radio_button index(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent index radio_button with specified parent,...
static radio_button zoom_to_fit(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button print_preview(const control &parent, bool checked)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static radio_button view()
Create a system-defined radio_button that represent view radio_button.
static radio_button view(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent view radio_button with specified parent,...
static radio_button justified(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static radio_button last()
Create a system-defined radio_button that represent last radio_button.
static radio_button print_preview(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static radio_button descending(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static radio_button forward(bool checked)
Create a system-defined radio_button that represent forward radio_button with specified and check_sta...
static radio_button window(const control &parent, bool checked)
Create a system-defined radio_button that represent window radio_button with specified parent,...
static radio_button find(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent find radio_button with specified parent,...
static radio_button floppy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static radio_button zoom_in(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_in radio_button with specified check_state,...
static radio_button view(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent view radio_button with specified parent,...
static radio_button exit(const control &parent, bool checked)
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static radio_button strikeout(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent strikeout radio_button with specified location,...
static radio_button italic(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static radio_button up(const drawing::point &location)
Create a system-defined radio_button that represent up radio_button with specified location.
static radio_button bottom(const control &parent, bool checked)
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static radio_button cut(const control &parent, bool checked)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static radio_button paste(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent paste radio_button with specified check_state,...
static radio_button del(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent del radio_button with specified parent,...
static radio_button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static radio_button cdrom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static radio_button down(const control &parent)
Create a system-defined radio_button that represent down radio_button with specified parent.
static radio_button harddisk(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent harddisk radio_button with specified check_state,...
static radio_button italic(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent italic radio_button with specified location,...
static radio_button ok(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static radio_button ok(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static radio_button cut(bool checked)
Create a system-defined radio_button that represent cut radio_button with specified and check_state.
static radio_button help(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent help radio_button with specified parent,...
static radio_button justified(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent justified radio_button with specified location,...
static radio_button bold(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent bold radio_button with specified location,...
static radio_button yes()
Create a system-defined radio_button that represent yes radio_button.
static radio_button remove(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent remove radio_button with specified check_state,...
static radio_button find(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent find radio_button with specified check_state,...
static radio_button save_as(const control &parent)
Create a system-defined radio_button that represent save_as radio_button with specified parent.
static radio_button copy(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent copy radio_button with specified location,...
static radio_button save_as()
Create a system-defined radio_button that represent save_as radio_button.
static radio_button down(bool checked)
Create a system-defined radio_button that represent down radio_button with specified and check_state.
static radio_button close(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent close radio_button with specified parent,...
static radio_button quit(const drawing::point &location)
Create a system-defined radio_button that represent quit radio_button with specified location.
static radio_button first(const control &parent)
Create a system-defined radio_button that represent first radio_button with specified parent.
static radio_button print_preview(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static radio_button network(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent network radio_button with specified parent,...
static radio_button underline(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent underline radio_button with specified check_state...
static radio_button info(const control &parent, bool checked)
Create a system-defined radio_button that represent info radio_button with specified parent,...
static radio_button clear(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static radio_button convert(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static radio_button remove(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static radio_button print_preview(const drawing::point &location)
Create a system-defined radio_button that represent print_preview radio_button with specified locatio...
static radio_button color(const control &parent)
Create a system-defined radio_button that represent color radio_button with specified parent.
static radio_button add(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent add radio_button with specified location,...
static radio_button align_right(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static radio_button no(bool checked)
Create a system-defined radio_button that represent no radio_button with specified and check_state.
static radio_button revert_to_saved(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified check...
static radio_button alignment(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent alignment radio_button with specified location,...
static radio_button harddisk(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static radio_button paste(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent paste radio_button with specified location,...
static radio_button alignment(const drawing::point &location)
Create a system-defined radio_button that represent alignment radio_button with specified location.
static radio_button open(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent open radio_button with specified check_state,...
static radio_button spell_check(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static radio_button justified(bool checked)
Create a system-defined radio_button that represent justified radio_button with specified and check_s...
static radio_button home(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent home radio_button with specified check_state,...
static radio_button save(const control &parent)
Create a system-defined radio_button that represent save radio_button with specified parent.
static radio_button help(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent help radio_button with specified location,...
static radio_button settings(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static radio_button no(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent no radio_button with specified parent,...
static radio_button open(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent open radio_button with specified parent,...
static radio_button home(const control &parent, bool checked)
Create a system-defined radio_button that represent home radio_button with specified parent,...
static radio_button next()
Create a system-defined radio_button that represent next radio_button.
static radio_button centered(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent centered radio_button with specified check_state,...
static radio_button save_as(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static radio_button bold(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent bold radio_button with specified check_state,...
static radio_button ascending(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent ascending radio_button with specified check_state...
static radio_button del(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent del radio_button with specified parent,...
static radio_button new_(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent new_ radio_button with specified location,...
static radio_button clear(const control &parent, bool checked)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static radio_button previous(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static radio_button forward(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static radio_button about(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent about radio_button with specified location,...
static radio_button cut(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static radio_button retry(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent retry radio_button with specified check_state,...
static radio_button abort(const drawing::point &location)
Create a system-defined radio_button that represent abort radio_button with specified location.
static radio_button del(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent del radio_button with specified check_state,...
static radio_button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static radio_button zoom_out(const drawing::point &location)
Create a system-defined radio_button that represent zoom_out radio_button with specified location.
static radio_button forward(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static radio_button align_left(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent align_left radio_button with specified location,...
static radio_button save_as(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent save_as radio_button with specified location,...
static radio_button font(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent font radio_button with specified parent,...
static radio_button underline()
Create a system-defined radio_button that represent underline radio_button.
static radio_button clear(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static radio_button font(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent font radio_button with specified parent,...
static radio_button indent(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static radio_button remove(const control &parent, bool checked)
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static radio_button justified(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent justified radio_button with specified check_state...
static radio_button save(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent save radio_button with specified parent,...
static radio_button about(const drawing::point &location)
Create a system-defined radio_button that represent about radio_button with specified location.
static radio_button no(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent no radio_button with specified location,...
static radio_button redo(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent redo radio_button with specified location,...
static radio_button abort(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent abort radio_button with specified location,...
static radio_button ascending(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static radio_button undelete(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent undelete radio_button with specified check_state,...
static radio_button select_all(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent select_all radio_button with specified check_stat...
static radio_button contents(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button jump_to(const drawing::point &location)
Create a system-defined radio_button that represent jump_to radio_button with specified location.
static radio_button bold(bool checked)
Create a system-defined radio_button that represent bold radio_button with specified and check_state.
static radio_button font(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent font radio_button with specified parent,...
static radio_button first(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent first radio_button with specified parent,...
static radio_button top(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent top radio_button with specified parent,...
static radio_button copy(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent copy radio_button with specified check_state,...
static radio_button save(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent save radio_button with specified parent,...
static radio_button actual_size(const control &parent)
Create a system-defined radio_button that represent actual_size radio_button with specified parent.
static radio_button find(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent find radio_button with specified parent,...
static radio_button down(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent down radio_button with specified check_state,...
static radio_button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static radio_button retry(const control &parent)
Create a system-defined radio_button that represent retry radio_button with specified parent.
static radio_button info(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent info radio_button with specified location,...
static radio_button actual_size(const drawing::point &location)
Create a system-defined radio_button that represent actual_size radio_button with specified location.
static radio_button exit(bool checked)
Create a system-defined radio_button that represent exit radio_button with specified and check_state.
static radio_button zoom_out(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_out radio_button with specified location,...
static radio_button top(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent top radio_button with specified location,...
static radio_button strikeout(const drawing::point &location)
Create a system-defined radio_button that represent strikeout radio_button with specified location.
static radio_button edit(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static radio_button descending(const drawing::point &location)
Create a system-defined radio_button that represent descending radio_button with specified location.
static radio_button color(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent color radio_button with specified check_state,...
static radio_button convert(const control &parent)
Create a system-defined radio_button that represent convert radio_button with specified parent.
static radio_button justified(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static radio_button last(const control &parent)
Create a system-defined radio_button that represent last radio_button with specified parent.
static radio_button view(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent view radio_button with specified parent,...
static radio_button ok(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent ok radio_button with specified check_state,...
static radio_button open(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent open radio_button with specified location,...
static radio_button zoom_out(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent zoom_out radio_button with specified check_state,...
static radio_button color(const drawing::point &location)
Create a system-defined radio_button that represent color radio_button with specified location.
static radio_button file(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent file radio_button with specified location,...
static radio_button underline(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static radio_button replace()
Create a system-defined radio_button that represent replace radio_button.
static radio_button alignment(const control &parent)
Create a system-defined radio_button that represent alignment radio_button with specified parent.
static radio_button convert(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent convert radio_button with specified location,...
static radio_button top(const control &parent)
Create a system-defined radio_button that represent top radio_button with specified parent.
static radio_button indent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static radio_button cancel(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static radio_button select_all(bool checked)
Create a system-defined radio_button that represent select_all radio_button with specified and check_...
static radio_button cdrom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static radio_button paste(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static radio_button zoom_in(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent zoom_in radio_button with specified check_state,...
static radio_button properties(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button select_all(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static radio_button remove()
Create a system-defined radio_button that represent remove radio_button.
static radio_button font()
Create a system-defined radio_button that represent font radio_button.
static radio_button italic(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static radio_button open(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent open radio_button with specified location,...
static radio_button new_(const control &parent)
Create a system-defined radio_button that represent new_ radio_button with specified parent.
static radio_button open(const control &parent, bool checked)
Create a system-defined radio_button that represent open radio_button with specified parent,...
static radio_button new_(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static radio_button file(const drawing::point &location)
Create a system-defined radio_button that represent file radio_button with specified location.
static radio_button abort(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static radio_button abort(const control &parent)
Create a system-defined radio_button that represent abort radio_button with specified parent.
static radio_button first(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent first radio_button with specified parent,...
static radio_button ignore(const control &parent, bool checked)
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static radio_button replace(const control &parent, bool checked)
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static radio_button down(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent down radio_button with specified location,...
static radio_button window(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent window radio_button with specified location,...
static radio_button unindent(const control &parent)
Create a system-defined radio_button that represent unindent radio_button with specified parent.
static radio_button align_left(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static radio_button file(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent file radio_button with specified location,...
static radio_button tools(bool checked)
Create a system-defined radio_button that represent tools radio_button with specified and check_state...
static radio_button underline(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static radio_button refresh(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent refresh radio_button with specified location,...
static radio_button paste()
Create a system-defined radio_button that represent paste radio_button.
static radio_button jump_to(const control &parent, bool checked)
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static radio_button add(const control &parent)
Create a system-defined radio_button that represent add radio_button with specified parent.
static radio_button forward(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent forward radio_button with specified check_state,...
static radio_button add(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent add radio_button with specified parent,...
static radio_button cdrom(bool checked)
Create a system-defined radio_button that represent cdrom radio_button with specified and check_state...
static radio_button execute(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static radio_button new_()
Create a system-defined radio_button that represent new_ radio_button.
static radio_button actual_size(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent actual_size radio_button with specified location,...
static radio_button apply(const control &parent, bool checked)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button alignment(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static radio_button up(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent up radio_button with specified check_state,...
static radio_button window(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent window radio_button with specified check_state,...
static radio_button forward()
Create a system-defined radio_button that represent forward radio_button.
static radio_button open()
Create a system-defined radio_button that represent open radio_button.
static radio_button indent(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static radio_button strikeout(bool checked)
Create a system-defined radio_button that represent strikeout radio_button with specified and check_s...
static radio_button print(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent print radio_button with specified parent,...
static radio_button save()
Create a system-defined radio_button that represent save radio_button.
static radio_button no(const control &parent)
Create a system-defined radio_button that represent no radio_button with specified parent.
static radio_button replace(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static radio_button about(const control &parent)
Create a system-defined radio_button that represent about radio_button with specified parent.
static radio_button ascending(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ascending radio_button with specified check_state...
static radio_button revert_to_saved(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static radio_button properties(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button tools(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static radio_button save(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent save radio_button with specified parent,...
static radio_button paste(const control &parent, bool checked)
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static radio_button indent(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static radio_button options(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent options radio_button with specified check_state,...
static radio_button contents(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button zoom_in(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_in radio_button with specified location,...
static radio_button preferences(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent preferences radio_button with specified check_sta...
static radio_button revert_to_saved(const control &parent, bool checked)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static radio_button preferences(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static radio_button align_right(const control &parent)
Create a system-defined radio_button that represent align_right radio_button with specified parent.
static radio_button copy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static radio_button descending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static radio_button forward(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static radio_button color(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent color radio_button with specified location,...
static radio_button abort(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static radio_button cdrom(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cdrom radio_button with specified location,...
static radio_button search(const drawing::point &location)
Create a system-defined radio_button that represent search radio_button with specified location.
static radio_button copy()
Create a system-defined radio_button that represent copy radio_button.
static radio_button color(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent color radio_button with specified parent,...
static radio_button print_preview(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent print_preview radio_button with specified check_s...
static radio_button exit(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static radio_button replace(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static radio_button network(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent network radio_button with specified location,...
static radio_button previous(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static radio_button new_(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static radio_button no(const drawing::point &location)
Create a system-defined radio_button that represent no radio_button with specified location.
static radio_button zoom_to_fit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button top(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent top radio_button with specified check_state,...
static radio_button index(const control &parent, bool checked)
Create a system-defined radio_button that represent index radio_button with specified parent,...
static radio_button top(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent top radio_button with specified parent,...
static radio_button new_(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static radio_button cancel(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cancel radio_button with specified check_state,...
static radio_button quit(const control &parent)
Create a system-defined radio_button that represent quit radio_button with specified parent.
static radio_button floppy(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent floppy radio_button with specified check_state,...
static radio_button close(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent close radio_button with specified check_state,...
static radio_button last(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent last radio_button with specified check_state,...
static radio_button font(const drawing::point &location)
Create a system-defined radio_button that represent font radio_button with specified location.
static radio_button home(const control &parent)
Create a system-defined radio_button that represent home radio_button with specified parent.
static radio_button strikeout(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static radio_button font(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent font radio_button with specified check_state,...
static radio_button color(bool checked)
Create a system-defined radio_button that represent color radio_button with specified and check_state...
static radio_button jump_to(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent jump_to radio_button with specified location,...
static radio_button align_left(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent align_left radio_button with specified check_stat...
static radio_button alignment(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static radio_button zoom_to_fit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button unindent(bool checked)
Create a system-defined radio_button that represent unindent radio_button with specified and check_st...
static radio_button refresh(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static radio_button info(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent info radio_button with specified parent,...
static radio_button exit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static radio_button revert_to_saved(const control &parent)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static radio_button descending(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static radio_button redo(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static radio_button contents(const control &parent, bool checked)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button window()
Create a system-defined radio_button that represent window radio_button.
static radio_button add(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent add radio_button with specified check_state,...
static radio_button unindent(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static radio_button quit(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static radio_button about(bool checked)
Create a system-defined radio_button that represent about radio_button with specified and check_state...
static radio_button help()
Create a system-defined radio_button that represent help radio_button.
static radio_button search(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent search radio_button with specified check_state,...
static radio_button open(const control &parent)
Create a system-defined radio_button that represent open radio_button with specified parent.
static radio_button quit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static radio_button align_right(const control &parent, bool checked)
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static radio_button options(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent options radio_button with specified parent,...
static radio_button undelete(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static radio_button options(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent options radio_button with specified location,...
static radio_button color(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent color radio_button with specified parent,...
static radio_button info(const control &parent)
Create a system-defined radio_button that represent info radio_button with specified parent.
static radio_button clear(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent clear radio_button with specified check_state,...
static radio_button contents(const control &parent)
Create a system-defined radio_button that represent contents radio_button with specified parent.
static radio_button file(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent file radio_button with specified parent,...
static radio_button about(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent about radio_button with specified check_state,...
static radio_button unindent(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static radio_button save(bool checked)
Create a system-defined radio_button that represent save radio_button with specified and check_state.
static radio_button tools(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent tools radio_button with specified check_state,...
static radio_button edit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static radio_button apply()
Create a system-defined radio_button that represent apply radio_button.
static radio_button search(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent search radio_button with specified location,...
static radio_button last(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent last radio_button with specified parent,...
static radio_button stop(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static radio_button redo(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static radio_button about(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent about radio_button with specified location,...
static radio_button about(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent about radio_button with specified check_state,...
static radio_button info(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent info radio_button with specified location,...
static radio_button del(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent del radio_button with specified check_state,...
static radio_button back(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent back radio_button with specified location,...
static radio_button ignore()
Create a system-defined radio_button that represent ignore radio_button.
static radio_button cancel(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cancel radio_button with specified location,...
static radio_button ignore(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static radio_button align_left(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static radio_button new_(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static radio_button abort(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static radio_button find(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent find radio_button with specified location,...
static radio_button top(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent top radio_button with specified check_state,...
static radio_button align_right(bool checked)
Create a system-defined radio_button that represent align_right radio_button with specified and check...
static radio_button preferences(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent preferences radio_button with specified check_sta...
static radio_button cdrom(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static radio_button apply(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button replace(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static radio_button index(bool checked)
Create a system-defined radio_button that represent index radio_button with specified and check_state...
static radio_button print_preview(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static radio_button execute(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent execute radio_button with specified check_state,...
static radio_button stop(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static radio_button about(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button actual_size(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static radio_button no(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent no radio_button with specified check_state,...
static radio_button contents()
Create a system-defined radio_button that represent contents radio_button.
static radio_button top(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent top radio_button with specified check_state,...
static radio_button align_right(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static radio_button redo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static radio_button properties()
Create a system-defined radio_button that represent properties radio_button.
static radio_button replace(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static radio_button bold(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent bold radio_button with specified location,...
static radio_button undelete(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static radio_button add(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent add radio_button with specified parent,...
static radio_button print(const control &parent)
Create a system-defined radio_button that represent print radio_button with specified parent.
static radio_button index(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent index radio_button with specified parent,...
static radio_button last(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent last radio_button with specified parent,...
static radio_button exit(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent exit radio_button with specified check_state,...
static radio_button copy(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static radio_button search(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent search radio_button with specified parent,...
static radio_button redo(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent redo radio_button with specified check_state,...
static radio_button remove(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent remove radio_button with specified location,...
static radio_button up(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent up radio_button with specified parent,...
static radio_button ascending(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static radio_button zoom_out(const control &parent, bool checked)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static radio_button file(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent file radio_button with specified check_state,...
static radio_button settings(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent settings radio_button with specified location,...
static radio_button contents(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button preferences(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static radio_button floppy(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static radio_button clear(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent clear radio_button with specified location,...
static radio_button find(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent find radio_button with specified check_state,...
static radio_button last(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent last radio_button with specified check_state,...
static radio_button bottom(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static radio_button apply(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent apply radio_button with specified location,...
static radio_button redo(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent redo radio_button with specified check_state,...
static radio_button properties(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent properties radio_button with specified location,...
static radio_button clear(bool checked)
Create a system-defined radio_button that represent clear radio_button with specified and check_state...
static radio_button italic(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static radio_button apply(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button clear(const drawing::point &location)
Create a system-defined radio_button that represent clear radio_button with specified location.
static radio_button search(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent search radio_button with specified check_state,...
static radio_button home(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent home radio_button with specified location,...
static radio_button info()
Create a system-defined radio_button that represent info radio_button.
static radio_button info(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent info radio_button with specified parent,...
static radio_button italic(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static radio_button find(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent find radio_button with specified parent,...
static radio_button up(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent up radio_button with specified check_state,...
static radio_button back(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent back radio_button with specified parent,...
static radio_button edit()
Create a system-defined radio_button that represent edit radio_button.
static radio_button quit(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent quit radio_button with specified location,...
static radio_button customize(bool checked)
Create a system-defined radio_button that represent customize radio_button with specified and check_s...
static radio_button options(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent options radio_button with specified parent,...
static radio_button zoom_out(const control &parent)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent.
static radio_button yes(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static radio_button del(bool checked)
Create a system-defined radio_button that represent del radio_button with specified and check_state.
static radio_button refresh(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static radio_button spell_check(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static radio_button apply(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button print_preview(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static radio_button bottom(bool checked)
Create a system-defined radio_button that represent bottom radio_button with specified and check_stat...
static radio_button view(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent view radio_button with specified check_state,...
static radio_button unindent()
Create a system-defined radio_button that represent unindent radio_button.
static radio_button open(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent open radio_button with specified parent,...
static radio_button about(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button copy(bool checked)
Create a system-defined radio_button that represent copy radio_button with specified and check_state.
static radio_button font(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent font radio_button with specified location,...
static radio_button stop(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static radio_button alignment(bool checked)
Create a system-defined radio_button that represent alignment radio_button with specified and check_s...
static radio_button next(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent next radio_button with specified check_state,...
static radio_button underline(const control &parent, bool checked)
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static radio_button convert(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static radio_button options(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent options radio_button with specified check_state,...
static radio_button up(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent up radio_button with specified location,...
static radio_button spell_check(const control &parent, bool checked)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static radio_button cut(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cut radio_button with specified location,...
static radio_button add(const drawing::point &location)
Create a system-defined radio_button that represent add radio_button with specified location.
static radio_button contents(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button align_left(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static radio_button search(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent search radio_button with specified location,...
static radio_button font(bool checked)
Create a system-defined radio_button that represent font radio_button with specified and check_state.
static radio_button help(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent help radio_button with specified parent,...
static radio_button no(const control &parent, bool checked)
Create a system-defined radio_button that represent no radio_button with specified parent,...
static radio_button add(const control &parent, bool checked)
Create a system-defined radio_button that represent add radio_button with specified parent,...
static radio_button preferences(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static radio_button color(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent color radio_button with specified parent,...
static radio_button last(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent last radio_button with specified location,...
static radio_button close()
Create a system-defined radio_button that represent close radio_button.
static radio_button forward(const control &parent)
Create a system-defined radio_button that represent forward radio_button with specified parent.
static radio_button stop(const control &parent)
Create a system-defined radio_button that represent stop radio_button with specified parent.
static radio_button ignore(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static radio_button ok(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ok radio_button with specified location,...
static radio_button cut(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static radio_button paste(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static radio_button yes(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static radio_button italic(const control &parent, bool checked)
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static radio_button contents(const drawing::point &location)
Create a system-defined radio_button that represent contents radio_button with specified location.
static radio_button centered(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent centered radio_button with specified check_state,...
static radio_button ok(const control &parent, bool checked)
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static radio_button up(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent up radio_button with specified parent,...
static radio_button select_all(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static radio_button zoom_in(bool checked)
Create a system-defined radio_button that represent zoom_in radio_button with specified and check_sta...
static radio_button network(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent network radio_button with specified parent,...
static radio_button spell_check(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent spell_check radio_button with specified location,...
static radio_button zoom_out()
Create a system-defined radio_button that represent zoom_out radio_button.
static radio_button tools(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static radio_button align_right(const drawing::point &location)
Create a system-defined radio_button that represent align_right radio_button with specified location.
static radio_button contents(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent contents radio_button with specified check_state,...
static radio_button harddisk(const drawing::point &location)
Create a system-defined radio_button that represent harddisk radio_button with specified location.
static radio_button harddisk(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static radio_button window(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent window radio_button with specified check_state,...
static radio_button first(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent first radio_button with specified parent,...
static radio_button customize(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static radio_button print(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent print radio_button with specified location,...
static radio_button abort(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static radio_button actual_size()
Create a system-defined radio_button that represent actual_size radio_button.
static radio_button home(const drawing::point &location)
Create a system-defined radio_button that represent home radio_button with specified location.
static radio_button zoom_out(bool checked)
Create a system-defined radio_button that represent zoom_out radio_button with specified and check_st...
static radio_button home(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent home radio_button with specified parent,...
static radio_button next(const drawing::point &location)
Create a system-defined radio_button that represent next radio_button with specified location.
static radio_button apply(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button convert(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent convert radio_button with specified check_state,...
static radio_button about(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button copy(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static radio_button underline(bool checked)
Create a system-defined radio_button that represent underline radio_button with specified and check_s...
static radio_button exit(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent exit radio_button with specified location,...
static radio_button down(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent down radio_button with specified check_state,...
static radio_button retry(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static radio_button zoom_to_fit()
Create a system-defined radio_button that represent zoom_to_fit radio_button.
static radio_button exit(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent exit radio_button with specified check_state,...
static radio_button down()
Create a system-defined radio_button that represent down radio_button.
static radio_button jump_to(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent jump_to radio_button with specified location,...
static radio_button options(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent options radio_button with specified parent,...
static radio_button up(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent up radio_button with specified parent,...
static radio_button up(const control &parent)
Create a system-defined radio_button that represent up radio_button with specified parent.
static radio_button abort(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static radio_button select_all(const control &parent, bool checked)
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static radio_button network(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent network radio_button with specified check_state,...
static radio_button top(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent top radio_button with specified parent,...
static radio_button file(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent file radio_button with specified parent,...
static radio_button align_left(const control &parent)
Create a system-defined radio_button that represent align_left radio_button with specified parent.
static radio_button stop(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent stop radio_button with specified check_state,...
static radio_button search(const control &parent, bool checked)
Create a system-defined radio_button that represent search radio_button with specified parent,...
static radio_button home(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent home radio_button with specified location,...
static radio_button abort(bool checked)
Create a system-defined radio_button that represent abort radio_button with specified and check_state...
static radio_button ok(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static radio_button network()
Create a system-defined radio_button that represent network radio_button.
static radio_button zoom_to_fit(const control &parent, bool checked)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button help(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent help radio_button with specified check_state,...
static radio_button centered(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static radio_button del()
Create a system-defined radio_button that represent del radio_button.
static radio_button tools(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent tools radio_button with specified location,...
static radio_button up(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent up radio_button with specified parent,...
static radio_button indent(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static radio_button save_as(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static radio_button forward(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static radio_button print(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent print radio_button with specified check_state,...
static radio_button home(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent home radio_button with specified parent,...
static radio_button unindent(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent unindent radio_button with specified location,...
static radio_button window(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent window radio_button with specified parent,...
static radio_button unindent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static radio_button add(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent add radio_button with specified parent,...
static radio_button ascending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static radio_button retry(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent retry radio_button with specified check_state,...
static radio_button revert_to_saved(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified locat...
static radio_button open(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent open radio_button with specified check_state,...
static radio_button actual_size(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent actual_size radio_button with specified check_sta...
static radio_button window(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent window radio_button with specified location,...
static radio_button close(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent close radio_button with specified parent,...
static radio_button previous(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent previous radio_button with specified check_state,...
static radio_button color()
Create a system-defined radio_button that represent color radio_button.
static radio_button redo()
Create a system-defined radio_button that represent redo radio_button.
static radio_button strikeout(const control &parent, bool checked)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static radio_button indent()
Create a system-defined radio_button that represent indent radio_button.
static radio_button cut(const drawing::point &location)
Create a system-defined radio_button that represent cut radio_button with specified location.
static radio_button no()
Create a system-defined radio_button that represent no radio_button.
static radio_button ok(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ok radio_button with specified check_state,...
static radio_button print(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent print radio_button with specified check_state,...
static radio_button alignment(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent alignment radio_button with specified check_state...
static radio_button del(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent del radio_button with specified location,...
static radio_button options(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent options radio_button with specified parent,...
static radio_button del(const control &parent, bool checked)
Create a system-defined radio_button that represent del radio_button with specified parent,...
static radio_button italic(const drawing::point &location)
Create a system-defined radio_button that represent italic radio_button with specified location.
static radio_button underline(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent underline radio_button with specified check_state...
static radio_button first()
Create a system-defined radio_button that represent first radio_button.
static radio_button undo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static radio_button convert(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static radio_button preferences(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static radio_button align_right()
Create a system-defined radio_button that represent align_right radio_button.
static radio_button last(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent last radio_button with specified parent,...
static radio_button first(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent first radio_button with specified parent,...
static radio_button alignment(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static radio_button refresh()
Create a system-defined radio_button that represent refresh radio_button.
static radio_button bottom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static radio_button properties(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button cancel(const drawing::point &location)
Create a system-defined radio_button that represent cancel radio_button with specified location.
static radio_button spell_check(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static radio_button about(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent about radio_button with specified check_state,...
static radio_button undelete(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static radio_button network(const control &parent)
Create a system-defined radio_button that represent network radio_button with specified parent.
static radio_button settings(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent settings radio_button with specified location,...
static radio_button find(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent find radio_button with specified parent,...
static radio_button previous(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static radio_button strikeout(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent strikeout radio_button with specified check_state...
static radio_button quit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static radio_button next(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent next radio_button with specified parent,...
static radio_button font(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent font radio_button with specified check_state,...
static radio_button ignore(bool checked)
Create a system-defined radio_button that represent ignore radio_button with specified and check_stat...
static radio_button indent(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent indent radio_button with specified location,...
static radio_button abort(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent abort radio_button with specified check_state,...
static radio_button execute(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static radio_button undelete(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static radio_button underline(const drawing::point &location)
Create a system-defined radio_button that represent underline radio_button with specified location.
static radio_button descending(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent descending radio_button with specified check_stat...
static radio_button edit(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent edit radio_button with specified check_state,...
static radio_button del(const drawing::point &location)
Create a system-defined radio_button that represent del radio_button with specified location.
static radio_button clear(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static radio_button help(const drawing::point &location)
Create a system-defined radio_button that represent help radio_button with specified location.
static radio_button replace(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent replace radio_button with specified check_state,...
static radio_button cut(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static radio_button save_as(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static radio_button bottom(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent bottom radio_button with specified check_state,...
static radio_button align_right(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent align_right radio_button with specified check_sta...
static radio_button zoom_in(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static radio_button retry(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent retry radio_button with specified check_state,...
static radio_button index(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent index radio_button with specified parent,...
static radio_button index(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent index radio_button with specified parent,...
static radio_button view(bool checked)
Create a system-defined radio_button that represent view radio_button with specified and check_state.
static radio_button spell_check(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent spell_check radio_button with specified location,...
static radio_button quit(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent quit radio_button with specified location,...
static radio_button top(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent top radio_button with specified parent,...
static radio_button cancel(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static radio_button undelete(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent undelete radio_button with specified location,...
static radio_button settings(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent settings radio_button with specified check_state,...
static radio_button first(const control &parent, bool checked)
Create a system-defined radio_button that represent first radio_button with specified parent,...
static radio_button centered(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static radio_button replace(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent replace radio_button with specified check_state,...
static radio_button indent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static radio_button index(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent index radio_button with specified check_state,...
static radio_button close(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent close radio_button with specified parent,...
static radio_button previous(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent previous radio_button with specified location,...
static radio_button quit(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent quit radio_button with specified check_state,...
static radio_button apply(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent apply radio_button with specified check_state,...
static radio_button stop(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static radio_button previous(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent previous radio_button with specified location,...
static radio_button actual_size(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static radio_button home(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent home radio_button with specified parent,...
static radio_button spell_check(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static radio_button unindent(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static radio_button tools(const control &parent, bool checked)
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static radio_button execute(const control &parent, bool checked)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static radio_button tools(const control &parent)
Create a system-defined radio_button that represent tools radio_button with specified parent.
static radio_button descending(const control &parent)
Create a system-defined radio_button that represent descending radio_button with specified parent.
static radio_button align_right(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent align_right radio_button with specified check_sta...
static radio_button first(bool checked)
Create a system-defined radio_button that represent first radio_button with specified and check_state...
static radio_button del(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent del radio_button with specified parent,...
static radio_button quit(bool checked)
Create a system-defined radio_button that represent quit radio_button with specified and check_state.
static radio_button previous(const drawing::point &location)
Create a system-defined radio_button that represent previous radio_button with specified location.
static radio_button last(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent last radio_button with specified location,...
static radio_button network(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent network radio_button with specified check_state,...
static radio_button settings(const drawing::point &location)
Create a system-defined radio_button that represent settings radio_button with specified location.
static radio_button floppy(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static radio_button window(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent window radio_button with specified parent,...
static radio_button execute(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static radio_button save(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent save radio_button with specified location,...
static radio_button refresh(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent refresh radio_button with specified check_state,...
static radio_button find(const control &parent, bool checked)
Create a system-defined radio_button that represent find radio_button with specified parent,...
static radio_button actual_size(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent actual_size radio_button with specified check_sta...
static radio_button home(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent home radio_button with specified parent,...
static radio_button down(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent down radio_button with specified parent,...
static radio_button network(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent network radio_button with specified location,...
static radio_button zoom_to_fit(const drawing::point &location)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location.
static radio_button centered(const control &parent, bool checked)
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static radio_button home(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent home radio_button with specified parent,...
static radio_button jump_to(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static radio_button edit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static radio_button previous(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static radio_button print_preview()
Create a system-defined radio_button that represent print_preview radio_button.
static radio_button new_(const drawing::point &location)
Create a system-defined radio_button that represent new_ radio_button with specified location.
static radio_button undo(bool checked)
Create a system-defined radio_button that represent undo radio_button with specified and check_state.
static radio_button italic(const control &parent)
Create a system-defined radio_button that represent italic radio_button with specified parent.
static radio_button index(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent index radio_button with specified check_state,...
static radio_button undo(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static radio_button info(const drawing::point &location)
Create a system-defined radio_button that represent info radio_button with specified location.
static radio_button window(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent window radio_button with specified parent,...
static radio_button network(bool checked)
Create a system-defined radio_button that represent network radio_button with specified and check_sta...
static radio_button revert_to_saved(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified check...
static radio_button remove(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent remove radio_button with specified location,...
static radio_button execute()
Create a system-defined radio_button that represent execute radio_button.
static radio_button unindent(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent unindent radio_button with specified check_state,...
static radio_button window(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent window radio_button with specified check_state,...
static radio_button quit(const control &parent, bool checked)
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static radio_button undelete(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static radio_button next(const control &parent, bool checked)
Create a system-defined radio_button that represent next radio_button with specified parent,...
static radio_button harddisk(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent harddisk radio_button with specified location,...
static radio_button back()
Create a system-defined radio_button that represent back radio_button.
static radio_button network(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent network radio_button with specified parent,...
static radio_button apply(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button yes(const drawing::point &location)
Create a system-defined radio_button that represent yes radio_button with specified location.
static radio_button font(const control &parent, bool checked)
Create a system-defined radio_button that represent font radio_button with specified parent,...
static radio_button select_all(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static radio_button apply(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent apply radio_button with specified check_state,...
static radio_button ok(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static radio_button no(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent no radio_button with specified check_state,...
static radio_button search(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent search radio_button with specified parent,...
static radio_button cut(const control &parent)
Create a system-defined radio_button that represent cut radio_button with specified parent.
static radio_button redo(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static radio_button italic()
Create a system-defined radio_button that represent italic radio_button.
static radio_button execute(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent execute radio_button with specified check_state,...
static radio_button down(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent down radio_button with specified parent,...
static radio_button quit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static radio_button retry(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent retry radio_button with specified location,...
static radio_button zoom_in(const control &parent, bool checked)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static radio_button save(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent save radio_button with specified location,...
static radio_button centered(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static radio_button convert(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static radio_button ignore(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static radio_button cdrom(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static radio_button yes(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent yes radio_button with specified check_state,...
static radio_button descending(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent descending radio_button with specified location,...
static radio_button next(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent next radio_button with specified parent,...
static radio_button zoom_to_fit(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_sta...
static radio_button harddisk(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static radio_button first(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent first radio_button with specified check_state,...
static radio_button indent(const control &parent, bool checked)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
static radio_button new_(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent new_ radio_button with specified location,...
static radio_button retry(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static radio_button back(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent back radio_button with specified parent,...
static radio_button customize(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent customize radio_button with specified check_state...
static radio_button spell_check(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent spell_check radio_button with specified check_sta...
static radio_button del(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent del radio_button with specified location,...
static radio_button unindent(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent unindent radio_button with specified check_state,...
static radio_button no(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent no radio_button with specified parent,...
static radio_button preferences(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static radio_button undo(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static radio_button edit(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent edit radio_button with specified check_state,...
static radio_button home(bool checked)
Create a system-defined radio_button that represent home radio_button with specified and check_state.
static radio_button forward(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent forward radio_button with specified location,...
static radio_button file(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent file radio_button with specified parent,...
static radio_button stop(const drawing::point &location)
Create a system-defined radio_button that represent stop radio_button with specified location.
static radio_button refresh(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static radio_button search(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent search radio_button with specified parent,...
static radio_button tools(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static radio_button undo(const drawing::point &location)
Create a system-defined radio_button that represent undo radio_button with specified location.
static radio_button remove(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent remove radio_button with specified check_state,...
static radio_button settings(const control &parent, bool checked)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static radio_button clear(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static radio_button up(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent up radio_button with specified check_state,...
static radio_button view(const drawing::point &location)
Create a system-defined radio_button that represent view radio_button with specified location.
static radio_button abort(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static radio_button edit(const drawing::point &location)
Create a system-defined radio_button that represent edit radio_button with specified location.
static radio_button justified(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static radio_button previous(bool checked)
Create a system-defined radio_button that represent previous radio_button with specified and check_st...
static radio_button actual_size(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent actual_size radio_button with specified check_sta...
static radio_button customize()
Create a system-defined radio_button that represent customize radio_button.
static radio_button no(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent no radio_button with specified parent,...
static radio_button paste(const drawing::point &location)
Create a system-defined radio_button that represent paste radio_button with specified location.
static radio_button ascending()
Create a system-defined radio_button that represent ascending radio_button.
static radio_button italic(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static radio_button centered(const control &parent)
Create a system-defined radio_button that represent centered radio_button with specified parent.
static radio_button zoom_out(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_out radio_button with specified check_state,...
static radio_button open(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent open radio_button with specified parent,...
static radio_button info(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent info radio_button with specified check_state,...
static radio_button back(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent back radio_button with specified check_state,...
static radio_button revert_to_saved()
Create a system-defined radio_button that represent revert_to_saved radio_button.
static radio_button view(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent view radio_button with specified location,...
static radio_button previous(const control &parent)
Create a system-defined radio_button that represent previous radio_button with specified parent.
static radio_button ascending(const control &parent, bool checked)
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static radio_button cdrom(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static radio_button cdrom(const control &parent, bool checked)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static radio_button quit()
Create a system-defined radio_button that represent quit radio_button.
static radio_button font(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent font radio_button with specified location,...
static radio_button cancel(const control &parent, bool checked)
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static radio_button color(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent color radio_button with specified parent,...
static radio_button save_as(const control &parent, bool checked)
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static radio_button ok(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static radio_button centered(const drawing::point &location)
Create a system-defined radio_button that represent centered radio_button with specified location.
static radio_button customize(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static radio_button open(bool checked)
Create a system-defined radio_button that represent open radio_button with specified and check_state.
static radio_button forward(const drawing::point &location)
Create a system-defined radio_button that represent forward radio_button with specified location.
static radio_button options(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent options radio_button with specified check_state,...
static radio_button refresh(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent refresh radio_button with specified check_state,...
static radio_button copy(const control &parent)
Create a system-defined radio_button that represent copy radio_button with specified parent.
static radio_button harddisk(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static radio_button paste(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent paste radio_button with specified check_state,...
static radio_button edit(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent edit radio_button with specified location,...
static radio_button options(const drawing::point &location)
Create a system-defined radio_button that represent options radio_button with specified location.
static radio_button harddisk(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static radio_button forward(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent forward radio_button with specified check_state,...
static radio_button network(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent network radio_button with specified parent,...
static radio_button jump_to(bool checked)
Create a system-defined radio_button that represent jump_to radio_button with specified and check_sta...
static radio_button close(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent close radio_button with specified check_state,...
static radio_button save_as(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent save_as radio_button with specified check_state,...
static radio_button print(const drawing::point &location)
Create a system-defined radio_button that represent print radio_button with specified location.
static radio_button view(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent view radio_button with specified parent,...
static radio_button next(const control &parent)
Create a system-defined radio_button that represent next radio_button with specified parent.
static radio_button underline(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent underline radio_button with specified location,...
static radio_button no(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent no radio_button with specified check_state,...
static radio_button align_left()
Create a system-defined radio_button that represent align_left radio_button.
static radio_button customize(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static radio_button convert(const drawing::point &location)
Create a system-defined radio_button that represent convert radio_button with specified location.
static radio_button clear(const control &parent)
Create a system-defined radio_button that represent clear radio_button with specified parent.
static radio_button cut(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static radio_button properties(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent properties radio_button with specified check_stat...
static radio_button ignore(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static radio_button up(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent up radio_button with specified parent,...
static radio_button cdrom(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cdrom radio_button with specified check_state,...
static radio_button strikeout(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static radio_button redo(const control &parent, bool checked)
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static radio_button quit(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent quit radio_button with specified check_state,...
static radio_button back(const control &parent, bool checked)
Create a system-defined radio_button that represent back radio_button with specified parent,...
static radio_button cdrom(const drawing::point &location)
Create a system-defined radio_button that represent cdrom radio_button with specified location.
static radio_button down(const control &parent, bool checked)
Create a system-defined radio_button that represent down radio_button with specified parent,...
static radio_button edit(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent edit radio_button with specified location,...
static radio_button search(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent search radio_button with specified parent,...
static radio_button tools(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent tools radio_button with specified check_state,...
static radio_button exit(const control &parent)
Create a system-defined radio_button that represent exit radio_button with specified parent.
static radio_button forward(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent forward radio_button with specified parent,...
static radio_button undelete(const control &parent)
Create a system-defined radio_button that represent undelete radio_button with specified parent.
static radio_button del(const control &parent)
Create a system-defined radio_button that represent del radio_button with specified parent.
static radio_button help(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent help radio_button with specified check_state,...
static radio_button bottom(const drawing::point &location)
Create a system-defined radio_button that represent bottom radio_button with specified location.
static radio_button actual_size(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent actual_size radio_button with specified location,...
static radio_button back(const drawing::point &location)
Create a system-defined radio_button that represent back radio_button with specified location.
static radio_button close(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent close radio_button with specified location,...
static radio_button revert_to_saved(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static radio_button search(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent search radio_button with specified check_state,...
static radio_button print(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent print radio_button with specified parent,...
static radio_button previous(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static radio_button descending(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent descending radio_button with specified check_stat...
static radio_button last(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent last radio_button with specified check_state,...
static radio_button undo()
Create a system-defined radio_button that represent undo radio_button.
static radio_button cancel(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent cancel radio_button with specified check_state,...
static radio_button print_preview(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent print_preview radio_button with specified check_s...
static radio_button no(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent no radio_button with specified parent,...
static radio_button cancel(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static radio_button jump_to(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static radio_button remove(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static radio_button alignment(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
static radio_button replace(const control &parent)
Create a system-defined radio_button that represent replace radio_button with specified parent.
static radio_button next(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent next radio_button with specified check_state,...
static radio_button centered(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static radio_button align_right(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent align_right radio_button with specified location,...
static radio_button save_as(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent save_as radio_button with specified check_state,...
static radio_button undo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static radio_button open(const drawing::point &location)
Create a system-defined radio_button that represent open radio_button with specified location.
static radio_button down(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent down radio_button with specified parent,...
static radio_button search(bool checked)
Create a system-defined radio_button that represent search radio_button with specified and check_stat...
static radio_button font(const control &parent)
Create a system-defined radio_button that represent font radio_button with specified parent.
static radio_button unindent(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static radio_button print(bool checked)
Create a system-defined radio_button that represent print radio_button with specified and check_state...
static radio_button last(const control &parent, bool checked)
Create a system-defined radio_button that represent last radio_button with specified parent,...
static radio_button convert(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent convert radio_button with specified check_state,...
static radio_button undo(const control &parent, bool checked)
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static radio_button ignore(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ignore radio_button with specified check_state,...
static radio_button clear(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent clear radio_button with specified check_state,...
static radio_button up(bool checked)
Create a system-defined radio_button that represent up radio_button with specified and check_state.
static radio_button zoom_to_fit(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_sta...
static radio_button remove(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static radio_button zoom_to_fit(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified location,...
static radio_button bottom(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent bottom radio_button with specified check_state,...
static radio_button zoom_in(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_in radio_button with specified check_state,...
static radio_button convert(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent convert radio_button with specified location,...
static radio_button bottom(const control &parent)
Create a system-defined radio_button that represent bottom radio_button with specified parent.
static radio_button convert(const control &parent, bool checked)
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static radio_button close(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent close radio_button with specified parent,...
static radio_button indent(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent indent radio_button with specified location,...
static radio_button justified(const drawing::point &location)
Create a system-defined radio_button that represent justified radio_button with specified location.
static radio_button actual_size(const control &parent, bool checked)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static radio_button view(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent view radio_button with specified check_state,...
static radio_button abort(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent abort radio_button with specified check_state,...
static radio_button retry(const control &parent, bool checked)
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static radio_button replace(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent replace radio_button with specified location,...
static radio_button bottom(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent bottom radio_button with specified location,...
static radio_button apply(bool checked)
Create a system-defined radio_button that represent apply radio_button with specified and check_state...
static radio_button no(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent no radio_button with specified location,...
static radio_button yes(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static radio_button undo(const control &parent)
Create a system-defined radio_button that represent undo radio_button with specified parent.
static radio_button bold(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent bold radio_button with specified check_state,...
static radio_button help(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent help radio_button with specified parent,...
static radio_button font(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent font radio_button with specified parent,...
static radio_button refresh(const drawing::point &location)
Create a system-defined radio_button that represent refresh radio_button with specified location.
static radio_button centered()
Create a system-defined radio_button that represent centered radio_button.
static radio_button save(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent save radio_button with specified check_state,...
static radio_button justified(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static radio_button centered(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static radio_button close(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent close radio_button with specified location,...
static radio_button actual_size(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
static radio_button contents(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent contents radio_button with specified location,...
static radio_button about(const control &parent, bool checked)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button properties(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent properties radio_button with specified location,...
static radio_button select_all(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static radio_button index(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent index radio_button with specified location,...
static radio_button properties(bool checked)
Create a system-defined radio_button that represent properties radio_button with specified and check_...
static radio_button harddisk(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static radio_button unindent(const control &parent, bool checked)
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static radio_button paste(bool checked)
Create a system-defined radio_button that represent paste radio_button with specified and check_state...
static radio_button ascending(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
static radio_button alignment(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent alignment radio_button with specified check_state...
static radio_button down(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent down radio_button with specified check_state,...
static radio_button harddisk(const control &parent)
Create a system-defined radio_button that represent harddisk radio_button with specified parent.
static radio_button cut(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cut radio_button with specified check_state,...
static radio_button exit()
Create a system-defined radio_button that represent exit radio_button.
static radio_button stop(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent stop radio_button with specified parent,...
static radio_button network(const drawing::point &location)
Create a system-defined radio_button that represent network radio_button with specified location.
static radio_button execute(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent execute radio_button with specified location,...
static radio_button up()
Create a system-defined radio_button that represent up radio_button.
static radio_button color(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent color radio_button with specified location,...
static radio_button next(bool checked)
Create a system-defined radio_button that represent next radio_button with specified and check_state.
static radio_button clear(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent clear radio_button with specified location,...
static radio_button select_all(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent select_all radio_button with specified check_stat...
static radio_button properties(const control &parent)
Create a system-defined radio_button that represent properties radio_button with specified parent.
static radio_button close(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent close radio_button with specified check_state,...
static radio_button print_preview(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent print_preview radio_button with specified check_s...
static radio_button view(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent view radio_button with specified check_state,...
static radio_button contents(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent contents radio_button with specified check_state,...
static radio_button cut(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static radio_button first(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent first radio_button with specified location,...
static radio_button underline(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static radio_button bold(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static radio_button exit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static radio_button execute(bool checked)
Create a system-defined radio_button that represent execute radio_button with specified and check_sta...
static radio_button first(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent first radio_button with specified check_state,...
static radio_button preferences(bool checked)
Create a system-defined radio_button that represent preferences radio_button with specified and check...
static radio_button help(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent help radio_button with specified check_state,...
static radio_button redo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static radio_button paste(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent paste radio_button with specified location,...
static radio_button add(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent add radio_button with specified check_state,...
static radio_button zoom_to_fit(const control &parent)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent.
static radio_button view(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent view radio_button with specified parent,...
static radio_button preferences(const drawing::point &location)
Create a system-defined radio_button that represent preferences radio_button with specified location.
static radio_button clear(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static radio_button back(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent back radio_button with specified check_state,...
static radio_button floppy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static radio_button cdrom(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
static radio_button find(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent find radio_button with specified check_state,...
static radio_button yes(const control &parent, bool checked)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static radio_button next(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent next radio_button with specified check_state,...
static radio_button properties(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button customize(const control &parent, bool checked)
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static radio_button previous(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent previous radio_button with specified parent,...
static radio_button apply(const control &parent)
Create a system-defined radio_button that represent apply radio_button with specified parent.
static radio_button harddisk(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent harddisk radio_button with specified check_state,...
static radio_button no(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent no radio_button with specified parent,...
static radio_button cancel(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cancel radio_button with specified location,...
static radio_button copy(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static radio_button undelete(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent undelete radio_button with specified location,...
static radio_button bold(const drawing::point &location)
Create a system-defined radio_button that represent bold radio_button with specified location.
static radio_button actual_size(bool checked)
Create a system-defined radio_button that represent actual_size radio_button with specified and check...
static radio_button window(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent window radio_button with specified parent,...
static radio_button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
static radio_button last(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent last radio_button with specified parent,...
static radio_button remove(bool checked)
Create a system-defined radio_button that represent remove radio_button with specified and check_stat...
static radio_button close(const control &parent)
Create a system-defined radio_button that represent close radio_button with specified parent.
static radio_button refresh(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent refresh radio_button with specified location,...
static radio_button close(const control &parent, bool checked)
Create a system-defined radio_button that represent close radio_button with specified parent,...
static radio_button ignore(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static radio_button add(bool checked)
Create a system-defined radio_button that represent add radio_button with specified and check_state.
static radio_button print(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent print radio_button with specified parent,...
static radio_button harddisk(const control &parent, bool checked)
Create a system-defined radio_button that represent harddisk radio_button with specified parent,...
static radio_button ignore(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ignore radio_button with specified check_state,...
static radio_button jump_to(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent jump_to radio_button with specified check_state,...
static radio_button customize(const control &parent)
Create a system-defined radio_button that represent customize radio_button with specified parent.
static radio_button settings(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static radio_button ascending(const control &parent)
Create a system-defined radio_button that represent ascending radio_button with specified parent.
static radio_button save(const control &parent, bool checked)
Create a system-defined radio_button that represent save radio_button with specified parent,...
static radio_button file(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent file radio_button with specified parent,...
static radio_button search()
Create a system-defined radio_button that represent search radio_button.
static radio_button redo(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static radio_button del(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent del radio_button with specified parent,...
static radio_button last(const drawing::point &location)
Create a system-defined radio_button that represent last radio_button with specified location.
static radio_button execute(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent execute radio_button with specified location,...
static radio_button spell_check(const control &parent)
Create a system-defined radio_button that represent spell_check radio_button with specified parent.
static radio_button bottom(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent bottom radio_button with specified check_state,...
static radio_button floppy(const control &parent, bool checked)
Create a system-defined radio_button that represent floppy radio_button with specified parent,...
static radio_button preferences(const control &parent, bool checked)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static radio_button settings()
Create a system-defined radio_button that represent settings radio_button.
static radio_button apply(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent apply radio_button with specified check_state,...
static radio_button convert(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static radio_button zoom_in()
Create a system-defined radio_button that represent zoom_in radio_button.
static radio_button replace(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent replace radio_button with specified location,...
static radio_button save(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent save radio_button with specified parent,...
static radio_button spell_check(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static radio_button del(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent del radio_button with specified parent,...
static radio_button convert(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent convert radio_button with specified check_state,...
static radio_button remove(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static radio_button centered(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent centered radio_button with specified location,...
static radio_button convert(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent convert radio_button with specified parent,...
static radio_button unindent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent unindent radio_button with specified parent,...
static radio_button yes(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static radio_button jump_to(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static radio_button help(const control &parent)
Create a system-defined radio_button that represent help radio_button with specified parent.
static radio_button index(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent index radio_button with specified parent,...
static radio_button previous(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent previous radio_button with specified check_state,...
static radio_button customize(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent customize radio_button with specified parent,...
static radio_button harddisk(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent harddisk radio_button with specified check_state,...
static radio_button open(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent open radio_button with specified parent,...
static radio_button yes(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent yes radio_button with specified location,...
static radio_button floppy(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent floppy radio_button with specified check_state,...
static radio_button save(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent save radio_button with specified check_state,...
static radio_button open(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent open radio_button with specified check_state,...
static radio_button centered(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent centered radio_button with specified parent,...
static radio_button execute(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static radio_button cut(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cut radio_button with specified location,...
static radio_button floppy(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent floppy radio_button with specified location,...
static radio_button help(bool checked)
Create a system-defined radio_button that represent help radio_button with specified and check_state.
static radio_button view(const control &parent)
Create a system-defined radio_button that represent view radio_button with specified parent.
static radio_button close(const drawing::point &location)
Create a system-defined radio_button that represent close radio_button with specified location.
static radio_button retry(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static radio_button redo(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent redo radio_button with specified location,...
static radio_button ascending(bool checked)
Create a system-defined radio_button that represent ascending radio_button with specified and check_s...
static radio_button bold(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static radio_button search(const control &parent)
Create a system-defined radio_button that represent search radio_button with specified parent.
static radio_button clear(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static radio_button index(const control &parent)
Create a system-defined radio_button that represent index radio_button with specified parent.
static radio_button execute(const control &parent)
Create a system-defined radio_button that represent execute radio_button with specified parent.
static radio_button font(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent font radio_button with specified parent,...
static radio_button tools()
Create a system-defined radio_button that represent tools radio_button.
static radio_button print_preview(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static radio_button up(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent up radio_button with specified parent,...
static radio_button refresh(const control &parent)
Create a system-defined radio_button that represent refresh radio_button with specified parent.
static radio_button color(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent color radio_button with specified check_state,...
static radio_button descending(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static radio_button bottom()
Create a system-defined radio_button that represent bottom radio_button.
static radio_button options(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent options radio_button with specified parent,...
static radio_button undo(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static radio_button save_as(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent save_as radio_button with specified location,...
static radio_button spell_check(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent spell_check radio_button with specified check_sta...
static radio_button contents(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button tools(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent tools radio_button with specified parent,...
static radio_button view(const control &parent, bool checked)
Create a system-defined radio_button that represent view radio_button with specified parent,...
static radio_button strikeout(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent strikeout radio_button with specified location,...
static radio_button about(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button print(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent print radio_button with specified location,...
static radio_button info(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent info radio_button with specified check_state,...
static radio_button underline(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent underline radio_button with specified location,...
static radio_button ascending(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ascending radio_button with specified location,...
static radio_button edit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static radio_button exit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static radio_button paste(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static radio_button back(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent back radio_button with specified parent,...
static radio_button window(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent window radio_button with specified parent,...
static radio_button undelete(const control &parent, bool checked)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static radio_button quit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent quit radio_button with specified parent,...
static radio_button bold(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static radio_button execute(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static radio_button clear(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent clear radio_button with specified check_state,...
static radio_button select_all(const drawing::point &location)
Create a system-defined radio_button that represent select_all radio_button with specified location.
static radio_button save_as(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
static radio_button close(bool checked)
Create a system-defined radio_button that represent close radio_button with specified and check_state...
static radio_button zoom_out(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static radio_button strikeout(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static radio_button file(const control &parent)
Create a system-defined radio_button that represent file radio_button with specified parent.
static radio_button new_(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
static radio_button ok(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ok radio_button with specified check_state,...
static radio_button zoom_in(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static radio_button find(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent find radio_button with specified location,...
static radio_button select_all(const control &parent)
Create a system-defined radio_button that represent select_all radio_button with specified parent.
static radio_button find(bool checked)
Create a system-defined radio_button that represent find radio_button with specified and check_state.
static radio_button window(bool checked)
Create a system-defined radio_button that represent window radio_button with specified and check_stat...
static radio_button retry(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static radio_button next(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent next radio_button with specified parent,...
static radio_button font(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent font radio_button with specified parent,...
static radio_button yes(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent yes radio_button with specified check_state,...
static radio_button print()
Create a system-defined radio_button that represent print radio_button.
static radio_button print(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent print radio_button with specified parent,...
static radio_button execute(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent execute radio_button with specified check_state,...
static radio_button preferences(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent preferences radio_button with specified location,...
static radio_button yes(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent yes radio_button with specified location,...
static radio_button top(const drawing::point &location)
Create a system-defined radio_button that represent top radio_button with specified location.
static radio_button align_right(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static radio_button cancel()
Create a system-defined radio_button that represent cancel radio_button.
static radio_button edit(const control &parent)
Create a system-defined radio_button that represent edit radio_button with specified parent.
static radio_button window(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent window radio_button with specified parent,...
static radio_button print_preview(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent print_preview radio_button with specified locatio...
static radio_button zoom_out(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static radio_button back(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent back radio_button with specified parent,...
static radio_button remove(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent remove radio_button with specified check_state,...
static radio_button remove(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent remove radio_button with specified parent,...
static radio_button window(const drawing::point &location)
Create a system-defined radio_button that represent window radio_button with specified location.
static radio_button find()
Create a system-defined radio_button that represent find radio_button.
static radio_button select_all(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent select_all radio_button with specified location,...
static radio_button bottom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
static radio_button align_left(bool checked)
Create a system-defined radio_button that represent align_left radio_button with specified and check_...
static radio_button home(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent home radio_button with specified check_state,...
static radio_button revert_to_saved(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified check...
static radio_button network(const control &parent, bool checked)
Create a system-defined radio_button that represent network radio_button with specified parent,...
static radio_button about()
Create a system-defined radio_button that represent about radio_button.
static radio_button settings(bool checked)
Create a system-defined radio_button that represent settings radio_button with specified and check_st...
static radio_button zoom_to_fit(bool checked)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified and check...
static radio_button info(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent info radio_button with specified parent,...
static radio_button properties(const drawing::point &location)
Create a system-defined radio_button that represent properties radio_button with specified location.
static radio_button clear()
Create a system-defined radio_button that represent clear radio_button.
static radio_button print_preview(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static radio_button copy(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent copy radio_button with specified check_state,...
static radio_button home(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent home radio_button with specified check_state,...
static radio_button centered(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent centered radio_button with specified location,...
static radio_button down(const drawing::point &location)
Create a system-defined radio_button that represent down radio_button with specified location.
static radio_button last(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent last radio_button with specified parent,...
static radio_button zoom_in(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static radio_button indent(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent indent radio_button with specified check_state,...
static radio_button bold(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static radio_button italic(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent italic radio_button with specified location,...
static radio_button align_right(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent align_right radio_button with specified location,...
static radio_button undo(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent undo radio_button with specified parent,...
static radio_button align_left(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static radio_button ascending(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent ascending radio_button with specified location,...
static radio_button revert_to_saved(const drawing::point &location)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified locat...
static radio_button cut()
Create a system-defined radio_button that represent cut radio_button.
static radio_button cancel(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
static radio_button save(const drawing::point &location)
Create a system-defined radio_button that represent save radio_button with specified location.
static radio_button options(const control &parent, bool checked)
Create a system-defined radio_button that represent options radio_button with specified parent,...
static radio_button refresh(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static radio_button network(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent network radio_button with specified parent,...
static radio_button select_all()
Create a system-defined radio_button that represent select_all radio_button.
static radio_button cancel(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cancel radio_button with specified check_state,...
static radio_button select_all(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent select_all radio_button with specified check_stat...
static radio_button undo(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent undo radio_button with specified check_state,...
static radio_button stop(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent stop radio_button with specified check_state,...
static radio_button top(bool checked)
Create a system-defined radio_button that represent top radio_button with specified and check_state.
static radio_button copy(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static radio_button apply(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent apply radio_button with specified location,...
static radio_button bold(const control &parent, bool checked)
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static radio_button alignment(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent alignment radio_button with specified check_state...
static radio_button zoom_in(const control &parent)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent.
static radio_button refresh(const control &parent, bool checked)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static radio_button about(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button find(const drawing::point &location)
Create a system-defined radio_button that represent find radio_button with specified location.
static radio_button print_preview(bool checked)
Create a system-defined radio_button that represent print_preview radio_button with specified and che...
static radio_button print_preview(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent print_preview radio_button with specified locatio...
static radio_button print(const control &parent, bool checked)
Create a system-defined radio_button that represent print radio_button with specified parent,...
static radio_button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button search(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent search radio_button with specified parent,...
static radio_button strikeout(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
static radio_button replace(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent replace radio_button with specified check_state,...
static radio_button file(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent file radio_button with specified parent,...
static radio_button no(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent no radio_button with specified parent,...
static radio_button index(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent index radio_button with specified parent,...
static radio_button file(const control &parent, bool checked)
Create a system-defined radio_button that represent file radio_button with specified parent,...
static radio_button jump_to(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
static radio_button contents(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent contents radio_button with specified check_state,...
static radio_button ok(const control &parent)
Create a system-defined radio_button that represent ok radio_button with specified parent.
static radio_button jump_to(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent jump_to radio_button with specified check_state,...
static radio_button customize(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent customize radio_button with specified check_state...
static radio_button abort(const control &parent, bool checked)
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static radio_button italic(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent italic radio_button with specified parent,...
static radio_button help(const control &parent, bool checked, const drawing::point &location)
Create a system-defined radio_button that represent help radio_button with specified parent,...
static radio_button zoom_out(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
static radio_button spell_check(const drawing::point &location)
Create a system-defined radio_button that represent spell_check radio_button with specified location.
static radio_button indent(const drawing::point &location)
Create a system-defined radio_button that represent indent radio_button with specified location.
static radio_button align_left(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent align_left radio_button with specified check_stat...
static radio_button home()
Create a system-defined radio_button that represent home radio_button.
static radio_button new_(bool checked)
Create a system-defined radio_button that represent new_ radio_button with specified and check_state.
static radio_button properties(const control &parent, bool checked)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button cdrom(bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent cdrom radio_button with specified check_state,...
static radio_button undo(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent undo radio_button with specified location,...
static radio_button jump_to(const control &parent)
Create a system-defined radio_button that represent jump_to radio_button with specified parent.
static radio_button stop(bool checked)
Create a system-defined radio_button that represent stop radio_button with specified and check_state.
static radio_button options(const control &parent)
Create a system-defined radio_button that represent options radio_button with specified parent.
static radio_button ignore(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
static radio_button preferences(bool checked, const drawing::point &location)
Create a system-defined radio_button that represent preferences radio_button with specified check_sta...
static radio_button add(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent add radio_button with specified location,...
static radio_button cancel(bool checked)
Create a system-defined radio_button that represent cancel radio_button with specified and check_stat...
static radio_button paste(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent paste radio_button with specified parent,...
static radio_button index(const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent index radio_button with specified location,...
static radio_button open(const control &parent, bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent open radio_button with specified parent,...
static radio_button exit(const drawing::point &location)
Create a system-defined radio_button that represent exit radio_button with specified location.
static radio_button first(const control &parent, const drawing::point &location)
Create a system-defined radio_button that represent first radio_button with specified parent,...
static radio_button add(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent add radio_button with specified parent,...
static radio_button first(const drawing::point &location)
Create a system-defined radio_button that represent first radio_button with specified location.
static radio_button add(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent add radio_button with specified parent,...
static radio_button exit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static radio_button index(bool checked, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent index radio_button with specified check_state,...
static radio_button replace(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined radio_button that represent replace radio_button with specified parent,...
static radio_button select_all(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
static radio_button window(const control &parent)
Create a system-defined radio_button that represent window radio_button with specified parent.
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:47
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
#define forms_export_
Define shared library export.
Definition forms_export.h:13
size_t size
Represents a size of any object in bytes.
Definition types.h:197
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::radio_button control.