xtd 0.2.0
Loading...
Searching...
No Matches
buttons.h
Go to the documentation of this file.
1
4#pragma once
5#include "button.h"
6
8namespace xtd {
10 namespace forms {
24 class buttons final static_ {
25 public:
27
31 static button abort();
46 static button abort(const drawing::point& location, const drawing::size& size, const xtd::string& name);
50 static button abort(const control& parent);
55 static button abort(const control& parent, const drawing::point& location);
61 static button abort(const control& parent, const drawing::point& location, const drawing::size& size);
68 static button abort(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
69
72 static button about();
87 static button about(const drawing::point& location, const drawing::size& size, const xtd::string& name);
91 static button about(const control& parent);
96 static button about(const control& parent, const drawing::point& location);
102 static button about(const control& parent, const drawing::point& location, const drawing::size& size);
109 static button about(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
110
132 static button actual_size(const control& parent);
137 static button actual_size(const control& parent, const drawing::point& location);
143 static button actual_size(const control& parent, const drawing::point& location, const drawing::size& size);
150 static button actual_size(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
151
154 static button add();
169 static button add(const drawing::point& location, const drawing::size& size, const xtd::string& name);
173 static button add(const control& parent);
178 static button add(const control& parent, const drawing::point& location);
184 static button add(const control& parent, const drawing::point& location, const drawing::size& size);
191 static button add(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
192
214 static button alignment(const control& parent);
219 static button alignment(const control& parent, const drawing::point& location);
225 static button alignment(const control& parent, const drawing::point& location, const drawing::size& size);
232 static button alignment(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
233
255 static button align_left(const control& parent);
260 static button align_left(const control& parent, const drawing::point& location);
266 static button align_left(const control& parent, const drawing::point& location, const drawing::size& size);
273 static button align_left(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
274
296 static button align_right(const control& parent);
301 static button align_right(const control& parent, const drawing::point& location);
307 static button align_right(const control& parent, const drawing::point& location, const drawing::size& size);
314 static button align_right(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
315
318 static button apply();
333 static button apply(const drawing::point& location, const drawing::size& size, const xtd::string& name);
337 static button apply(const control& parent);
342 static button apply(const control& parent, const drawing::point& location);
348 static button apply(const control& parent, const drawing::point& location, const drawing::size& size);
355 static button apply(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
356
378 static button ascending(const control& parent);
383 static button ascending(const control& parent, const drawing::point& location);
389 static button ascending(const control& parent, const drawing::point& location, const drawing::size& size);
396 static button ascending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
397
400 static button back();
415 static button back(const drawing::point& location, const drawing::size& size, const xtd::string& name);
419 static button back(const control& parent);
424 static button back(const control& parent, const drawing::point& location);
430 static button back(const control& parent, const drawing::point& location, const drawing::size& size);
437 static button back(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
438
441 static button bold();
456 static button bold(const drawing::point& location, const drawing::size& size, const xtd::string& name);
460 static button bold(const control& parent);
465 static button bold(const control& parent, const drawing::point& location);
471 static button bold(const control& parent, const drawing::point& location, const drawing::size& size);
478 static button bold(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
479
482 static button bottom();
497 static button bottom(const drawing::point& location, const drawing::size& size, const xtd::string& name);
501 static button bottom(const control& parent);
506 static button bottom(const control& parent, const drawing::point& location);
512 static button bottom(const control& parent, const drawing::point& location, const drawing::size& size);
519 static button bottom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
520
523 static button cancel();
538 static button cancel(const drawing::point& location, const drawing::size& size, const xtd::string& name);
542 static button cancel(const control& parent);
547 static button cancel(const control& parent, const drawing::point& location);
553 static button cancel(const control& parent, const drawing::point& location, const drawing::size& size);
560 static button cancel(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
561
564 static button cdrom();
579 static button cdrom(const drawing::point& location, const drawing::size& size, const xtd::string& name);
583 static button cdrom(const control& parent);
588 static button cdrom(const control& parent, const drawing::point& location);
594 static button cdrom(const control& parent, const drawing::point& location, const drawing::size& size);
601 static button cdrom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
602
605 static button centered();
624 static button centered(const control& parent);
629 static button centered(const control& parent, const drawing::point& location);
635 static button centered(const control& parent, const drawing::point& location, const drawing::size& size);
642 static button centered(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
643
646 static button clear();
661 static button clear(const drawing::point& location, const drawing::size& size, const xtd::string& name);
665 static button clear(const control& parent);
670 static button clear(const control& parent, const drawing::point& location);
676 static button clear(const control& parent, const drawing::point& location, const drawing::size& size);
683 static button clear(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
684
687 static button close();
702 static button close(const drawing::point& location, const drawing::size& size, const xtd::string& name);
706 static button close(const control& parent);
711 static button close(const control& parent, const drawing::point& location);
717 static button close(const control& parent, const drawing::point& location, const drawing::size& size);
724 static button close(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
725
728 static button color();
743 static button color(const drawing::point& location, const drawing::size& size, const xtd::string& name);
747 static button color(const control& parent);
752 static button color(const control& parent, const drawing::point& location);
758 static button color(const control& parent, const drawing::point& location, const drawing::size& size);
765 static button color(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
766
769 static button contents();
788 static button contents(const control& parent);
793 static button contents(const control& parent, const drawing::point& location);
799 static button contents(const control& parent, const drawing::point& location, const drawing::size& size);
806 static button contents(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
807
810 static button convert();
829 static button convert(const control& parent);
834 static button convert(const control& parent, const drawing::point& location);
840 static button convert(const control& parent, const drawing::point& location, const drawing::size& size);
847 static button convert(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
848
851 static button copy();
866 static button copy(const drawing::point& location, const drawing::size& size, const xtd::string& name);
870 static button copy(const control& parent);
875 static button copy(const control& parent, const drawing::point& location);
881 static button copy(const control& parent, const drawing::point& location, const drawing::size& size);
888 static button copy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
889
911 static button customize(const control& parent);
916 static button customize(const control& parent, const drawing::point& location);
922 static button customize(const control& parent, const drawing::point& location, const drawing::size& size);
929 static button customize(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
930
933 static button cut();
948 static button cut(const drawing::point& location, const drawing::size& size, const xtd::string& name);
952 static button cut(const control& parent);
957 static button cut(const control& parent, const drawing::point& location);
963 static button cut(const control& parent, const drawing::point& location, const drawing::size& size);
970 static button cut(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
971
974 static button del();
989 static button del(const drawing::point& location, const drawing::size& size, const xtd::string& name);
993 static button del(const control& parent);
998 static button del(const control& parent, const drawing::point& location);
1004 static button del(const control& parent, const drawing::point& location, const drawing::size& size);
1011 static button del(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1012
1034 static button descending(const control& parent);
1039 static button descending(const control& parent, const drawing::point& location);
1045 static button descending(const control& parent, const drawing::point& location, const drawing::size& size);
1052 static button descending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1053
1056 static button down();
1071 static button down(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1075 static button down(const control& parent);
1080 static button down(const control& parent, const drawing::point& location);
1086 static button down(const control& parent, const drawing::point& location, const drawing::size& size);
1093 static button down(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1094
1097 static button edit();
1112 static button edit(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1116 static button edit(const control& parent);
1121 static button edit(const control& parent, const drawing::point& location);
1127 static button edit(const control& parent, const drawing::point& location, const drawing::size& size);
1134 static button edit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1135
1138 static button execute();
1157 static button execute(const control& parent);
1162 static button execute(const control& parent, const drawing::point& location);
1168 static button execute(const control& parent, const drawing::point& location, const drawing::size& size);
1175 static button execute(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1176
1179 static button exit();
1194 static button exit(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1198 static button exit(const control& parent);
1203 static button exit(const control& parent, const drawing::point& location);
1209 static button exit(const control& parent, const drawing::point& location, const drawing::size& size);
1216 static button exit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1217
1220 static button file();
1235 static button file(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1239 static button file(const control& parent);
1244 static button file(const control& parent, const drawing::point& location);
1250 static button file(const control& parent, const drawing::point& location, const drawing::size& size);
1257 static button file(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1258
1261 static button find();
1276 static button find(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1280 static button find(const control& parent);
1285 static button find(const control& parent, const drawing::point& location);
1291 static button find(const control& parent, const drawing::point& location, const drawing::size& size);
1298 static button find(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1299
1302 static button first();
1317 static button first(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1321 static button first(const control& parent);
1326 static button first(const control& parent, const drawing::point& location);
1332 static button first(const control& parent, const drawing::point& location, const drawing::size& size);
1339 static button first(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1340
1343 static button floppy();
1362 static button floppy(const control& parent);
1367 static button floppy(const control& parent, const drawing::point& location);
1373 static button floppy(const control& parent, const drawing::point& location, const drawing::size& size);
1380 static button floppy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1381
1384 static button font();
1399 static button font(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1403 static button font(const control& parent);
1408 static button font(const control& parent, const drawing::point& location);
1414 static button font(const control& parent, const drawing::point& location, const drawing::size& size);
1421 static button font(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1422
1425 static button forward();
1444 static button forward(const control& parent);
1449 static button forward(const control& parent, const drawing::point& location);
1455 static button forward(const control& parent, const drawing::point& location, const drawing::size& size);
1462 static button forward(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1463
1485 static button harddisk(const control& parent);
1490 static button harddisk(const control& parent, const drawing::point& location);
1496 static button harddisk(const control& parent, const drawing::point& location, const drawing::size& size);
1503 static button harddisk(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1504
1507 static button help();
1522 static button help(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1526 static button help(const control& parent);
1531 static button help(const control& parent, const drawing::point& location);
1537 static button help(const control& parent, const drawing::point& location, const drawing::size& size);
1544 static button help(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1545
1548 static button home();
1563 static button home(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1567 static button home(const control& parent);
1572 static button home(const control& parent, const drawing::point& location);
1578 static button home(const control& parent, const drawing::point& location, const drawing::size& size);
1585 static button home(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1586
1589 static button ignore();
1608 static button ignore(const control& parent);
1613 static button ignore(const control& parent, const drawing::point& location);
1619 static button ignore(const control& parent, const drawing::point& location, const drawing::size& size);
1626 static button ignore(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1627
1630 static button indent();
1649 static button indent(const control& parent);
1654 static button indent(const control& parent, const drawing::point& location);
1660 static button indent(const control& parent, const drawing::point& location, const drawing::size& size);
1667 static button indent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1668
1671 static button index();
1686 static button index(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1690 static button index(const control& parent);
1695 static button index(const control& parent, const drawing::point& location);
1701 static button index(const control& parent, const drawing::point& location, const drawing::size& size);
1708 static button index(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1709
1712 static button info();
1727 static button info(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1731 static button info(const control& parent);
1736 static button info(const control& parent, const drawing::point& location);
1742 static button info(const control& parent, const drawing::point& location, const drawing::size& size);
1749 static button info(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1750
1753 static button italic();
1772 static button italic(const control& parent);
1777 static button italic(const control& parent, const drawing::point& location);
1783 static button italic(const control& parent, const drawing::point& location, const drawing::size& size);
1790 static button italic(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1791
1813 static button justified(const control& parent);
1818 static button justified(const control& parent, const drawing::point& location);
1824 static button justified(const control& parent, const drawing::point& location, const drawing::size& size);
1831 static button justified(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1832
1835 static button jump_to();
1854 static button jump_to(const control& parent);
1859 static button jump_to(const control& parent, const drawing::point& location);
1865 static button jump_to(const control& parent, const drawing::point& location, const drawing::size& size);
1872 static button jump_to(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1873
1876 static button last();
1891 static button last(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1895 static button last(const control& parent);
1900 static button last(const control& parent, const drawing::point& location);
1906 static button last(const control& parent, const drawing::point& location, const drawing::size& size);
1913 static button last(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1914
1917 static button network();
1936 static button network(const control& parent);
1941 static button network(const control& parent, const drawing::point& location);
1947 static button network(const control& parent, const drawing::point& location, const drawing::size& size);
1954 static button network(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1955
1958 static button new_();
1973 static button new_(const drawing::point& location, const drawing::size& size, const xtd::string& name);
1977 static button new_(const control& parent);
1982 static button new_(const control& parent, const drawing::point& location);
1988 static button new_(const control& parent, const drawing::point& location, const drawing::size& size);
1995 static button new_(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1996
1999 static button next();
2014 static button next(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2018 static button next(const control& parent);
2023 static button next(const control& parent, const drawing::point& location);
2029 static button next(const control& parent, const drawing::point& location, const drawing::size& size);
2036 static button next(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2037
2040 static button no();
2055 static button no(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2059 static button no(const control& parent);
2064 static button no(const control& parent, const drawing::point& location);
2070 static button no(const control& parent, const drawing::point& location, const drawing::size& size);
2077 static button no(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2078
2081 static button ok();
2096 static button ok(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2100 static button ok(const control& parent);
2105 static button ok(const control& parent, const drawing::point& location);
2111 static button ok(const control& parent, const drawing::point& location, const drawing::size& size);
2118 static button ok(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2119
2122 static button open();
2137 static button open(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2141 static button open(const control& parent);
2146 static button open(const control& parent, const drawing::point& location);
2152 static button open(const control& parent, const drawing::point& location, const drawing::size& size);
2159 static button open(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2160
2163 static button options();
2182 static button options(const control& parent);
2187 static button options(const control& parent, const drawing::point& location);
2193 static button options(const control& parent, const drawing::point& location, const drawing::size& size);
2200 static button options(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2201
2204 static button paste();
2219 static button paste(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2223 static button paste(const control& parent);
2228 static button paste(const control& parent, const drawing::point& location);
2234 static button paste(const control& parent, const drawing::point& location, const drawing::size& size);
2241 static button paste(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2242
2264 static button preferences(const control& parent);
2269 static button preferences(const control& parent, const drawing::point& location);
2275 static button preferences(const control& parent, const drawing::point& location, const drawing::size& size);
2282 static button preferences(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2283
2305 static button previous(const control& parent);
2310 static button previous(const control& parent, const drawing::point& location);
2316 static button previous(const control& parent, const drawing::point& location, const drawing::size& size);
2323 static button previous(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2324
2327 static button print();
2342 static button print(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2346 static button print(const control& parent);
2351 static button print(const control& parent, const drawing::point& location);
2357 static button print(const control& parent, const drawing::point& location, const drawing::size& size);
2364 static button print(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2365
2387 static button print_preview(const control& parent);
2392 static button print_preview(const control& parent, const drawing::point& location);
2405 static button print_preview(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2406
2428 static button properties(const control& parent);
2433 static button properties(const control& parent, const drawing::point& location);
2439 static button properties(const control& parent, const drawing::point& location, const drawing::size& size);
2446 static button properties(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2447
2450 static button quit();
2465 static button quit(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2469 static button quit(const control& parent);
2474 static button quit(const control& parent, const drawing::point& location);
2480 static button quit(const control& parent, const drawing::point& location, const drawing::size& size);
2487 static button quit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2488
2491 static button redo();
2506 static button redo(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2510 static button redo(const control& parent);
2515 static button redo(const control& parent, const drawing::point& location);
2521 static button redo(const control& parent, const drawing::point& location, const drawing::size& size);
2528 static button redo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2529
2532 static button refresh();
2551 static button refresh(const control& parent);
2556 static button refresh(const control& parent, const drawing::point& location);
2562 static button refresh(const control& parent, const drawing::point& location, const drawing::size& size);
2569 static button refresh(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2570
2573 static button remove();
2592 static button remove(const control& parent);
2597 static button remove(const control& parent, const drawing::point& location);
2603 static button remove(const control& parent, const drawing::point& location, const drawing::size& size);
2610 static button remove(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2611
2614 static button replace();
2633 static button replace(const control& parent);
2638 static button replace(const control& parent, const drawing::point& location);
2644 static button replace(const control& parent, const drawing::point& location, const drawing::size& size);
2651 static button replace(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2652
2655 static button retry();
2670 static button retry(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2674 static button retry(const control& parent);
2679 static button retry(const control& parent, const drawing::point& location);
2685 static button retry(const control& parent, const drawing::point& location, const drawing::size& size);
2692 static button retry(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2693
2715 static button revert_to_saved(const control& parent);
2733 static button revert_to_saved(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2734
2737 static button save();
2752 static button save(const drawing::point& location, const drawing::size& size, const xtd::string& name);
2756 static button save(const control& parent);
2761 static button save(const control& parent, const drawing::point& location);
2767 static button save(const control& parent, const drawing::point& location, const drawing::size& size);
2774 static button save(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2775
2778 static button save_as();
2797 static button save_as(const control& parent);
2802 static button save_as(const control& parent, const drawing::point& location);
2808 static button save_as(const control& parent, const drawing::point& location, const drawing::size& size);
2815 static button save_as(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2816
2819 static button search();
2838 static button search(const control& parent);
2843 static button search(const control& parent, const drawing::point& location);
2849 static button search(const control& parent, const drawing::point& location, const drawing::size& size);
2856 static button search(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2857
2879 static button select_all(const control& parent);
2884 static button select_all(const control& parent, const drawing::point& location);
2890 static button select_all(const control& parent, const drawing::point& location, const drawing::size& size);
2897 static button select_all(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2898
2920 static button settings(const control& parent);
2925 static button settings(const control& parent, const drawing::point& location);
2931 static button settings(const control& parent, const drawing::point& location, const drawing::size& size);
2938 static button settings(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2939
2961 static button spell_check(const control& parent);
2966 static button spell_check(const control& parent, const drawing::point& location);
2972 static button spell_check(const control& parent, const drawing::point& location, const drawing::size& size);
2979 static button spell_check(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2980
2983 static button stop();
2998 static button stop(const drawing::point& location, const drawing::size& size, const xtd::string& name);
3002 static button stop(const control& parent);
3007 static button stop(const control& parent, const drawing::point& location);
3013 static button stop(const control& parent, const drawing::point& location, const drawing::size& size);
3020 static button stop(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3021
3043 static button strikeout(const control& parent);
3048 static button strikeout(const control& parent, const drawing::point& location);
3054 static button strikeout(const control& parent, const drawing::point& location, const drawing::size& size);
3061 static button strikeout(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3062
3065 static button tools();
3080 static button tools(const drawing::point& location, const drawing::size& size, const xtd::string& name);
3084 static button tools(const control& parent);
3089 static button tools(const control& parent, const drawing::point& location);
3095 static button tools(const control& parent, const drawing::point& location, const drawing::size& size);
3102 static button tools(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3103
3106 static button top();
3121 static button top(const drawing::point& location, const drawing::size& size, const xtd::string& name);
3125 static button top(const control& parent);
3130 static button top(const control& parent, const drawing::point& location);
3136 static button top(const control& parent, const drawing::point& location, const drawing::size& size);
3143 static button top(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3144
3166 static button undelete(const control& parent);
3171 static button undelete(const control& parent, const drawing::point& location);
3177 static button undelete(const control& parent, const drawing::point& location, const drawing::size& size);
3184 static button undelete(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3185
3207 static button underline(const control& parent);
3212 static button underline(const control& parent, const drawing::point& location);
3218 static button underline(const control& parent, const drawing::point& location, const drawing::size& size);
3225 static button underline(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3226
3229 static button undo();
3244 static button undo(const drawing::point& location, const drawing::size& size, const xtd::string& name);
3248 static button undo(const control& parent);
3253 static button undo(const control& parent, const drawing::point& location);
3259 static button undo(const control& parent, const drawing::point& location, const drawing::size& size);
3266 static button undo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3267
3289 static button unindent(const control& parent);
3294 static button unindent(const control& parent, const drawing::point& location);
3300 static button unindent(const control& parent, const drawing::point& location, const drawing::size& size);
3307 static button unindent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3308
3311 static button up();
3326 static button up(const drawing::point& location, const drawing::size& size, const xtd::string& name);
3330 static button up(const control& parent);
3335 static button up(const control& parent, const drawing::point& location);
3341 static button up(const control& parent, const drawing::point& location, const drawing::size& size);
3348 static button up(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3349
3352 static button view();
3367 static button view(const drawing::point& location, const drawing::size& size, const xtd::string& name);
3371 static button view(const control& parent);
3376 static button view(const control& parent, const drawing::point& location);
3382 static button view(const control& parent, const drawing::point& location, const drawing::size& size);
3389 static button view(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3390
3393 static button window();
3412 static button window(const control& parent);
3417 static button window(const control& parent, const drawing::point& location);
3423 static button window(const control& parent, const drawing::point& location, const drawing::size& size);
3430 static button window(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3431
3434 static button yes();
3449 static button yes(const drawing::point& location, const drawing::size& size, const xtd::string& name);
3453 static button yes(const control& parent);
3458 static button yes(const control& parent, const drawing::point& location);
3464 static button yes(const control& parent, const drawing::point& location, const drawing::size& size);
3471 static button yes(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3472
3475 static button zoom_in();
3494 static button zoom_in(const control& parent);
3499 static button zoom_in(const control& parent, const drawing::point& location);
3505 static button zoom_in(const control& parent, const drawing::point& location, const drawing::size& size);
3512 static button zoom_in(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3513
3535 static button zoom_out(const control& parent);
3540 static button zoom_out(const control& parent, const drawing::point& location);
3546 static button zoom_out(const control& parent, const drawing::point& location, const drawing::size& size);
3553 static button zoom_out(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3554
3576 static button zoom_to_fit(const control& parent);
3581 static button zoom_to_fit(const control& parent, const drawing::point& location);
3587 static button zoom_to_fit(const control& parent, const drawing::point& location, const drawing::size& size);
3594 static button zoom_to_fit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3596 };
3597 }
3598}
Represents text as a sequence of character units.
Definition basic_string.h:79
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:54
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Represents a Windows button control.
Definition button.h:49
Provides a collection of button objects for use by a Windows Forms application.
Definition buttons.h:24
static button save(const drawing::point &location)
Create a system-defined button that represent save button with specified location.
static button ignore(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent ignore button with specified parent,...
static button actual_size(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent actual_size button with specified parent,...
static button strikeout(const control &parent, const drawing::point &location)
Create a system-defined button that represent strikeout button with specified parent,...
static button strikeout(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent strikeout button with specified location,...
static button save_as(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent save_as button with specified location,...
static button home(const control &parent, const drawing::point &location)
Create a system-defined button that represent home button with specified parent, and location.
static button harddisk(const control &parent)
Create a system-defined button that represent harddisk button with specified parent.
static button save_as()
Create a system-defined button that represent save_as button.
static button quit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent quit button with specified location,...
static button print_preview(const control &parent, const drawing::point &location)
Create a system-defined button that represent print_preview button with specified parent,...
static button retry(const control &parent, const drawing::point &location)
Create a system-defined button that represent retry button with specified parent, and location.
static button close(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent close button with specified location,...
static button clear(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent clear button with specified location,...
static button tools(const control &parent, const drawing::point &location)
Create a system-defined button that represent tools button with specified parent, and location.
static button new_(const control &parent)
Create a system-defined button that represent new_ button with specified parent.
static button next(const control &parent, const drawing::point &location)
Create a system-defined button that represent next button with specified parent, and location.
static button search(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent search button with specified location,...
static button forward(const control &parent, const drawing::point &location)
Create a system-defined button that represent forward button with specified parent,...
static button jump_to(const drawing::point &location)
Create a system-defined button that represent jump_to button with specified location.
static button actual_size(const control &parent, const drawing::point &location)
Create a system-defined button that represent actual_size button with specified parent,...
static button undelete(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent undelete button with specified location,...
static button ascending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent ascending button with specified parent,...
static button apply(const control &parent, const drawing::point &location)
Create a system-defined button that represent apply button with specified parent, and location.
static button save_as(const control &parent)
Create a system-defined button that represent save_as button with specified parent.
static button justified(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent justified button with specified parent,...
static button settings()
Create a system-defined button that represent settings button.
static button find(const control &parent)
Create a system-defined button that represent find button with specified parent.
static button replace()
Create a system-defined button that represent replace button.
static button floppy(const control &parent)
Create a system-defined button that represent floppy button with specified parent.
static button next(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent next button with specified parent, location,...
static button open(const control &parent)
Create a system-defined button that represent open button with specified parent.
static button window(const control &parent, const drawing::point &location)
Create a system-defined button that represent window button with specified parent,...
static button spell_check(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent spell_check button with specified parent,...
static button close()
Create a system-defined button that represent close button.
static button harddisk()
Create a system-defined button that represent harddisk button.
static button unindent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent unindent button with specified parent,...
static button ok(const control &parent)
Create a system-defined button that represent ok button with specified parent.
static button up(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent up button with specified parent, location,...
static button home(const control &parent)
Create a system-defined button that represent home button with specified parent.
static button print_preview(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent print_preview button with specified location,...
static button harddisk(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent harddisk button with specified location,...
static button edit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent edit button with specified parent, location,...
static button quit(const control &parent)
Create a system-defined button that represent quit button with specified parent.
static button help(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent help button with specified parent, location,...
static button next()
Create a system-defined button that represent next button.
static button centered(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent centered button with specified location,...
static button next(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent next button with specified location,...
static button index(const control &parent)
Create a system-defined button that represent index button with specified parent.
static button find(const control &parent, const drawing::point &location)
Create a system-defined button that represent find button with specified parent, and location.
static button back()
Create a system-defined button that represent back button.
static button options(const control &parent)
Create a system-defined button that represent options button with specified parent.
static button select_all(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent select_all button with specified parent,...
static button settings(const control &parent)
Create a system-defined button that represent settings button with specified parent.
static button settings(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent settings button with specified location,...
static button spell_check(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent spell_check button with specified location,...
static button indent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent indent button with specified parent,...
static button search()
Create a system-defined button that represent search button.
static button help(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent help button with specified location,...
static button actual_size()
Create a system-defined button that represent actual_size button.
static button zoom_in(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent zoom_in button with specified location,...
static button redo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent redo button with specified parent, location,...
static button down(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent down button with specified location,...
static button font()
Create a system-defined button that represent font button.
static button floppy(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent floppy button with specified location,...
static button color(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent color button with specified parent, location,...
static button stop()
Create a system-defined button that represent stop button.
static button up(const control &parent, const drawing::point &location)
Create a system-defined button that represent up button with specified parent, and location.
static button stop(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent stop button with specified location,...
static button properties(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent properties button with specified parent,...
static button add(const drawing::point &location)
Create a system-defined button that represent add button with specified location.
static button first(const control &parent, const drawing::point &location)
Create a system-defined button that represent first button with specified parent, and location.
static button ascending(const control &parent)
Create a system-defined button that represent ascending button with specified parent.
static button ignore(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent ignore button with specified location,...
static button strikeout(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent strikeout button with specified location,...
static button descending(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent descending button with specified location,...
static button ok(const drawing::point &location)
Create a system-defined button that represent ok button with specified location.
static button top(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent top button with specified location, and size.
static button zoom_in(const control &parent, const drawing::point &location)
Create a system-defined button that represent zoom_in button with specified parent,...
static button view(const drawing::point &location)
Create a system-defined button that represent view button with specified location.
static button find(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent find button with specified parent, location,...
static button undelete(const control &parent, const drawing::point &location)
Create a system-defined button that represent undelete button with specified parent,...
static button open(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent open button with specified location,...
static button forward(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent forward button with specified location,...
static button replace(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent replace button with specified parent,...
static button exit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent exit button with specified parent, location,...
static button abort(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent abort button with specified parent, location,...
static button settings(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent settings button with specified parent,...
static button italic(const control &parent)
Create a system-defined button that represent italic button with specified parent.
static button no(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent no button with specified location, size,...
static button zoom_out()
Create a system-defined button that represent zoom_out button.
static button options(const drawing::point &location)
Create a system-defined button that represent options button with specified location.
static button back(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent back button with specified parent, location,...
static button new_()
Create a system-defined button that represent new_ button.
static button index(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent index button with specified location,...
static button edit(const control &parent, const drawing::point &location)
Create a system-defined button that represent edit button with specified parent, and location.
static button select_all(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent select_all button with specified location,...
static button about()
Create a system-defined button that represent about button.
static button remove(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent remove button with specified parent,...
static button preferences(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent preferences button with specified parent,...
static button print(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent print button with specified parent, location,...
static button align_left(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent align_left button with specified parent,...
static button copy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent copy button with specified parent, location,...
static button jump_to(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent jump_to button with specified location,...
static button unindent(const control &parent)
Create a system-defined button that represent unindent button with specified parent.
static button properties(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent properties button with specified parent,...
static button zoom_in()
Create a system-defined button that represent zoom_in button.
static button ascending(const drawing::point &location)
Create a system-defined button that represent ascending button with specified location.
static button underline()
Create a system-defined button that represent underline button.
static button clear(const control &parent, const drawing::point &location)
Create a system-defined button that represent clear button with specified parent, and location.
static button window(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent window button with specified location,...
static button first(const drawing::point &location)
Create a system-defined button that represent first button with specified location.
static button replace(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent replace button with specified location,...
static button previous(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent previous button with specified location,...
static button tools(const drawing::point &location)
Create a system-defined button that represent tools button with specified location.
static button forward()
Create a system-defined button that represent forward button.
static button yes(const drawing::point &location)
Create a system-defined button that represent yes button with specified location.
static button add(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent add button with specified location, size,...
static button undo(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent undo button with specified location,...
static button file(const control &parent)
Create a system-defined button that represent file button with specified parent.
static button replace(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent replace button with specified location,...
static button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent zoom_to_fit button with specified parent,...
static button abort(const control &parent)
Create a system-defined button that represent abort button with specified parent.
static button retry()
Create a system-defined button that represent retry button.
static button actual_size(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent actual_size button with specified parent,...
static button abort(const drawing::point &location)
Create a system-defined button that represent abort button with specified location.
static button no(const control &parent)
Create a system-defined button that represent no button with specified parent.
static button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent zoom_to_fit button with specified parent,...
static button yes(const control &parent, const drawing::point &location)
Create a system-defined button that represent yes button with specified parent, and location.
static button del(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent del button with specified parent, location,...
static button italic(const drawing::point &location)
Create a system-defined button that represent italic button with specified location.
static button quit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent quit button with specified parent, location,...
static button info(const control &parent)
Create a system-defined button that represent info button with specified parent.
static button indent()
Create a system-defined button that represent indent button.
static button align_left(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent align_left button with specified parent,...
static button abort()
Create a system-defined button that represent abort button.
static button centered(const control &parent)
Create a system-defined button that represent centered button with specified parent.
static button undo()
Create a system-defined button that represent undo button.
static button color(const control &parent)
Create a system-defined button that represent color button with specified parent.
static button properties(const drawing::point &location)
Create a system-defined button that represent properties button with specified location.
static button properties(const control &parent)
Create a system-defined button that represent properties button with specified parent.
static button new_(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent new_ button with specified location,...
static button del(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent del button with specified location, size,...
static button window(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent window button with specified location,...
static button preferences(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent preferences button with specified location,...
static button paste(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent paste button with specified parent, location,...
static button close(const control &parent, const drawing::point &location)
Create a system-defined button that represent close button with specified parent, and location.
static button redo(const drawing::point &location)
Create a system-defined button that represent redo button with specified location.
static button replace(const control &parent)
Create a system-defined button that represent replace button with specified parent.
static button contents(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent contents button with specified parent,...
static button undo(const drawing::point &location)
Create a system-defined button that represent undo button with specified location.
static button first(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent first button with specified parent, location,...
static button customize(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent customize button with specified location,...
static button options(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent options button with specified parent,...
static button home(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent home button with specified parent, location,...
static button first()
Create a system-defined button that represent first button.
static button last(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent last button with specified parent, location,...
static button exit(const drawing::point &location)
Create a system-defined button that represent exit button with specified location.
static button alignment(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent alignment button with specified location,...
static button redo(const control &parent, const drawing::point &location)
Create a system-defined button that represent redo button with specified parent, and location.
static button jump_to(const control &parent)
Create a system-defined button that represent jump_to button with specified parent.
static button top(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent top button with specified parent, location,...
static button quit(const control &parent, const drawing::point &location)
Create a system-defined button that represent quit button with specified parent, and location.
static button remove(const control &parent, const drawing::point &location)
Create a system-defined button that represent remove button with specified parent,...
static button cut(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent cut button with specified location, size,...
static button cancel()
Create a system-defined button that represent cancel button.
static button floppy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent floppy button with specified parent,...
static button home(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent home button with specified location,...
static button add()
Create a system-defined button that represent add button.
static button view()
Create a system-defined button that represent view button.
static button unindent()
Create a system-defined button that represent unindent button.
static button customize(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent customize button with specified location,...
static button no(const drawing::point &location)
Create a system-defined button that represent no button with specified location.
static button indent(const control &parent, const drawing::point &location)
Create a system-defined button that represent indent button with specified parent,...
static button retry(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent retry button with specified location,...
static button ascending()
Create a system-defined button that represent ascending button.
static button preferences()
Create a system-defined button that represent preferences button.
static button refresh(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent refresh button with specified location,...
static button preferences(const control &parent, const drawing::point &location)
Create a system-defined button that represent preferences button with specified parent,...
static button about(const control &parent, const drawing::point &location)
Create a system-defined button that represent about button with specified parent, and location.
static button convert(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent convert button with specified location,...
static button convert(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent convert button with specified parent,...
static button search(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent search button with specified location,...
static button info(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent info button with specified location,...
static button justified(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent justified button with specified location,...
static button up(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent up button with specified location, size,...
static button copy(const control &parent, const drawing::point &location)
Create a system-defined button that represent copy button with specified parent, and location.
static button print(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent print button with specified location,...
static button print(const control &parent, const drawing::point &location)
Create a system-defined button that represent print button with specified parent, and location.
static button tools(const control &parent)
Create a system-defined button that represent tools button with specified parent.
static button up(const drawing::point &location)
Create a system-defined button that represent up button with specified location.
static button properties(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent properties button with specified location,...
static button back(const control &parent, const drawing::point &location)
Create a system-defined button that represent back button with specified parent, and location.
static button font(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent font button with specified location,...
static button cut(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent cut button with specified location, and size.
static button bottom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent bottom button with specified parent,...
static button cancel(const drawing::point &location)
Create a system-defined button that represent cancel button with specified location.
static button clear(const control &parent)
Create a system-defined button that represent clear button with specified parent.
static button new_(const drawing::point &location)
Create a system-defined button that represent new_ button with specified location.
static button refresh(const control &parent)
Create a system-defined button that represent refresh button with specified parent.
static button back(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent back button with specified location,...
static button revert_to_saved(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent revert_to_saved button with specified location,...
static button help(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent help button with specified location,...
static button save_as(const control &parent, const drawing::point &location)
Create a system-defined button that represent save_as button with specified parent,...
static button down(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent down button with specified parent, location,...
static button ascending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent ascending button with specified parent,...
static button home(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent home button with specified location,...
static button previous(const control &parent)
Create a system-defined button that represent previous button with specified parent.
static button centered(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent centered button with specified location,...
static button index(const drawing::point &location)
Create a system-defined button that represent index button with specified location.
static button italic(const control &parent, const drawing::point &location)
Create a system-defined button that represent italic button with specified parent,...
static button cdrom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent cdrom button with specified parent, location,...
static button options(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent options button with specified location,...
static button align_left(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent align_left button with specified location,...
static button unindent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent unindent button with specified parent,...
static button align_left(const control &parent)
Create a system-defined button that represent align_left button with specified parent.
static button execute()
Create a system-defined button that represent execute button.
static button zoom_out(const control &parent, const drawing::point &location)
Create a system-defined button that represent zoom_out button with specified parent,...
static button customize(const control &parent, const drawing::point &location)
Create a system-defined button that represent customize button with specified parent,...
static button copy()
Create a system-defined button that represent copy button.
static button redo(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent redo button with specified location,...
static button execute(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent execute button with specified parent,...
static button align_left(const drawing::point &location)
Create a system-defined button that represent align_left button with specified location.
static button first(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent first button with specified location,...
static button yes(const control &parent)
Create a system-defined button that represent yes button with specified parent.
static button tools(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent tools button with specified parent, location,...
static button zoom_in(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent zoom_in button with specified location,...
static button refresh(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent refresh button with specified parent,...
static button window(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent window button with specified parent,...
static button copy(const control &parent)
Create a system-defined button that represent copy button with specified parent.
static button edit(const drawing::point &location)
Create a system-defined button that represent edit button with specified location.
static button view(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent view button with specified location,...
static button forward(const control &parent)
Create a system-defined button that represent forward button with specified parent.
static button descending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent descending button with specified parent,...
static button refresh(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent refresh button with specified location,...
static button print(const control &parent)
Create a system-defined button that represent print button with specified parent.
static button undelete()
Create a system-defined button that represent undelete button.
static button cdrom(const drawing::point &location)
Create a system-defined button that represent cdrom button with specified location.
static button last()
Create a system-defined button that represent last button.
static button align_right(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent align_right button with specified parent,...
static button top(const control &parent)
Create a system-defined button that represent top button with specified parent.
static button cancel(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent cancel button with specified parent,...
static button zoom_in(const control &parent)
Create a system-defined button that represent zoom_in button with specified parent.
static button revert_to_saved(const drawing::point &location)
Create a system-defined button that represent revert_to_saved button with specified location.
static button convert(const control &parent, const drawing::point &location)
Create a system-defined button that represent convert button with specified parent,...
static button align_right(const drawing::point &location)
Create a system-defined button that represent align_right button with specified location.
static button previous(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent previous button with specified parent,...
static button align_right(const control &parent, const drawing::point &location)
Create a system-defined button that represent align_right button with specified parent,...
static button edit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent edit button with specified parent, location,...
static button ignore(const control &parent, const drawing::point &location)
Create a system-defined button that represent ignore button with specified parent,...
static button back(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent back button with specified parent, location,...
static button no(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent no button with specified parent, location,...
static button open(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent open button with specified parent, location,...
static button new_(const control &parent, const drawing::point &location)
Create a system-defined button that represent new_ button with specified parent, and location.
static button top(const control &parent, const drawing::point &location)
Create a system-defined button that represent top button with specified parent, and location.
static button network(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent network button with specified parent,...
static button find()
Create a system-defined button that represent find button.
static button refresh(const control &parent, const drawing::point &location)
Create a system-defined button that represent refresh button with specified parent,...
static button harddisk(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent harddisk button with specified parent,...
static button view(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent view button with specified parent, location,...
static button floppy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent floppy button with specified parent,...
static button file()
Create a system-defined button that represent file button.
static button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent revert_to_saved button with specified parent,...
static button exit(const control &parent, const drawing::point &location)
Create a system-defined button that represent exit button with specified parent, and location.
static button copy(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent copy button with specified location,...
static button save_as(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent save_as button with specified parent,...
static button undo(const control &parent, const drawing::point &location)
Create a system-defined button that represent undo button with specified parent, and location.
static button cut()
Create a system-defined button that represent cut button.
static button ascending(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent ascending button with specified location,...
static button about(const control &parent)
Create a system-defined button that represent about button with specified parent.
static button select_all(const control &parent)
Create a system-defined button that represent select_all button with specified parent.
static button italic(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent italic button with specified parent,...
static button floppy(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent floppy button with specified location,...
static button previous(const drawing::point &location)
Create a system-defined button that represent previous button with specified location.
static button strikeout(const control &parent)
Create a system-defined button that represent strikeout button with specified parent.
static button cut(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent cut button with specified parent, location,...
static button save_as(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent save_as button with specified parent,...
static button window(const drawing::point &location)
Create a system-defined button that represent window button with specified location.
static button redo()
Create a system-defined button that represent redo button.
static button clear()
Create a system-defined button that represent clear button.
static button settings(const drawing::point &location)
Create a system-defined button that represent settings button with specified location.
static button customize(const drawing::point &location)
Create a system-defined button that represent customize button with specified location.
static button network(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent network button with specified location,...
static button cut(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent cut button with specified parent, location,...
static button cancel(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent cancel button with specified location,...
static button bottom(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent bottom button with specified location,...
static button spell_check(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent spell_check button with specified parent,...
static button font(const drawing::point &location)
Create a system-defined button that represent font button with specified location.
static button color()
Create a system-defined button that represent color button.
static button bold(const control &parent, const drawing::point &location)
Create a system-defined button that represent bold button with specified parent, and location.
static button index(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent index button with specified parent, location,...
static button execute(const drawing::point &location)
Create a system-defined button that represent execute button with specified location.
static button replace(const control &parent, const drawing::point &location)
Create a system-defined button that represent replace button with specified parent,...
static button down(const control &parent)
Create a system-defined button that represent down button with specified parent.
static button customize()
Create a system-defined button that represent customize button.
static button bold(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent bold button with specified location,...
static button search(const drawing::point &location)
Create a system-defined button that represent search button with specified location.
static button align_left(const control &parent, const drawing::point &location)
Create a system-defined button that represent align_left button with specified parent,...
static button contents(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent contents button with specified parent,...
static button open(const control &parent, const drawing::point &location)
Create a system-defined button that represent open button with specified parent, and location.
static button info(const drawing::point &location)
Create a system-defined button that represent info button with specified location.
static button home(const drawing::point &location)
Create a system-defined button that represent home button with specified location.
static button zoom_to_fit(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent zoom_to_fit button with specified location,...
static button network(const control &parent, const drawing::point &location)
Create a system-defined button that represent network button with specified parent,...
static button revert_to_saved(const control &parent, const drawing::point &location)
Create a system-defined button that represent revert_to_saved button with specified parent,...
static button customize(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent customize button with specified parent,...
static button info(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent info button with specified parent, location,...
static button retry(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent retry button with specified parent, location,...
static button paste(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent paste button with specified parent, location,...
static button centered(const control &parent, const drawing::point &location)
Create a system-defined button that represent centered button with specified parent,...
static button view(const control &parent, const drawing::point &location)
Create a system-defined button that represent view button with specified parent, and location.
static button clear(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent clear button with specified parent, location,...
static button zoom_to_fit(const control &parent, const drawing::point &location)
Create a system-defined button that represent zoom_to_fit button with specified parent,...
static button print_preview(const control &parent)
Create a system-defined button that represent print_preview button with specified parent.
static button down(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent down button with specified parent, location,...
static button close(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent close button with specified parent, location,...
static button edit(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent edit button with specified location,...
static button copy(const drawing::point &location)
Create a system-defined button that represent copy button with specified location.
static button underline(const control &parent)
Create a system-defined button that represent underline button with specified parent.
static button cdrom()
Create a system-defined button that represent cdrom button.
static button stop(const control &parent, const drawing::point &location)
Create a system-defined button that represent stop button with specified parent, and location.
static button cdrom(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent cdrom button with specified location,...
static button quit(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent quit button with specified location,...
static button forward(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent forward button with specified parent,...
static button refresh(const drawing::point &location)
Create a system-defined button that represent refresh button with specified location.
static button back(const drawing::point &location)
Create a system-defined button that represent back button with specified location.
static button ok(const control &parent, const drawing::point &location)
Create a system-defined button that represent ok button with specified parent, and location.
static button font(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent font button with specified parent, location,...
static button file(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent file button with specified location,...
static button window()
Create a system-defined button that represent window button.
static button underline(const control &parent, const drawing::point &location)
Create a system-defined button that represent underline button with specified parent,...
static button revert_to_saved(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent revert_to_saved button with specified location,...
static button options(const control &parent, const drawing::point &location)
Create a system-defined button that represent options button with specified parent,...
static button replace(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent replace button with specified parent,...
static button settings(const control &parent, const drawing::point &location)
Create a system-defined button that represent settings button with specified parent,...
static button cdrom(const control &parent, const drawing::point &location)
Create a system-defined button that represent cdrom button with specified parent, and location.
static button descending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent descending button with specified parent,...
static button contents(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent contents button with specified location,...
static button strikeout(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent strikeout button with specified parent,...
static button del(const drawing::point &location)
Create a system-defined button that represent del button with specified location.
static button zoom_to_fit(const control &parent)
Create a system-defined button that represent zoom_to_fit button with specified parent.
static button no(const control &parent, const drawing::point &location)
Create a system-defined button that represent no button with specified parent, and location.
static button select_all(const control &parent, const drawing::point &location)
Create a system-defined button that represent select_all button with specified parent,...
static button previous(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent previous button with specified parent,...
static button convert(const control &parent)
Create a system-defined button that represent convert button with specified parent.
static button centered()
Create a system-defined button that represent centered button.
static button top(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent top button with specified parent, location,...
static button actual_size(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent actual_size button with specified location,...
static button zoom_to_fit(const drawing::point &location)
Create a system-defined button that represent zoom_to_fit button with specified location.
static button properties(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent properties button with specified location,...
static button yes(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent yes button with specified parent, location,...
static button save(const control &parent, const drawing::point &location)
Create a system-defined button that represent save button with specified parent, and location.
static button ok(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent ok button with specified parent, location,...
static button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent zoom_in button with specified parent,...
static button color(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent color button with specified location,...
static button print_preview(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent print_preview button with specified parent,...
static button about(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent about button with specified parent, location,...
static button remove(const drawing::point &location)
Create a system-defined button that represent remove button with specified location.
static button down(const control &parent, const drawing::point &location)
Create a system-defined button that represent down button with specified parent, and location.
static button no(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent no button with specified parent, location,...
static button bottom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent bottom button with specified parent,...
static button italic(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent italic button with specified parent,...
static button cdrom(const control &parent)
Create a system-defined button that represent cdrom button with specified parent.
static button stop(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent stop button with specified location,...
static button exit(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent exit button with specified location,...
static button execute(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent execute button with specified location,...
static button apply(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent apply button with specified location,...
static button bottom(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent bottom button with specified location,...
static button about(const drawing::point &location)
Create a system-defined button that represent about button with specified location.
static button help(const control &parent, const drawing::point &location)
Create a system-defined button that represent help button with specified parent, and location.
static button print_preview(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent print_preview button with specified location,...
static button undelete(const control &parent)
Create a system-defined button that represent undelete button with specified parent.
static button harddisk(const control &parent, const drawing::point &location)
Create a system-defined button that represent harddisk button with specified parent,...
static button descending(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent descending button with specified location,...
static button bottom()
Create a system-defined button that represent bottom button.
static button forward(const drawing::point &location)
Create a system-defined button that represent forward button with specified location.
static button convert()
Create a system-defined button that represent convert button.
static button yes()
Create a system-defined button that represent yes button.
static button cancel(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent cancel button with specified location,...
static button ignore()
Create a system-defined button that represent ignore button.
static button open()
Create a system-defined button that represent open button.
static button zoom_out(const control &parent)
Create a system-defined button that represent zoom_out button with specified parent.
static button alignment(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent alignment button with specified parent,...
static button justified(const control &parent, const drawing::point &location)
Create a system-defined button that represent justified button with specified parent,...
static button font(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent font button with specified location,...
static button italic(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent italic button with specified location,...
static button refresh(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent refresh button with specified parent,...
static button descending(const control &parent, const drawing::point &location)
Create a system-defined button that represent descending button with specified parent,...
static button print_preview(const drawing::point &location)
Create a system-defined button that represent print_preview button with specified location.
static button paste(const control &parent, const drawing::point &location)
Create a system-defined button that represent paste button with specified parent, and location.
static button contents(const control &parent, const drawing::point &location)
Create a system-defined button that represent contents button with specified parent,...
static button find(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent find button with specified location,...
static button descending(const drawing::point &location)
Create a system-defined button that represent descending button with specified location.
static button execute(const control &parent)
Create a system-defined button that represent execute button with specified parent.
static button preferences(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent preferences button with specified parent,...
static button indent(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent indent button with specified location,...
static button previous(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent previous button with specified location,...
static button forward(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent forward button with specified parent,...
static button apply(const control &parent)
Create a system-defined button that represent apply button with specified parent.
static button select_all(const drawing::point &location)
Create a system-defined button that represent select_all button with specified location.
static button print_preview(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent print_preview button with specified parent,...
static button zoom_out(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent zoom_out button with specified parent,...
static button print(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent print button with specified parent, location,...
static button save(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent save button with specified location,...
static button ok(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent ok button with specified location, size,...
static button align_right(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent align_right button with specified parent,...
static button home(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent home button with specified parent, location,...
static button harddisk(const drawing::point &location)
Create a system-defined button that represent harddisk button with specified location.
static button about(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent about button with specified location,...
static button print()
Create a system-defined button that represent print button.
static button color(const control &parent, const drawing::point &location)
Create a system-defined button that represent color button with specified parent, and location.
static button bold(const control &parent)
Create a system-defined button that represent bold button with specified parent.
static button next(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent next button with specified parent, location,...
static button exit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent exit button with specified location,...
static button options(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent options button with specified parent,...
static button home()
Create a system-defined button that represent home button.
static button index(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent index button with specified parent, location,...
static button window(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent window button with specified parent,...
static button previous(const control &parent, const drawing::point &location)
Create a system-defined button that represent previous button with specified parent,...
static button centered(const drawing::point &location)
Create a system-defined button that represent centered button with specified location.
static button close(const control &parent)
Create a system-defined button that represent close button with specified parent.
static button down(const drawing::point &location)
Create a system-defined button that represent down button with specified location.
static button remove()
Create a system-defined button that represent remove button.
static button actual_size(const control &parent)
Create a system-defined button that represent actual_size button with specified parent.
static button justified()
Create a system-defined button that represent justified button.
static button font(const control &parent)
Create a system-defined button that represent font button with specified parent.
static button underline(const drawing::point &location)
Create a system-defined button that represent underline button with specified location.
static button retry(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent retry button with specified location,...
static button close(const drawing::point &location)
Create a system-defined button that represent close button with specified location.
static button save_as(const drawing::point &location)
Create a system-defined button that represent save_as button with specified location.
static button window(const control &parent)
Create a system-defined button that represent window button with specified parent.
static button convert(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent convert button with specified location,...
static button stop(const control &parent)
Create a system-defined button that represent stop button with specified parent.
static button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent zoom_in button with specified parent,...
static button last(const control &parent, const drawing::point &location)
Create a system-defined button that represent last button with specified parent, and location.
static button add(const control &parent, const drawing::point &location)
Create a system-defined button that represent add button with specified parent, and location.
static button first(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent first button with specified location,...
static button execute(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent execute button with specified parent,...
static button descending(const control &parent)
Create a system-defined button that represent descending button with specified parent.
static button close(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent close button with specified parent, location,...
static button cdrom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent cdrom button with specified parent, location,...
static button print_preview()
Create a system-defined button that represent print_preview button.
static button bold()
Create a system-defined button that represent bold button.
static button first(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent first button with specified parent, location,...
static button paste(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent paste button with specified location,...
static button remove(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent remove button with specified parent,...
static button underline(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent underline button with specified parent,...
static button options()
Create a system-defined button that represent options button.
static button actual_size(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent actual_size button with specified location,...
static button back(const control &parent)
Create a system-defined button that represent back button with specified parent.
static button yes(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent yes button with specified location, size,...
static button down()
Create a system-defined button that represent down button.
static button properties(const control &parent, const drawing::point &location)
Create a system-defined button that represent properties button with specified parent,...
static button back(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent back button with specified location,...
static button underline(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent underline button with specified location,...
static button edit()
Create a system-defined button that represent edit button.
static button bold(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent bold button with specified location,...
static button unindent(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent unindent button with specified location,...
static button copy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent copy button with specified parent, location,...
static button cut(const drawing::point &location)
Create a system-defined button that represent cut button with specified location.
static button properties()
Create a system-defined button that represent properties button.
static button last(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent last button with specified parent, location,...
static button stop(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent stop button with specified parent, location,...
static button close(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent close button with specified location,...
static button paste()
Create a system-defined button that represent paste button.
static button help(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent help button with specified parent, location,...
static button paste(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent paste button with specified location,...
static button color(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent color button with specified parent, location,...
static button save(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent save button with specified parent, location,...
static button bold(const drawing::point &location)
Create a system-defined button that represent bold button with specified location.
static button align_left(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent align_left button with specified location,...
static button save(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent save button with specified parent, location,...
static button del(const control &parent, const drawing::point &location)
Create a system-defined button that represent del button with specified parent, and location.
static button bold(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent bold button with specified parent, location,...
static button stop(const drawing::point &location)
Create a system-defined button that represent stop button with specified location.
static button print(const drawing::point &location)
Create a system-defined button that represent print button with specified location.
static button file(const drawing::point &location)
Create a system-defined button that represent file button with specified location.
static button italic()
Create a system-defined button that represent italic button.
static button centered(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent centered button with specified parent,...
static button find(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent find button with specified parent, location,...
static button preferences(const drawing::point &location)
Create a system-defined button that represent preferences button with specified location.
static button alignment()
Create a system-defined button that represent alignment button.
static button exit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent exit button with specified parent, location,...
static button first(const control &parent)
Create a system-defined button that represent first button with specified parent.
static button apply(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent apply button with specified location,...
static button strikeout(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent strikeout button with specified parent,...
static button edit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent edit button with specified location,...
static button file(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent file button with specified parent, location,...
static button tools(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent tools button with specified parent, location,...
static button justified(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent justified button with specified location,...
static button help(const drawing::point &location)
Create a system-defined button that represent help button with specified location.
static button spell_check(const control &parent)
Create a system-defined button that represent spell_check button with specified parent.
static button save(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent save button with specified location,...
static button contents(const control &parent)
Create a system-defined button that represent contents button with specified parent.
static button last(const drawing::point &location)
Create a system-defined button that represent last button with specified location.
static button contents(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent contents button with specified location,...
static button paste(const drawing::point &location)
Create a system-defined button that represent paste button with specified location.
static button next(const drawing::point &location)
Create a system-defined button that represent next button with specified location.
static button view(const control &parent)
Create a system-defined button that represent view button with specified parent.
static button color(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent color button with specified location,...
static button retry(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent retry button with specified parent, location,...
static button spell_check()
Create a system-defined button that represent spell_check button.
static button tools()
Create a system-defined button that represent tools button.
static button info(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent info button with specified location,...
static button ignore(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent ignore button with specified parent,...
static button add(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent add button with specified parent, location,...
static button quit(const drawing::point &location)
Create a system-defined button that represent quit button with specified location.
static button index(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent index button with specified location,...
static button abort(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent abort button with specified location,...
static button apply(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent apply button with specified parent, location,...
static button clear(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent clear button with specified location,...
static button abort(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent abort button with specified parent, location,...
static button alignment(const control &parent)
Create a system-defined button that represent alignment button with specified parent.
static button justified(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent justified button with specified parent,...
static button ignore(const drawing::point &location)
Create a system-defined button that represent ignore button with specified location.
static button undelete(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent undelete button with specified parent,...
static button forward(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent forward button with specified location,...
static button search(const control &parent, const drawing::point &location)
Create a system-defined button that represent search button with specified parent,...
static button tools(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent tools button with specified location,...
static button convert(const drawing::point &location)
Create a system-defined button that represent convert button with specified location.
static button underline(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent underline button with specified location,...
static button paste(const control &parent)
Create a system-defined button that represent paste button with specified parent.
static button remove(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent remove button with specified location,...
static button bold(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent bold button with specified parent, location,...
static button zoom_out(const drawing::point &location)
Create a system-defined button that represent zoom_out button with specified location.
static button quit()
Create a system-defined button that represent quit button.
static button yes(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent yes button with specified location, and size.
static button redo(const control &parent)
Create a system-defined button that represent redo button with specified parent.
static button cancel(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent cancel button with specified parent,...
static button network(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent network button with specified parent,...
static button info()
Create a system-defined button that represent info button.
static button help()
Create a system-defined button that represent help button.
static button add(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent add button with specified location, and size.
static button harddisk(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent harddisk button with specified parent,...
static button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent revert_to_saved button with specified parent,...
static button find(const drawing::point &location)
Create a system-defined button that represent find button with specified location.
static button open(const drawing::point &location)
Create a system-defined button that represent open button with specified location.
static button next(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent next button with specified location,...
static button jump_to(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent jump_to button with specified parent,...
static button ascending(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent ascending button with specified location,...
static button undo(const control &parent)
Create a system-defined button that represent undo button with specified parent.
static button file(const control &parent, const drawing::point &location)
Create a system-defined button that represent file button with specified parent, and location.
static button undelete(const drawing::point &location)
Create a system-defined button that represent undelete button with specified location.
static button bottom(const control &parent, const drawing::point &location)
Create a system-defined button that represent bottom button with specified parent,...
static button bottom(const control &parent)
Create a system-defined button that represent bottom button with specified parent.
static button open(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent open button with specified parent, location,...
static button floppy()
Create a system-defined button that represent floppy button.
static button search(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent search button with specified parent,...
static button customize(const control &parent)
Create a system-defined button that represent customize button with specified parent.
static button network(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent network button with specified location,...
static button color(const drawing::point &location)
Create a system-defined button that represent color button with specified location.
static button floppy(const control &parent, const drawing::point &location)
Create a system-defined button that represent floppy button with specified parent,...
static button retry(const control &parent)
Create a system-defined button that represent retry button with specified parent.
static button up(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent up button with specified location, and size.
static button cut(const control &parent)
Create a system-defined button that represent cut button with specified parent.
static button file(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent file button with specified parent, location,...
static button select_all(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent select_all button with specified location,...
static button alignment(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent alignment button with specified location,...
static button del()
Create a system-defined button that represent del button.
static button network(const drawing::point &location)
Create a system-defined button that represent network button with specified location.
static button ok(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent ok button with specified parent, location,...
static button exit()
Create a system-defined button that represent exit button.
static button about(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent about button with specified location,...
static button undo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent undo button with specified parent, location,...
static button alignment(const control &parent, const drawing::point &location)
Create a system-defined button that represent alignment button with specified parent,...
static button settings(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent settings button with specified parent,...
static button indent(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent indent button with specified location,...
static button index()
Create a system-defined button that represent index button.
static button save(const control &parent)
Create a system-defined button that represent save button with specified parent.
static button strikeout(const drawing::point &location)
Create a system-defined button that represent strikeout button with specified location.
static button alignment(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent alignment button with specified parent,...
static button copy(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent copy button with specified location,...
static button justified(const drawing::point &location)
Create a system-defined button that represent justified button with specified location.
static button remove(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent remove button with specified location,...
static button font(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent font button with specified parent, location,...
static button align_right(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent align_right button with specified location,...
static button align_right()
Create a system-defined button that represent align_right button.
static button open(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent open button with specified location,...
static button del(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent del button with specified location, and size.
static button jump_to(const control &parent, const drawing::point &location)
Create a system-defined button that represent jump_to button with specified parent,...
static button execute(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent execute button with specified location,...
static button del(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent del button with specified parent, location,...
static button zoom_out(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent zoom_out button with specified location,...
static button preferences(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent preferences button with specified location,...
static button network(const control &parent)
Create a system-defined button that represent network button with specified parent.
static button next(const control &parent)
Create a system-defined button that represent next button with specified parent.
static button stop(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent stop button with specified parent, location,...
static button unindent(const drawing::point &location)
Create a system-defined button that represent unindent button with specified location.
static button about(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent about button with specified parent, location,...
static button unindent(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent unindent button with specified location,...
static button view(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent view button with specified location,...
static button settings(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent settings button with specified location,...
static button contents()
Create a system-defined button that represent contents button.
static button abort(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent abort button with specified location,...
static button tools(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent tools button with specified location,...
static button cdrom(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent cdrom button with specified location,...
static button clear(const drawing::point &location)
Create a system-defined button that represent clear button with specified location.
static button info(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent info button with specified parent, location,...
static button jump_to()
Create a system-defined button that represent jump_to button.
static button add(const control &parent)
Create a system-defined button that represent add button with specified parent.
static button top()
Create a system-defined button that represent top button.
static button search(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent search button with specified parent,...
static button remove(const control &parent)
Create a system-defined button that represent remove button with specified parent.
static button up(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent up button with specified parent, location,...
static button up(const control &parent)
Create a system-defined button that represent up button with specified parent.
static button ok(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent ok button with specified location, and size.
static button jump_to(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent jump_to button with specified location,...
static button previous()
Create a system-defined button that represent previous button.
static button no(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent no button with specified location, and size.
static button refresh()
Create a system-defined button that represent refresh button.
static button redo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent redo button with specified parent, location,...
static button abort(const control &parent, const drawing::point &location)
Create a system-defined button that represent abort button with specified parent, and location.
static button replace(const drawing::point &location)
Create a system-defined button that represent replace button with specified location.
static button customize(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent customize button with specified parent,...
static button del(const control &parent)
Create a system-defined button that represent del button with specified parent.
static button info(const control &parent, const drawing::point &location)
Create a system-defined button that represent info button with specified parent, and location.
static button apply(const drawing::point &location)
Create a system-defined button that represent apply button with specified location.
static button quit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent quit button with specified parent, location,...
static button save_as(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent save_as button with specified location,...
static button spell_check(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent spell_check button with specified location,...
static button up()
Create a system-defined button that represent up button.
static button indent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent indent button with specified parent,...
static button redo(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent redo button with specified location,...
static button font(const control &parent, const drawing::point &location)
Create a system-defined button that represent font button with specified parent, and location.
static button align_left()
Create a system-defined button that represent align_left button.
static button print(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent print button with specified location,...
static button justified(const control &parent)
Create a system-defined button that represent justified button with specified parent.
static button indent(const drawing::point &location)
Create a system-defined button that represent indent button with specified location.
static button retry(const drawing::point &location)
Create a system-defined button that represent retry button with specified location.
static button select_all()
Create a system-defined button that represent select_all button.
static button new_(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent new_ button with specified location,...
static button top(const drawing::point &location)
Create a system-defined button that represent top button with specified location.
static button bottom(const drawing::point &location)
Create a system-defined button that represent bottom button with specified location.
static button ascending(const control &parent, const drawing::point &location)
Create a system-defined button that represent ascending button with specified parent,...
static button ok()
Create a system-defined button that represent ok button.
static button search(const control &parent)
Create a system-defined button that represent search button with specified parent.
static button undelete(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent undelete button with specified location,...
static button floppy(const drawing::point &location)
Create a system-defined button that represent floppy button with specified location.
static button no()
Create a system-defined button that represent no button.
static button spell_check(const drawing::point &location)
Create a system-defined button that represent spell_check button with specified location.
static button spell_check(const control &parent, const drawing::point &location)
Create a system-defined button that represent spell_check button with specified parent,...
static button last(const control &parent)
Create a system-defined button that represent last button with specified parent.
static button undelete(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent undelete button with specified parent,...
static button descending()
Create a system-defined button that represent descending button.
static button apply()
Create a system-defined button that represent apply button.
static button network()
Create a system-defined button that represent network button.
static button edit(const control &parent)
Create a system-defined button that represent edit button with specified parent.
static button actual_size(const drawing::point &location)
Create a system-defined button that represent actual_size button with specified location.
static button revert_to_saved()
Create a system-defined button that represent revert_to_saved button.
static button cut(const control &parent, const drawing::point &location)
Create a system-defined button that represent cut button with specified parent, and location.
static button index(const control &parent, const drawing::point &location)
Create a system-defined button that represent index button with specified parent, and location.
static button top(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent top button with specified location, size,...
static button centered(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent centered button with specified parent,...
static button apply(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent apply button with specified parent, location,...
static button file(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent file button with specified location,...
static button indent(const control &parent)
Create a system-defined button that represent indent button with specified parent.
static button align_right(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent align_right button with specified location,...
static button unindent(const control &parent, const drawing::point &location)
Create a system-defined button that represent unindent button with specified parent,...
static button options(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent options button with specified location,...
static button exit(const control &parent)
Create a system-defined button that represent exit button with specified parent.
static button select_all(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent select_all button with specified parent,...
static button harddisk(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent harddisk button with specified location,...
static button align_right(const control &parent)
Create a system-defined button that represent align_right button with specified parent.
static button view(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent view button with specified parent, location,...
static button ignore(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent ignore button with specified location,...
static button zoom_to_fit()
Create a system-defined button that represent zoom_to_fit button.
static button down(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent down button with specified location,...
static button revert_to_saved(const control &parent)
Create a system-defined button that represent revert_to_saved button with specified parent.
static button yes(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent yes button with specified parent, location,...
static button cancel(const control &parent)
Create a system-defined button that represent cancel button with specified parent.
static button execute(const control &parent, const drawing::point &location)
Create a system-defined button that represent execute button with specified parent,...
static button save()
Create a system-defined button that represent save button.
static button zoom_in(const drawing::point &location)
Create a system-defined button that represent zoom_in button with specified location.
static button add(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent add button with specified parent, location,...
static button new_(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent new_ button with specified parent, location,...
static button preferences(const control &parent)
Create a system-defined button that represent preferences button with specified parent.
static button clear(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent clear button with specified parent, location,...
static button undo(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent undo button with specified location,...
static button last(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent last button with specified location,...
static button find(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent find button with specified location,...
static button ignore(const control &parent)
Create a system-defined button that represent ignore button with specified parent.
static button zoom_to_fit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent zoom_to_fit button with specified location,...
static button undo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent undo button with specified parent, location,...
static button contents(const drawing::point &location)
Create a system-defined button that represent contents button with specified location.
static button zoom_out(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent zoom_out button with specified location,...
static button italic(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent italic button with specified location,...
static button convert(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent convert button with specified parent,...
static button zoom_out(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent zoom_out button with specified parent,...
static button strikeout()
Create a system-defined button that represent strikeout button.
static button cancel(const control &parent, const drawing::point &location)
Create a system-defined button that represent cancel button with specified parent,...
static button alignment(const drawing::point &location)
Create a system-defined button that represent alignment button with specified location.
static button jump_to(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent jump_to button with specified parent,...
static button help(const control &parent)
Create a system-defined button that represent help button with specified parent.
static button underline(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent underline button with specified parent,...
static button new_(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined button that represent new_ button with specified parent, location,...
static button last(const drawing::point &location, const drawing::size &size)
Create a system-defined button that represent last button with specified location,...
Defines the base class for controls, which are components with visual representation.
Definition control.h:81
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
size_t size
Represents a size of any object in bytes.
Definition size.h:23
@ location
Specifies that both the x and y coordinates of the control are defined.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::style_sheets::button alias.