xtd 0.2.0
radio_buttons.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "radio_button.hpp"
6
8namespace xtd {
10 namespace forms {
25 public:
27
72 static radio_button abort(const control& parent);
77 static radio_button abort(const control& parent, const drawing::point& location);
83 static radio_button abort(const control& parent, const drawing::point& location, const drawing::size& size);
90 static radio_button abort(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
95 static radio_button abort(const control& parent, bool checked);
101 static radio_button abort(const control& parent, bool checked, const drawing::point& location);
108 static radio_button abort(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
116 static radio_button abort(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
117
161 static radio_button about(const control& parent);
166 static radio_button about(const control& parent, const drawing::point& location);
172 static radio_button about(const control& parent, const drawing::point& location, const drawing::size& size);
179 static radio_button about(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
184 static radio_button about(const control& parent, bool checked);
190 static radio_button about(const control& parent, bool checked, const drawing::point& location);
197 static radio_button about(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
205 static radio_button about(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
206
250 static radio_button actual_size(const control& parent);
268 static radio_button actual_size(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
273 static radio_button actual_size(const control& parent, bool checked);
279 static radio_button actual_size(const control& parent, bool checked, const drawing::point& location);
294 static radio_button actual_size(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
295
335 static radio_button add(bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
339 static radio_button add(const control& parent);
344 static radio_button add(const control& parent, const drawing::point& location);
350 static radio_button add(const control& parent, const drawing::point& location, const drawing::size& size);
357 static radio_button add(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
362 static radio_button add(const control& parent, bool checked);
368 static radio_button add(const control& parent, bool checked, const drawing::point& location);
375 static radio_button add(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
383 static radio_button add(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
384
428 static radio_button alignment(const control& parent);
433 static radio_button alignment(const control& parent, const drawing::point& location);
446 static radio_button alignment(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
451 static radio_button alignment(const control& parent, bool checked);
457 static radio_button alignment(const control& parent, bool checked, const drawing::point& location);
464 static radio_button alignment(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
472 static radio_button alignment(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
473
517 static radio_button align_left(const control& parent);
535 static radio_button align_left(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
540 static radio_button align_left(const control& parent, bool checked);
546 static radio_button align_left(const control& parent, bool checked, const drawing::point& location);
553 static radio_button align_left(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
561 static radio_button align_left(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
562
606 static radio_button align_right(const control& parent);
624 static radio_button align_right(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
629 static radio_button align_right(const control& parent, bool checked);
635 static radio_button align_right(const control& parent, bool checked, const drawing::point& location);
650 static radio_button align_right(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
651
695 static radio_button apply(const control& parent);
700 static radio_button apply(const control& parent, const drawing::point& location);
706 static radio_button apply(const control& parent, const drawing::point& location, const drawing::size& size);
713 static radio_button apply(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
718 static radio_button apply(const control& parent, bool checked);
724 static radio_button apply(const control& parent, bool checked, const drawing::point& location);
731 static radio_button apply(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
739 static radio_button apply(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
740
784 static radio_button ascending(const control& parent);
789 static radio_button ascending(const control& parent, const drawing::point& location);
802 static radio_button ascending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
807 static radio_button ascending(const control& parent, bool checked);
813 static radio_button ascending(const control& parent, bool checked, const drawing::point& location);
820 static radio_button ascending(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
828 static radio_button ascending(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
829
873 static radio_button back(const control& parent);
878 static radio_button back(const control& parent, const drawing::point& location);
884 static radio_button back(const control& parent, const drawing::point& location, const drawing::size& size);
891 static radio_button back(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
896 static radio_button back(const control& parent, bool checked);
902 static radio_button back(const control& parent, bool checked, const drawing::point& location);
909 static radio_button back(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
917 static radio_button back(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
918
962 static radio_button bold(const control& parent);
967 static radio_button bold(const control& parent, const drawing::point& location);
973 static radio_button bold(const control& parent, const drawing::point& location, const drawing::size& size);
980 static radio_button bold(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
985 static radio_button bold(const control& parent, bool checked);
991 static radio_button bold(const control& parent, bool checked, const drawing::point& location);
998 static radio_button bold(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1006 static radio_button bold(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1007
1051 static radio_button bottom(const control& parent);
1056 static radio_button bottom(const control& parent, const drawing::point& location);
1062 static radio_button bottom(const control& parent, const drawing::point& location, const drawing::size& size);
1069 static radio_button bottom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1074 static radio_button bottom(const control& parent, bool checked);
1080 static radio_button bottom(const control& parent, bool checked, const drawing::point& location);
1087 static radio_button bottom(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1095 static radio_button bottom(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1096
1140 static radio_button cancel(const control& parent);
1145 static radio_button cancel(const control& parent, const drawing::point& location);
1151 static radio_button cancel(const control& parent, const drawing::point& location, const drawing::size& size);
1158 static radio_button cancel(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1163 static radio_button cancel(const control& parent, bool checked);
1169 static radio_button cancel(const control& parent, bool checked, const drawing::point& location);
1176 static radio_button cancel(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1184 static radio_button cancel(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1185
1229 static radio_button cdrom(const control& parent);
1234 static radio_button cdrom(const control& parent, const drawing::point& location);
1240 static radio_button cdrom(const control& parent, const drawing::point& location, const drawing::size& size);
1247 static radio_button cdrom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1252 static radio_button cdrom(const control& parent, bool checked);
1258 static radio_button cdrom(const control& parent, bool checked, const drawing::point& location);
1265 static radio_button cdrom(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1273 static radio_button cdrom(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1274
1318 static radio_button centered(const control& parent);
1323 static radio_button centered(const control& parent, const drawing::point& location);
1336 static radio_button centered(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1341 static radio_button centered(const control& parent, bool checked);
1347 static radio_button centered(const control& parent, bool checked, const drawing::point& location);
1354 static radio_button centered(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1362 static radio_button centered(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1363
1407 static radio_button clear(const control& parent);
1412 static radio_button clear(const control& parent, const drawing::point& location);
1418 static radio_button clear(const control& parent, const drawing::point& location, const drawing::size& size);
1425 static radio_button clear(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1430 static radio_button clear(const control& parent, bool checked);
1436 static radio_button clear(const control& parent, bool checked, const drawing::point& location);
1443 static radio_button clear(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1451 static radio_button clear(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1452
1496 static radio_button close(const control& parent);
1501 static radio_button close(const control& parent, const drawing::point& location);
1507 static radio_button close(const control& parent, const drawing::point& location, const drawing::size& size);
1514 static radio_button close(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1519 static radio_button close(const control& parent, bool checked);
1525 static radio_button close(const control& parent, bool checked, const drawing::point& location);
1532 static radio_button close(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1540 static radio_button close(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1541
1585 static radio_button color(const control& parent);
1590 static radio_button color(const control& parent, const drawing::point& location);
1596 static radio_button color(const control& parent, const drawing::point& location, const drawing::size& size);
1603 static radio_button color(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1608 static radio_button color(const control& parent, bool checked);
1614 static radio_button color(const control& parent, bool checked, const drawing::point& location);
1621 static radio_button color(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1629 static radio_button color(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1630
1674 static radio_button contents(const control& parent);
1679 static radio_button contents(const control& parent, const drawing::point& location);
1692 static radio_button contents(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1697 static radio_button contents(const control& parent, bool checked);
1703 static radio_button contents(const control& parent, bool checked, const drawing::point& location);
1710 static radio_button contents(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1718 static radio_button contents(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1719
1763 static radio_button convert(const control& parent);
1768 static radio_button convert(const control& parent, const drawing::point& location);
1781 static radio_button convert(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1786 static radio_button convert(const control& parent, bool checked);
1792 static radio_button convert(const control& parent, bool checked, const drawing::point& location);
1799 static radio_button convert(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1807 static radio_button convert(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1808
1852 static radio_button copy(const control& parent);
1857 static radio_button copy(const control& parent, const drawing::point& location);
1863 static radio_button copy(const control& parent, const drawing::point& location, const drawing::size& size);
1870 static radio_button copy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1875 static radio_button copy(const control& parent, bool checked);
1881 static radio_button copy(const control& parent, bool checked, const drawing::point& location);
1888 static radio_button copy(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1896 static radio_button copy(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1897
1941 static radio_button customize(const control& parent);
1959 static radio_button customize(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1964 static radio_button customize(const control& parent, bool checked);
1970 static radio_button customize(const control& parent, bool checked, const drawing::point& location);
1977 static radio_button customize(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
1985 static radio_button customize(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1986
2030 static radio_button cut(const control& parent);
2035 static radio_button cut(const control& parent, const drawing::point& location);
2041 static radio_button cut(const control& parent, const drawing::point& location, const drawing::size& size);
2048 static radio_button cut(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2053 static radio_button cut(const control& parent, bool checked);
2059 static radio_button cut(const control& parent, bool checked, const drawing::point& location);
2066 static radio_button cut(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2074 static radio_button cut(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2075
2119 static radio_button del(const control& parent);
2124 static radio_button del(const control& parent, const drawing::point& location);
2130 static radio_button del(const control& parent, const drawing::point& location, const drawing::size& size);
2137 static radio_button del(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2142 static radio_button del(const control& parent, bool checked);
2148 static radio_button del(const control& parent, bool checked, const drawing::point& location);
2155 static radio_button del(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2163 static radio_button del(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2164
2208 static radio_button descending(const control& parent);
2226 static radio_button descending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2231 static radio_button descending(const control& parent, bool checked);
2237 static radio_button descending(const control& parent, bool checked, const drawing::point& location);
2252 static radio_button descending(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2253
2297 static radio_button down(const control& parent);
2302 static radio_button down(const control& parent, const drawing::point& location);
2308 static radio_button down(const control& parent, const drawing::point& location, const drawing::size& size);
2315 static radio_button down(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2320 static radio_button down(const control& parent, bool checked);
2326 static radio_button down(const control& parent, bool checked, const drawing::point& location);
2333 static radio_button down(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2341 static radio_button down(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2342
2386 static radio_button edit(const control& parent);
2391 static radio_button edit(const control& parent, const drawing::point& location);
2397 static radio_button edit(const control& parent, const drawing::point& location, const drawing::size& size);
2404 static radio_button edit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2409 static radio_button edit(const control& parent, bool checked);
2415 static radio_button edit(const control& parent, bool checked, const drawing::point& location);
2422 static radio_button edit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2430 static radio_button edit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2431
2475 static radio_button execute(const control& parent);
2480 static radio_button execute(const control& parent, const drawing::point& location);
2493 static radio_button execute(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2498 static radio_button execute(const control& parent, bool checked);
2504 static radio_button execute(const control& parent, bool checked, const drawing::point& location);
2511 static radio_button execute(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2519 static radio_button execute(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2520
2564 static radio_button exit(const control& parent);
2569 static radio_button exit(const control& parent, const drawing::point& location);
2575 static radio_button exit(const control& parent, const drawing::point& location, const drawing::size& size);
2582 static radio_button exit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2587 static radio_button exit(const control& parent, bool checked);
2593 static radio_button exit(const control& parent, bool checked, const drawing::point& location);
2600 static radio_button exit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2608 static radio_button exit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2609
2653 static radio_button file(const control& parent);
2658 static radio_button file(const control& parent, const drawing::point& location);
2664 static radio_button file(const control& parent, const drawing::point& location, const drawing::size& size);
2671 static radio_button file(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2676 static radio_button file(const control& parent, bool checked);
2682 static radio_button file(const control& parent, bool checked, const drawing::point& location);
2689 static radio_button file(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2697 static radio_button file(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2698
2742 static radio_button find(const control& parent);
2747 static radio_button find(const control& parent, const drawing::point& location);
2753 static radio_button find(const control& parent, const drawing::point& location, const drawing::size& size);
2760 static radio_button find(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2765 static radio_button find(const control& parent, bool checked);
2771 static radio_button find(const control& parent, bool checked, const drawing::point& location);
2778 static radio_button find(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2786 static radio_button find(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2787
2831 static radio_button first(const control& parent);
2836 static radio_button first(const control& parent, const drawing::point& location);
2842 static radio_button first(const control& parent, const drawing::point& location, const drawing::size& size);
2849 static radio_button first(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2854 static radio_button first(const control& parent, bool checked);
2860 static radio_button first(const control& parent, bool checked, const drawing::point& location);
2867 static radio_button first(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2875 static radio_button first(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2876
2920 static radio_button floppy(const control& parent);
2925 static radio_button floppy(const control& parent, const drawing::point& location);
2931 static radio_button floppy(const control& parent, const drawing::point& location, const drawing::size& size);
2938 static radio_button floppy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2943 static radio_button floppy(const control& parent, bool checked);
2949 static radio_button floppy(const control& parent, bool checked, const drawing::point& location);
2956 static radio_button floppy(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
2964 static radio_button floppy(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2965
3009 static radio_button font(const control& parent);
3014 static radio_button font(const control& parent, const drawing::point& location);
3020 static radio_button font(const control& parent, const drawing::point& location, const drawing::size& size);
3027 static radio_button font(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3032 static radio_button font(const control& parent, bool checked);
3038 static radio_button font(const control& parent, bool checked, const drawing::point& location);
3045 static radio_button font(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3053 static radio_button font(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3054
3098 static radio_button forward(const control& parent);
3103 static radio_button forward(const control& parent, const drawing::point& location);
3116 static radio_button forward(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3121 static radio_button forward(const control& parent, bool checked);
3127 static radio_button forward(const control& parent, bool checked, const drawing::point& location);
3134 static radio_button forward(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3142 static radio_button forward(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3143
3187 static radio_button harddisk(const control& parent);
3192 static radio_button harddisk(const control& parent, const drawing::point& location);
3205 static radio_button harddisk(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3210 static radio_button harddisk(const control& parent, bool checked);
3216 static radio_button harddisk(const control& parent, bool checked, const drawing::point& location);
3223 static radio_button harddisk(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3231 static radio_button harddisk(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3232
3276 static radio_button help(const control& parent);
3281 static radio_button help(const control& parent, const drawing::point& location);
3287 static radio_button help(const control& parent, const drawing::point& location, const drawing::size& size);
3294 static radio_button help(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3299 static radio_button help(const control& parent, bool checked);
3305 static radio_button help(const control& parent, bool checked, const drawing::point& location);
3312 static radio_button help(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3320 static radio_button help(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3321
3365 static radio_button home(const control& parent);
3370 static radio_button home(const control& parent, const drawing::point& location);
3376 static radio_button home(const control& parent, const drawing::point& location, const drawing::size& size);
3383 static radio_button home(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3388 static radio_button home(const control& parent, bool checked);
3394 static radio_button home(const control& parent, bool checked, const drawing::point& location);
3401 static radio_button home(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3409 static radio_button home(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3410
3454 static radio_button ignore(const control& parent);
3459 static radio_button ignore(const control& parent, const drawing::point& location);
3465 static radio_button ignore(const control& parent, const drawing::point& location, const drawing::size& size);
3472 static radio_button ignore(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3477 static radio_button ignore(const control& parent, bool checked);
3483 static radio_button ignore(const control& parent, bool checked, const drawing::point& location);
3490 static radio_button ignore(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3498 static radio_button ignore(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3499
3543 static radio_button indent(const control& parent);
3548 static radio_button indent(const control& parent, const drawing::point& location);
3554 static radio_button indent(const control& parent, const drawing::point& location, const drawing::size& size);
3561 static radio_button indent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3566 static radio_button indent(const control& parent, bool checked);
3572 static radio_button indent(const control& parent, bool checked, const drawing::point& location);
3579 static radio_button indent(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3587 static radio_button indent(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3588
3632 static radio_button index(const control& parent);
3637 static radio_button index(const control& parent, const drawing::point& location);
3643 static radio_button index(const control& parent, const drawing::point& location, const drawing::size& size);
3650 static radio_button index(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3655 static radio_button index(const control& parent, bool checked);
3661 static radio_button index(const control& parent, bool checked, const drawing::point& location);
3668 static radio_button index(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3676 static radio_button index(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3677
3721 static radio_button info(const control& parent);
3726 static radio_button info(const control& parent, const drawing::point& location);
3732 static radio_button info(const control& parent, const drawing::point& location, const drawing::size& size);
3739 static radio_button info(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3744 static radio_button info(const control& parent, bool checked);
3750 static radio_button info(const control& parent, bool checked, const drawing::point& location);
3757 static radio_button info(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3765 static radio_button info(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3766
3810 static radio_button italic(const control& parent);
3815 static radio_button italic(const control& parent, const drawing::point& location);
3821 static radio_button italic(const control& parent, const drawing::point& location, const drawing::size& size);
3828 static radio_button italic(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3833 static radio_button italic(const control& parent, bool checked);
3839 static radio_button italic(const control& parent, bool checked, const drawing::point& location);
3846 static radio_button italic(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3854 static radio_button italic(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3855
3899 static radio_button justified(const control& parent);
3917 static radio_button justified(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3922 static radio_button justified(const control& parent, bool checked);
3928 static radio_button justified(const control& parent, bool checked, const drawing::point& location);
3935 static radio_button justified(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
3943 static radio_button justified(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3944
3988 static radio_button jump_to(const control& parent);
3993 static radio_button jump_to(const control& parent, const drawing::point& location);
4006 static radio_button jump_to(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4011 static radio_button jump_to(const control& parent, bool checked);
4017 static radio_button jump_to(const control& parent, bool checked, const drawing::point& location);
4024 static radio_button jump_to(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4032 static radio_button jump_to(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4033
4077 static radio_button last(const control& parent);
4082 static radio_button last(const control& parent, const drawing::point& location);
4088 static radio_button last(const control& parent, const drawing::point& location, const drawing::size& size);
4095 static radio_button last(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4100 static radio_button last(const control& parent, bool checked);
4106 static radio_button last(const control& parent, bool checked, const drawing::point& location);
4113 static radio_button last(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4121 static radio_button last(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4122
4166 static radio_button network(const control& parent);
4171 static radio_button network(const control& parent, const drawing::point& location);
4184 static radio_button network(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4189 static radio_button network(const control& parent, bool checked);
4195 static radio_button network(const control& parent, bool checked, const drawing::point& location);
4202 static radio_button network(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4210 static radio_button network(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4211
4255 static radio_button new_(const control& parent);
4260 static radio_button new_(const control& parent, const drawing::point& location);
4266 static radio_button new_(const control& parent, const drawing::point& location, const drawing::size& size);
4273 static radio_button new_(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4278 static radio_button new_(const control& parent, bool checked);
4284 static radio_button new_(const control& parent, bool checked, const drawing::point& location);
4291 static radio_button new_(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4299 static radio_button new_(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4300
4344 static radio_button next(const control& parent);
4349 static radio_button next(const control& parent, const drawing::point& location);
4355 static radio_button next(const control& parent, const drawing::point& location, const drawing::size& size);
4362 static radio_button next(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4367 static radio_button next(const control& parent, bool checked);
4373 static radio_button next(const control& parent, bool checked, const drawing::point& location);
4380 static radio_button next(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4388 static radio_button next(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4389
4429 static radio_button no(bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4433 static radio_button no(const control& parent);
4438 static radio_button no(const control& parent, const drawing::point& location);
4444 static radio_button no(const control& parent, const drawing::point& location, const drawing::size& size);
4451 static radio_button no(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4456 static radio_button no(const control& parent, bool checked);
4462 static radio_button no(const control& parent, bool checked, const drawing::point& location);
4469 static radio_button no(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4477 static radio_button no(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4478
4518 static radio_button ok(bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4522 static radio_button ok(const control& parent);
4527 static radio_button ok(const control& parent, const drawing::point& location);
4533 static radio_button ok(const control& parent, const drawing::point& location, const drawing::size& size);
4540 static radio_button ok(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4545 static radio_button ok(const control& parent, bool checked);
4551 static radio_button ok(const control& parent, bool checked, const drawing::point& location);
4558 static radio_button ok(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4566 static radio_button ok(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4567
4611 static radio_button open(const control& parent);
4616 static radio_button open(const control& parent, const drawing::point& location);
4622 static radio_button open(const control& parent, const drawing::point& location, const drawing::size& size);
4629 static radio_button open(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4634 static radio_button open(const control& parent, bool checked);
4640 static radio_button open(const control& parent, bool checked, const drawing::point& location);
4647 static radio_button open(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4655 static radio_button open(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4656
4700 static radio_button options(const control& parent);
4705 static radio_button options(const control& parent, const drawing::point& location);
4718 static radio_button options(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4723 static radio_button options(const control& parent, bool checked);
4729 static radio_button options(const control& parent, bool checked, const drawing::point& location);
4736 static radio_button options(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4744 static radio_button options(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4745
4789 static radio_button paste(const control& parent);
4794 static radio_button paste(const control& parent, const drawing::point& location);
4800 static radio_button paste(const control& parent, const drawing::point& location, const drawing::size& size);
4807 static radio_button paste(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4812 static radio_button paste(const control& parent, bool checked);
4818 static radio_button paste(const control& parent, bool checked, const drawing::point& location);
4825 static radio_button paste(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
4833 static radio_button paste(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4834
4878 static radio_button preferences(const control& parent);
4896 static radio_button preferences(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4901 static radio_button preferences(const control& parent, bool checked);
4907 static radio_button preferences(const control& parent, bool checked, const drawing::point& location);
4922 static radio_button preferences(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4923
4967 static radio_button previous(const control& parent);
4972 static radio_button previous(const control& parent, const drawing::point& location);
4985 static radio_button previous(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4990 static radio_button previous(const control& parent, bool checked);
4996 static radio_button previous(const control& parent, bool checked, const drawing::point& location);
5003 static radio_button previous(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5011 static radio_button previous(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5012
5056 static radio_button print(const control& parent);
5061 static radio_button print(const control& parent, const drawing::point& location);
5067 static radio_button print(const control& parent, const drawing::point& location, const drawing::size& size);
5074 static radio_button print(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5079 static radio_button print(const control& parent, bool checked);
5085 static radio_button print(const control& parent, bool checked, const drawing::point& location);
5092 static radio_button print(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5100 static radio_button print(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5101
5145 static radio_button print_preview(const control& parent);
5163 static radio_button print_preview(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5168 static radio_button print_preview(const control& parent, bool checked);
5189 static radio_button print_preview(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5190
5234 static radio_button properties(const control& parent);
5252 static radio_button properties(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5257 static radio_button properties(const control& parent, bool checked);
5263 static radio_button properties(const control& parent, bool checked, const drawing::point& location);
5278 static radio_button properties(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5279
5323 static radio_button quit(const control& parent);
5328 static radio_button quit(const control& parent, const drawing::point& location);
5334 static radio_button quit(const control& parent, const drawing::point& location, const drawing::size& size);
5341 static radio_button quit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5346 static radio_button quit(const control& parent, bool checked);
5352 static radio_button quit(const control& parent, bool checked, const drawing::point& location);
5359 static radio_button quit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5367 static radio_button quit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5368
5412 static radio_button redo(const control& parent);
5417 static radio_button redo(const control& parent, const drawing::point& location);
5423 static radio_button redo(const control& parent, const drawing::point& location, const drawing::size& size);
5430 static radio_button redo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5435 static radio_button redo(const control& parent, bool checked);
5441 static radio_button redo(const control& parent, bool checked, const drawing::point& location);
5448 static radio_button redo(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5456 static radio_button redo(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5457
5501 static radio_button refresh(const control& parent);
5506 static radio_button refresh(const control& parent, const drawing::point& location);
5519 static radio_button refresh(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5524 static radio_button refresh(const control& parent, bool checked);
5530 static radio_button refresh(const control& parent, bool checked, const drawing::point& location);
5537 static radio_button refresh(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5545 static radio_button refresh(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5546
5590 static radio_button remove(const control& parent);
5595 static radio_button remove(const control& parent, const drawing::point& location);
5601 static radio_button remove(const control& parent, const drawing::point& location, const drawing::size& size);
5608 static radio_button remove(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5613 static radio_button remove(const control& parent, bool checked);
5619 static radio_button remove(const control& parent, bool checked, const drawing::point& location);
5626 static radio_button remove(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5634 static radio_button remove(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5635
5679 static radio_button replace(const control& parent);
5684 static radio_button replace(const control& parent, const drawing::point& location);
5697 static radio_button replace(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5702 static radio_button replace(const control& parent, bool checked);
5708 static radio_button replace(const control& parent, bool checked, const drawing::point& location);
5715 static radio_button replace(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5723 static radio_button replace(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5724
5768 static radio_button retry(const control& parent);
5773 static radio_button retry(const control& parent, const drawing::point& location);
5779 static radio_button retry(const control& parent, const drawing::point& location, const drawing::size& size);
5786 static radio_button retry(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5791 static radio_button retry(const control& parent, bool checked);
5797 static radio_button retry(const control& parent, bool checked, const drawing::point& location);
5804 static radio_button retry(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5812 static radio_button retry(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5813
5857 static radio_button revert_to_saved(const control& parent);
5875 static radio_button revert_to_saved(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5880 static radio_button revert_to_saved(const control& parent, bool checked);
5901 static radio_button revert_to_saved(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5902
5946 static radio_button save(const control& parent);
5951 static radio_button save(const control& parent, const drawing::point& location);
5957 static radio_button save(const control& parent, const drawing::point& location, const drawing::size& size);
5964 static radio_button save(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5969 static radio_button save(const control& parent, bool checked);
5975 static radio_button save(const control& parent, bool checked, const drawing::point& location);
5982 static radio_button save(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
5990 static radio_button save(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5991
6035 static radio_button save_as(const control& parent);
6040 static radio_button save_as(const control& parent, const drawing::point& location);
6053 static radio_button save_as(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6058 static radio_button save_as(const control& parent, bool checked);
6064 static radio_button save_as(const control& parent, bool checked, const drawing::point& location);
6071 static radio_button save_as(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6079 static radio_button save_as(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6080
6124 static radio_button search(const control& parent);
6129 static radio_button search(const control& parent, const drawing::point& location);
6135 static radio_button search(const control& parent, const drawing::point& location, const drawing::size& size);
6142 static radio_button search(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6147 static radio_button search(const control& parent, bool checked);
6153 static radio_button search(const control& parent, bool checked, const drawing::point& location);
6160 static radio_button search(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6168 static radio_button search(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6169
6213 static radio_button select_all(const control& parent);
6231 static radio_button select_all(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6236 static radio_button select_all(const control& parent, bool checked);
6242 static radio_button select_all(const control& parent, bool checked, const drawing::point& location);
6257 static radio_button select_all(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6258
6302 static radio_button settings(const control& parent);
6307 static radio_button settings(const control& parent, const drawing::point& location);
6320 static radio_button settings(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6325 static radio_button settings(const control& parent, bool checked);
6331 static radio_button settings(const control& parent, bool checked, const drawing::point& location);
6338 static radio_button settings(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6346 static radio_button settings(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6347
6391 static radio_button spell_check(const control& parent);
6409 static radio_button spell_check(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6414 static radio_button spell_check(const control& parent, bool checked);
6420 static radio_button spell_check(const control& parent, bool checked, const drawing::point& location);
6435 static radio_button spell_check(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6436
6480 static radio_button stop(const control& parent);
6485 static radio_button stop(const control& parent, const drawing::point& location);
6491 static radio_button stop(const control& parent, const drawing::point& location, const drawing::size& size);
6498 static radio_button stop(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6503 static radio_button stop(const control& parent, bool checked);
6509 static radio_button stop(const control& parent, bool checked, const drawing::point& location);
6516 static radio_button stop(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6524 static radio_button stop(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6525
6569 static radio_button strikeout(const control& parent);
6587 static radio_button strikeout(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6592 static radio_button strikeout(const control& parent, bool checked);
6598 static radio_button strikeout(const control& parent, bool checked, const drawing::point& location);
6605 static radio_button strikeout(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6613 static radio_button strikeout(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6614
6658 static radio_button tools(const control& parent);
6663 static radio_button tools(const control& parent, const drawing::point& location);
6669 static radio_button tools(const control& parent, const drawing::point& location, const drawing::size& size);
6676 static radio_button tools(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6681 static radio_button tools(const control& parent, bool checked);
6687 static radio_button tools(const control& parent, bool checked, const drawing::point& location);
6694 static radio_button tools(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6702 static radio_button tools(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6703
6747 static radio_button top(const control& parent);
6752 static radio_button top(const control& parent, const drawing::point& location);
6758 static radio_button top(const control& parent, const drawing::point& location, const drawing::size& size);
6765 static radio_button top(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6770 static radio_button top(const control& parent, bool checked);
6776 static radio_button top(const control& parent, bool checked, const drawing::point& location);
6783 static radio_button top(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6791 static radio_button top(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6792
6836 static radio_button undelete(const control& parent);
6841 static radio_button undelete(const control& parent, const drawing::point& location);
6854 static radio_button undelete(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6859 static radio_button undelete(const control& parent, bool checked);
6865 static radio_button undelete(const control& parent, bool checked, const drawing::point& location);
6872 static radio_button undelete(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6880 static radio_button undelete(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6881
6925 static radio_button underline(const control& parent);
6943 static radio_button underline(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6948 static radio_button underline(const control& parent, bool checked);
6954 static radio_button underline(const control& parent, bool checked, const drawing::point& location);
6961 static radio_button underline(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
6969 static radio_button underline(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6970
7014 static radio_button undo(const control& parent);
7019 static radio_button undo(const control& parent, const drawing::point& location);
7025 static radio_button undo(const control& parent, const drawing::point& location, const drawing::size& size);
7032 static radio_button undo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7037 static radio_button undo(const control& parent, bool checked);
7043 static radio_button undo(const control& parent, bool checked, const drawing::point& location);
7050 static radio_button undo(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7058 static radio_button undo(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7059
7103 static radio_button unindent(const control& parent);
7108 static radio_button unindent(const control& parent, const drawing::point& location);
7121 static radio_button unindent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7126 static radio_button unindent(const control& parent, bool checked);
7132 static radio_button unindent(const control& parent, bool checked, const drawing::point& location);
7139 static radio_button unindent(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7147 static radio_button unindent(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7148
7188 static radio_button up(bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7192 static radio_button up(const control& parent);
7197 static radio_button up(const control& parent, const drawing::point& location);
7203 static radio_button up(const control& parent, const drawing::point& location, const drawing::size& size);
7210 static radio_button up(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7215 static radio_button up(const control& parent, bool checked);
7221 static radio_button up(const control& parent, bool checked, const drawing::point& location);
7228 static radio_button up(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7236 static radio_button up(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7237
7281 static radio_button view(const control& parent);
7286 static radio_button view(const control& parent, const drawing::point& location);
7292 static radio_button view(const control& parent, const drawing::point& location, const drawing::size& size);
7299 static radio_button view(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7304 static radio_button view(const control& parent, bool checked);
7310 static radio_button view(const control& parent, bool checked, const drawing::point& location);
7317 static radio_button view(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7325 static radio_button view(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7326
7370 static radio_button window(const control& parent);
7375 static radio_button window(const control& parent, const drawing::point& location);
7381 static radio_button window(const control& parent, const drawing::point& location, const drawing::size& size);
7388 static radio_button window(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7393 static radio_button window(const control& parent, bool checked);
7399 static radio_button window(const control& parent, bool checked, const drawing::point& location);
7406 static radio_button window(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7414 static radio_button window(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7415
7459 static radio_button yes(const control& parent);
7464 static radio_button yes(const control& parent, const drawing::point& location);
7470 static radio_button yes(const control& parent, const drawing::point& location, const drawing::size& size);
7477 static radio_button yes(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7482 static radio_button yes(const control& parent, bool checked);
7488 static radio_button yes(const control& parent, bool checked, const drawing::point& location);
7495 static radio_button yes(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7503 static radio_button yes(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7504
7548 static radio_button zoom_in(const control& parent);
7553 static radio_button zoom_in(const control& parent, const drawing::point& location);
7566 static radio_button zoom_in(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7571 static radio_button zoom_in(const control& parent, bool checked);
7577 static radio_button zoom_in(const control& parent, bool checked, const drawing::point& location);
7584 static radio_button zoom_in(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7592 static radio_button zoom_in(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7593
7637 static radio_button zoom_out(const control& parent);
7642 static radio_button zoom_out(const control& parent, const drawing::point& location);
7655 static radio_button zoom_out(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7660 static radio_button zoom_out(const control& parent, bool checked);
7666 static radio_button zoom_out(const control& parent, bool checked, const drawing::point& location);
7673 static radio_button zoom_out(const control& parent, bool checked, const drawing::point& location, const drawing::size& size);
7681 static radio_button zoom_out(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7682
7726 static radio_button zoom_to_fit(const control& parent);
7744 static radio_button zoom_to_fit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7749 static radio_button zoom_to_fit(const control& parent, bool checked);
7755 static radio_button zoom_to_fit(const control& parent, bool checked, const drawing::point& location);
7770 static radio_button zoom_to_fit(const control& parent, bool checked, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7772 };
7773 }
7774}
Defines the base class for controls, which are components with visual representation.
Definition control.hpp:81
Enables the user to select a single option from a group of choices when paired with other xtd::forms:...
Definition radio_button.hpp:40
Provides a collection of radio_button objects for use by a Windows Forms application.
Definition radio_buttons.hpp:24
static 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 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 forward(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent forward radio_button with specified parent,...
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 forward(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent forward radio_button with specified check_state,...
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 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 cdrom(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
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 replace(const drawing::point &location)
Create a system-defined radio_button that represent replace radio_button with specified location.
static radio_button abort(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent abort radio_button with specified location,...
static radio_button font(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent font radio_button with specified check_state,...
static radio_button first(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent first 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 find(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent find radio_button with specified location,...
static radio_button centered(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent centered radio_button with specified parent,...
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 top(const control &parent, bool checked)
Create a system-defined radio_button that represent top radio_button with specified parent,...
static radio_button paste(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent paste 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 alignment(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent alignment radio_button with specified check_state...
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 about(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent about radio_button with specified check_state,...
static radio_button descending(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent descending radio_button with specified location,...
static radio_button about(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
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 close(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent close radio_button with specified location,...
static radio_button up(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent up radio_button with specified location,...
static radio_button previous(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent previous 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 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 justified(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent justified radio_button with specified location,...
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 unindent(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent unindent radio_button with specified location,...
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 alignment(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent alignment 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 properties(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent properties radio_button with specified check_stat...
static radio_button up(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent up radio_button with specified parent,...
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 cancel(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cancel 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 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 undo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent undo radio_button with specified parent,...
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(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cancel radio_button with specified check_state,...
static radio_button customize(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent customize radio_button with specified location,...
static radio_button descending()
Create a system-defined radio_button that represent descending radio_button.
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 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 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 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 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 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 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 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 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 replace(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent replace 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 cut(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cut radio_button with specified check_state,...
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 actual_size(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
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 last(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent last radio_button with specified location,...
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 actual_size(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent actual_size radio_button with specified parent,...
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 previous(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent previous radio_button with specified location,...
static radio_button save(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent save radio_button with specified check_state,...
static radio_button underline(const control &parent)
Create a system-defined radio_button that represent underline radio_button with specified parent.
static radio_button ignore(const control &parent)
Create a system-defined radio_button that represent ignore radio_button with specified parent.
static radio_button cdrom(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cdrom radio_button with specified location,...
static radio_button quit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent quit 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 print(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent print radio_button with specified location,...
static radio_button tools(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent tools radio_button with specified parent,...
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 unindent(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent unindent radio_button with specified check_state,...
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 window(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent window 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 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 indent(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
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 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 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 convert(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent convert radio_button with specified check_state,...
static radio_button redo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent redo radio_button with specified parent,...
static radio_button undelete(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent undelete radio_button with specified location,...
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 align_left(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent align_left radio_button with specified parent,...
static radio_button del(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent del radio_button with specified parent,...
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 justified()
Create a system-defined radio_button that represent justified radio_button.
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 top()
Create a system-defined radio_button that represent top radio_button.
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 harddisk(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent harddisk radio_button with specified check_state,...
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 stop(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent stop radio_button with specified location,...
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 settings(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent settings radio_button with specified check_state,...
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 no(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent no radio_button with specified location,...
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 undelete(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
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 undelete(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent undelete 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 window(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent window radio_button with specified check_state,...
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 justified(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent justified 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 clear(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent clear radio_button with specified check_state,...
static radio_button cdrom()
Create a system-defined radio_button that represent cdrom radio_button.
static radio_button print_preview(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent print_preview radio_button with specified check_s...
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 bold(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent bold radio_button with specified location,...
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 ok(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ok radio_button with specified parent,...
static radio_button retry(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent retry radio_button with specified check_state,...
static radio_button new_(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent new_ radio_button with specified location,...
static radio_button add(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent add radio_button with specified parent,...
static radio_button retry()
Create a system-defined radio_button that represent retry radio_button.
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 italic(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent italic radio_button with specified check_state,...
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 underline(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent underline radio_button with specified location,...
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 preferences(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
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 top(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent top radio_button with specified location,...
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 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 first(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent first 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 underline(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent underline 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 edit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent edit radio_button with specified parent,...
static radio_button ok(const drawing::point &location, const drawing::size &size, const xtd::string &name)
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)
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 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 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 customize(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent customize radio_button with specified check_state...
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 refresh(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
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 settings(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
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 replace(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent replace radio_button with specified parent,...
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 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 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 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 undo(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent undo 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 stop(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent stop radio_button with specified check_state,...
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 jump_to(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent jump_to radio_button with specified check_state,...
static radio_button ascending(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ascending radio_button with specified location,...
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 redo(const drawing::point &location, const drawing::size &size, const xtd::string &name)
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)
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 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 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 spell_check(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent spell_check 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 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 ascending(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ascending radio_button with specified parent,...
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 underline(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent underline radio_button with specified 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 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 find(const control &parent)
Create a system-defined radio_button that represent find radio_button with specified parent.
static radio_button contents(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent contents radio_button with specified location,...
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 floppy(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent floppy radio_button with specified location,...
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 print(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent print 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 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 align_left(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent align_left 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 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 retry(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent retry radio_button with specified parent,...
static radio_button apply(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button abort(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent abort 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 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 ascending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ascending 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 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 back(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent back radio_button with specified check_state,...
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 close(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent close radio_button with specified parent,...
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 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 down(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent down radio_button with specified check_state,...
static radio_button options(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent options radio_button with specified location,...
static radio_button tools(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent tools radio_button with specified location,...
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 drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent down radio_button with specified location,...
static radio_button bold(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent bold 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 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 save(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent save 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 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 floppy(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent floppy radio_button with specified check_state,...
static radio_button yes()
Create a system-defined radio_button that represent yes radio_button.
static radio_button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
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 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 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 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 last(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent last radio_button with specified parent,...
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 descending(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
static radio_button remove(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent remove radio_button with specified check_state,...
static radio_button contents(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button replace(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent replace radio_button with specified check_state,...
static radio_button execute(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
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 bottom(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent bottom radio_button with specified check_state,...
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_as(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent save_as radio_button with specified location,...
static radio_button save(const control &parent)
Create a system-defined radio_button that represent save radio_button with specified parent.
static radio_button file(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent file radio_button with specified check_state,...
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 first(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent first radio_button with specified check_state,...
static radio_button copy(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent copy radio_button with specified location,...
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 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 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 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 paste(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent paste radio_button with specified location,...
static radio_button new_(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
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 retry(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent retry radio_button with specified location,...
static radio_button refresh(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent refresh radio_button with specified check_state,...
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 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 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 back(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent back radio_button with specified parent,...
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 zoom_out(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_out 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 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 strikeout(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent strikeout radio_button with specified location,...
static radio_button file(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent file radio_button with specified parent,...
static radio_button copy(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent copy 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 home(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent home radio_button with specified check_state,...
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 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 edit(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent edit radio_button with specified check_state,...
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 yes(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
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 top(const control &parent)
Create a system-defined radio_button that represent top 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 floppy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent floppy 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 top(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent top 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 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 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 color(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent color radio_button with specified check_state,...
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 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 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 properties(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button new_()
Create a system-defined radio_button that represent new_ radio_button.
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 cut(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
static radio_button forward()
Create a system-defined radio_button that represent forward radio_button.
static radio_button clear(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
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 search(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent search radio_button with specified check_state,...
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 descending(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent descending radio_button with specified check_stat...
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 new_(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent new_ radio_button with specified check_state,...
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 revert_to_saved(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified check...
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 view(const drawing::point &location, const drawing::size &size, const xtd::string &name)
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, const drawing::size &size)
Create a system-defined radio_button that represent abort radio_button with specified parent,...
static radio_button cut(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cut radio_button with specified location,...
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 cdrom(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cdrom radio_button with specified check_state,...
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 spell_check(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent spell_check radio_button with specified check_sta...
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 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 bottom(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent bottom radio_button with specified location,...
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 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 align_right(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent align_right radio_button with specified parent,...
static radio_button tools(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent tools 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 select_all(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent select_all 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 zoom_out(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_out 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 align_left(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent align_left radio_button with specified location,...
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 down(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent down 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 contents(const control &parent, bool checked)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
static radio_button open(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent open radio_button with specified parent,...
static radio_button window()
Create a system-defined radio_button that represent window radio_button.
static radio_button convert(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent convert 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 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 next(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent next radio_button with specified check_state,...
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 find(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent find 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 save(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent save radio_button with specified parent,...
static radio_button indent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent indent radio_button with specified parent,...
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 ignore(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ignore radio_button with specified location,...
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 find(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent find radio_button with specified 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 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 paste(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent paste radio_button with specified check_state,...
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 window(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent window 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 preferences(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent preferences radio_button with specified location,...
static radio_button cancel(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cancel radio_button with specified location,...
static radio_button ignore()
Create a system-defined radio_button that represent ignore radio_button.
static radio_button ignore(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ignore radio_button with specified check_state,...
static radio_button exit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent exit radio_button with specified parent,...
static radio_button properties(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent properties radio_button with specified location,...
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 open(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent open radio_button with specified check_state,...
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 harddisk(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent harddisk 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 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 view(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent view 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 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 align_left(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent align_left radio_button with specified check_stat...
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 italic(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent italic 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 index(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent index radio_button with specified parent,...
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 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 ascending(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ascending radio_button with specified check_state...
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 select_all(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent select_all radio_button with specified check_stat...
static radio_button forward(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent forward radio_button with specified location,...
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 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 yes(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent yes radio_button with specified parent,...
static radio_button close(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent close radio_button with specified check_state,...
static radio_button color(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent color radio_button with specified location,...
static radio_button preferences(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent preferences radio_button with specified check_sta...
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 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 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 align_right(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent align_right radio_button with specified location,...
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 zoom_to_fit(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button network(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent network radio_button with specified parent,...
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 alignment(bool checked)
Create a system-defined radio_button that represent alignment radio_button with specified and check_s...
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 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 yes(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent yes radio_button with specified check_state,...
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 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 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 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 exit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent exit 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 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 next(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent next 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 back(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent back radio_button with specified parent,...
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 align_right(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent align_right radio_button with specified check_sta...
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 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 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 bold(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent bold radio_button with specified parent,...
static radio_button home(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent home radio_button with specified location,...
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 zoom_to_fit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_to_fit 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 copy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent copy 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 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 revert_to_saved(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified paren...
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 last(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent last radio_button with specified parent,...
static radio_button find(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent find 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 justified(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent justified 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 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 top(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent top radio_button with specified parent,...
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 zoom_out(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_out radio_button with specified parent,...
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 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 retry(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent retry 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 top(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent top 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 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 contents(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent contents radio_button with specified parent,...
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 alignment(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent alignment 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 no(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent no radio_button with specified parent,...
static radio_button refresh()
Create a system-defined radio_button that represent refresh radio_button.
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 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 centered(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent centered 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 help(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent help 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 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 ignore(bool checked)
Create a system-defined radio_button that represent ignore radio_button with specified and check_stat...
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 save_as(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent save_as radio_button with specified parent,...
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, 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 zoom_in(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_in radio_button with specified check_state,...
static radio_button remove(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent remove radio_button with specified parent,...
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 first(const control &parent, bool checked)
Create a system-defined radio_button that represent first radio_button with specified parent,...
static radio_button apply(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent apply radio_button with specified parent,...
static radio_button cdrom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cdrom radio_button with specified parent,...
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 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 last(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent last 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 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 back(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent back radio_button with specified location,...
static radio_button align_right(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent align_right 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 spell_check(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
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 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 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 stop(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent stop 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 exit(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent exit radio_button with specified check_state,...
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 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 save_as(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent save_as 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 underline(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent underline radio_button with specified parent,...
static radio_button remove(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent remove radio_button with specified location,...
static radio_button view(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent view 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 cut(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cut radio_button with specified parent,...
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 edit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent edit radio_button with specified location,...
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 open(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent open 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 network(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent network 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 del(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent del 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(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent apply 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::string &name)
Create a system-defined radio_button that represent bottom 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 options(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent options 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 print_preview(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
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 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 properties(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent properties radio_button with specified parent,...
static radio_button del(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent del radio_button with specified check_state,...
static radio_button italic()
Create a system-defined radio_button that represent italic radio_button.
static radio_button zoom_in(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_in radio_button with specified parent,...
static radio_button indent(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent indent 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 redo(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent redo radio_button with specified check_state,...
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 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 about(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button help(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent help radio_button with specified check_state,...
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 first(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent first radio_button with specified location,...
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 execute(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent execute radio_button with specified parent,...
static radio_button strikeout(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
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 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 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 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 contents(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent contents radio_button with specified check_state,...
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 settings(const control &parent, bool checked)
Create a system-defined radio_button that represent settings radio_button with specified parent,...
static radio_button stop(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent stop 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 close(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent close 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 no(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent no radio_button with specified check_state,...
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 ok(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ok 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 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 help(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent help radio_button with specified location,...
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 settings(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent settings radio_button with specified location,...
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 centered(const drawing::point &location)
Create a system-defined radio_button that represent centered radio_button with specified location.
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 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 actual_size(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent actual_size radio_button with specified location,...
static radio_button save_as(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent save_as 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 ignore(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ignore 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 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 customize(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent customize 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 justified(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent justified radio_button with specified parent,...
static radio_button undo(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent undo 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 preferences(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent preferences radio_button with specified parent,...
static radio_button clear(const control &parent)
Create a system-defined radio_button that represent clear 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 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 centered(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent centered radio_button with specified check_state,...
static radio_button remove(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent remove 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 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 index(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent index 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 bottom(const drawing::point &location)
Create a system-defined radio_button that represent bottom radio_button with specified location.
static radio_button search(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent search radio_button with specified parent,...
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 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 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 color(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent color 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 new_(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent new_ radio_button with specified parent,...
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 open(const drawing::point &location)
Create a system-defined radio_button that represent open radio_button with specified location.
static radio_button floppy(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent floppy 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 help(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent help 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(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent convert radio_button with specified location,...
static radio_button about(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent about radio_button with specified location,...
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 del(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent del 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 add(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent add 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 italic(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent italic 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 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 info(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent info 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 cancel(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent cancel radio_button with specified parent,...
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 index(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent index radio_button with specified parent,...
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 font(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent font radio_button with specified parent,...
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 home(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent home radio_button with specified parent,...
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 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 execute(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent execute 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 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 about(const control &parent, bool checked)
Create a system-defined radio_button that represent about radio_button with specified parent,...
static radio_button spell_check(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent spell_check radio_button with specified parent,...
static radio_button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified parent,...
static radio_button quit(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent quit radio_button with specified check_state,...
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 properties(bool checked)
Create a system-defined radio_button that represent properties radio_button with specified and check_...
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 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 font(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent font radio_button with specified parent,...
static radio_button actual_size(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent actual_size radio_button with specified check_sta...
static radio_button exit()
Create a system-defined radio_button that represent exit radio_button.
static radio_button ignore(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ignore radio_button with specified parent,...
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 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 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 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 strikeout(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent strikeout radio_button with specified check_state...
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 quit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent quit radio_button with specified parent,...
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 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 add(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent add radio_button with specified location,...
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 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 info(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent info radio_button with specified location,...
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 apply(const control &parent)
Create a system-defined radio_button that represent apply radio_button with specified parent.
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 window(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent window radio_button with specified parent,...
static radio_button zoom_in(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_in 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 view(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent view radio_button with specified parent,...
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 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 add(bool checked)
Create a system-defined radio_button that represent add radio_button with specified and check_state.
static radio_button revert_to_saved(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent revert_to_saved radio_button with specified locat...
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 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 execute(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &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::string &name)
Create a system-defined radio_button that represent down 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 undo(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent undo radio_button with specified check_state,...
static radio_button zoom_to_fit(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_to_fit radio_button with specified check_sta...
static radio_button forward(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent forward 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 descending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent descending radio_button with specified parent,...
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 clear(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent clear radio_button with specified parent,...
static radio_button strikeout(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent strikeout radio_button with specified parent,...
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 file(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent file radio_button with specified parent,...
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 settings(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent settings 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 options(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent options radio_button with specified parent,...
static radio_button select_all(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent select_all radio_button with specified location,...
static radio_button no(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent no 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::string &name)
Create a system-defined radio_button that represent jump_to radio_button with specified parent,...
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 harddisk(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent harddisk 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 print_preview(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent print_preview radio_button with specified locatio...
static radio_button indent(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent indent radio_button with specified check_state,...
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 yes(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent yes radio_button with specified location,...
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 print(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent print radio_button with specified parent,...
static radio_button replace(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent replace radio_button with specified location,...
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 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 up(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent up 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 alignment(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent alignment radio_button with specified parent,...
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 centered(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent centered 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 next(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent next radio_button with specified parent,...
static radio_button view(const control &parent)
Create a system-defined radio_button that represent view radio_button with specified parent.
static radio_button exit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent exit radio_button with specified location,...
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 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 index(const control &parent)
Create a system-defined radio_button that represent index radio_button with specified parent.
static radio_button ok(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent ok radio_button with specified check_state,...
static radio_button execute(const control &parent)
Create a system-defined radio_button that represent execute radio_button with specified parent.
static radio_button tools()
Create a system-defined radio_button that represent tools radio_button.
static radio_button bold(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent bold radio_button with specified check_state,...
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 previous(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent previous radio_button with specified parent,...
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 apply(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent apply radio_button with specified location,...
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 font(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent font radio_button with specified location,...
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 tools(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent tools radio_button with specified check_state,...
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 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 file(const control &parent)
Create a system-defined radio_button that represent file radio_button with specified parent.
static radio_button file(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent file radio_button with specified location,...
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 previous(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent previous radio_button with specified check_state,...
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 add(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent add 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 print()
Create a system-defined radio_button that represent print radio_button.
static radio_button info(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent info radio_button with specified check_state,...
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 abort(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent abort 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 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 customize(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent customize radio_button with specified parent,...
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 clear(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent clear radio_button with specified location,...
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 unindent(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent unindent 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 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 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 undelete(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent undelete radio_button with specified parent,...
static radio_button italic(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent italic radio_button with specified location,...
static radio_button next(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent next radio_button with specified location,...
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 options(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent options radio_button with specified check_state,...
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 down(const drawing::point &location)
Create a system-defined radio_button that represent down radio_button with specified location.
static radio_button edit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent edit 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 print(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent print 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 open(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent open radio_button with specified location,...
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 harddisk(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent harddisk radio_button with specified location,...
static radio_button refresh(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent refresh radio_button with specified parent,...
static radio_button info(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent info radio_button with specified parent,...
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 up(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent up radio_button with specified parent,...
static radio_button copy(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent copy radio_button with specified parent,...
static radio_button color(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent color 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 refresh(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent refresh 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 unindent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent unindent 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 select_all()
Create a system-defined radio_button that represent select_all radio_button.
static radio_button search(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent search radio_button with specified parent,...
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 quit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent quit radio_button with specified location,...
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 zoom_out(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent zoom_out radio_button with specified location,...
static radio_button network(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent network radio_button with specified check_state,...
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 convert(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent convert radio_button with specified parent,...
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(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 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 print_preview(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent print_preview radio_button with specified parent,...
static radio_button search(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent search radio_button with specified location,...
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 jump_to(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
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 jump_to(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent jump_to radio_button with specified location,...
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 index(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent index radio_button with specified location,...
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 select_all(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent select_all radio_button with specified parent,...
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 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 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 bottom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent bottom radio_button with specified parent,...
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 save(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent save radio_button with specified location,...
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 abort(bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent abort radio_button with specified check_state,...
static radio_button home(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent home 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 paste(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent paste radio_button with specified parent,...
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 redo(const control &parent, bool checked, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent redo 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 network(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined radio_button that represent network radio_button with specified location,...
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.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:37
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
@ checked
The button has a checked or latched appearance. Use this appearance to show that a toggle button has ...
Definition button_state.hpp:31
@ location
Specifies that both the x and y coordinates of the control are defined.
Definition bounds_specified.hpp:30
@ size
Specifies that both the width and height property values of the control are defined.
Definition bounds_specified.hpp:36
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::forms::radio_button control.
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.hpp:54
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:31