xtd 0.2.0
Loading...
Searching...
No Matches
toggle_buttons.h
Go to the documentation of this file.
1
4#pragma once
5#include "toggle_button.h"
6
8namespace xtd {
10 namespace forms {
22 class toggle_buttons final static_ {
23 public:
25
96 static toggle_button abort(const control& parent);
101 static toggle_button abort(const control& parent, const drawing::point& location);
107 static toggle_button abort(const control& parent, const drawing::point& location, const drawing::size& size);
114 static toggle_button abort(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
146 static toggle_button abort(const control& parent, bool three_state, xtd::forms::check_state check_state);
153 static toggle_button abort(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
170 static toggle_button abort(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
171
241 static toggle_button about(const control& parent);
246 static toggle_button about(const control& parent, const drawing::point& location);
252 static toggle_button about(const control& parent, const drawing::point& location, const drawing::size& size);
259 static toggle_button about(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
291 static toggle_button about(const control& parent, bool three_state, xtd::forms::check_state check_state);
298 static toggle_button about(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
315 static toggle_button about(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
316
386 static toggle_button actual_size(const control& parent);
404 static toggle_button actual_size(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
436 static toggle_button actual_size(const control& parent, bool three_state, xtd::forms::check_state check_state);
460 static toggle_button actual_size(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
461
531 static toggle_button add(const control& parent);
536 static toggle_button add(const control& parent, const drawing::point& location);
542 static toggle_button add(const control& parent, const drawing::point& location, const drawing::size& size);
549 static toggle_button add(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
581 static toggle_button add(const control& parent, bool three_state, xtd::forms::check_state check_state);
588 static toggle_button add(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
596 static toggle_button add(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
605 static toggle_button add(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
606
676 static toggle_button alignment(const control& parent);
694 static toggle_button alignment(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
726 static toggle_button alignment(const control& parent, bool three_state, xtd::forms::check_state check_state);
750 static toggle_button alignment(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
751
821 static toggle_button align_left(const control& parent);
839 static toggle_button align_left(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
871 static toggle_button align_left(const control& parent, bool three_state, xtd::forms::check_state check_state);
895 static toggle_button align_left(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
896
966 static toggle_button align_right(const control& parent);
984 static toggle_button align_right(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1016 static toggle_button align_right(const control& parent, bool three_state, xtd::forms::check_state check_state);
1040 static toggle_button align_right(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1041
1111 static toggle_button apply(const control& parent);
1116 static toggle_button apply(const control& parent, const drawing::point& location);
1122 static toggle_button apply(const control& parent, const drawing::point& location, const drawing::size& size);
1129 static toggle_button apply(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1161 static toggle_button apply(const control& parent, bool three_state, xtd::forms::check_state check_state);
1185 static toggle_button apply(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1186
1256 static toggle_button ascending(const control& parent);
1274 static toggle_button ascending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1306 static toggle_button ascending(const control& parent, bool three_state, xtd::forms::check_state check_state);
1330 static toggle_button ascending(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1331
1401 static toggle_button back(const control& parent);
1406 static toggle_button back(const control& parent, const drawing::point& location);
1412 static toggle_button back(const control& parent, const drawing::point& location, const drawing::size& size);
1419 static toggle_button back(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1451 static toggle_button back(const control& parent, bool three_state, xtd::forms::check_state check_state);
1458 static toggle_button back(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1475 static toggle_button back(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1476
1546 static toggle_button bold(const control& parent);
1551 static toggle_button bold(const control& parent, const drawing::point& location);
1557 static toggle_button bold(const control& parent, const drawing::point& location, const drawing::size& size);
1564 static toggle_button bold(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1596 static toggle_button bold(const control& parent, bool three_state, xtd::forms::check_state check_state);
1603 static toggle_button bold(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1620 static toggle_button bold(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1621
1691 static toggle_button bottom(const control& parent);
1696 static toggle_button bottom(const control& parent, const drawing::point& location);
1709 static toggle_button bottom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1741 static toggle_button bottom(const control& parent, bool three_state, xtd::forms::check_state check_state);
1765 static toggle_button bottom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1766
1836 static toggle_button cancel(const control& parent);
1841 static toggle_button cancel(const control& parent, const drawing::point& location);
1854 static toggle_button cancel(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1886 static toggle_button cancel(const control& parent, bool three_state, xtd::forms::check_state check_state);
1910 static toggle_button cancel(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
1911
1981 static toggle_button cdrom(const control& parent);
1986 static toggle_button cdrom(const control& parent, const drawing::point& location);
1992 static toggle_button cdrom(const control& parent, const drawing::point& location, const drawing::size& size);
1999 static toggle_button cdrom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2031 static toggle_button cdrom(const control& parent, bool three_state, xtd::forms::check_state check_state);
2055 static toggle_button cdrom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2056
2126 static toggle_button centered(const control& parent);
2144 static toggle_button centered(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2176 static toggle_button centered(const control& parent, bool three_state, xtd::forms::check_state check_state);
2200 static toggle_button centered(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2201
2271 static toggle_button clear(const control& parent);
2276 static toggle_button clear(const control& parent, const drawing::point& location);
2282 static toggle_button clear(const control& parent, const drawing::point& location, const drawing::size& size);
2289 static toggle_button clear(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2321 static toggle_button clear(const control& parent, bool three_state, xtd::forms::check_state check_state);
2345 static toggle_button clear(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2346
2416 static toggle_button close(const control& parent);
2421 static toggle_button close(const control& parent, const drawing::point& location);
2427 static toggle_button close(const control& parent, const drawing::point& location, const drawing::size& size);
2434 static toggle_button close(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2466 static toggle_button close(const control& parent, bool three_state, xtd::forms::check_state check_state);
2490 static toggle_button close(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2491
2561 static toggle_button color(const control& parent);
2566 static toggle_button color(const control& parent, const drawing::point& location);
2572 static toggle_button color(const control& parent, const drawing::point& location, const drawing::size& size);
2579 static toggle_button color(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2611 static toggle_button color(const control& parent, bool three_state, xtd::forms::check_state check_state);
2635 static toggle_button color(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2636
2706 static toggle_button contents(const control& parent);
2724 static toggle_button contents(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2756 static toggle_button contents(const control& parent, bool three_state, xtd::forms::check_state check_state);
2780 static toggle_button contents(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2781
2851 static toggle_button convert(const control& parent);
2856 static toggle_button convert(const control& parent, const drawing::point& location);
2869 static toggle_button convert(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2901 static toggle_button convert(const control& parent, bool three_state, xtd::forms::check_state check_state);
2925 static toggle_button convert(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
2926
2996 static toggle_button copy(const control& parent);
3001 static toggle_button copy(const control& parent, const drawing::point& location);
3007 static toggle_button copy(const control& parent, const drawing::point& location, const drawing::size& size);
3014 static toggle_button copy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3046 static toggle_button copy(const control& parent, bool three_state, xtd::forms::check_state check_state);
3053 static toggle_button copy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3070 static toggle_button copy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3071
3141 static toggle_button customize(const control& parent);
3159 static toggle_button customize(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3191 static toggle_button customize(const control& parent, bool three_state, xtd::forms::check_state check_state);
3215 static toggle_button customize(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3216
3286 static toggle_button cut(const control& parent);
3291 static toggle_button cut(const control& parent, const drawing::point& location);
3297 static toggle_button cut(const control& parent, const drawing::point& location, const drawing::size& size);
3304 static toggle_button cut(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3336 static toggle_button cut(const control& parent, bool three_state, xtd::forms::check_state check_state);
3343 static toggle_button cut(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3360 static toggle_button cut(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3361
3431 static toggle_button del(const control& parent);
3436 static toggle_button del(const control& parent, const drawing::point& location);
3442 static toggle_button del(const control& parent, const drawing::point& location, const drawing::size& size);
3449 static toggle_button del(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3481 static toggle_button del(const control& parent, bool three_state, xtd::forms::check_state check_state);
3488 static toggle_button del(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3505 static toggle_button del(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3506
3576 static toggle_button descending(const control& parent);
3594 static toggle_button descending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3626 static toggle_button descending(const control& parent, bool three_state, xtd::forms::check_state check_state);
3650 static toggle_button descending(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3651
3721 static toggle_button down(const control& parent);
3726 static toggle_button down(const control& parent, const drawing::point& location);
3732 static toggle_button down(const control& parent, const drawing::point& location, const drawing::size& size);
3739 static toggle_button down(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3771 static toggle_button down(const control& parent, bool three_state, xtd::forms::check_state check_state);
3778 static toggle_button down(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3795 static toggle_button down(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3796
3866 static toggle_button edit(const control& parent);
3871 static toggle_button edit(const control& parent, const drawing::point& location);
3877 static toggle_button edit(const control& parent, const drawing::point& location, const drawing::size& size);
3884 static toggle_button edit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3916 static toggle_button edit(const control& parent, bool three_state, xtd::forms::check_state check_state);
3923 static toggle_button edit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3940 static toggle_button edit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
3941
4011 static toggle_button execute(const control& parent);
4016 static toggle_button execute(const control& parent, const drawing::point& location);
4029 static toggle_button execute(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4061 static toggle_button execute(const control& parent, bool three_state, xtd::forms::check_state check_state);
4085 static toggle_button execute(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4086
4156 static toggle_button exit(const control& parent);
4161 static toggle_button exit(const control& parent, const drawing::point& location);
4167 static toggle_button exit(const control& parent, const drawing::point& location, const drawing::size& size);
4174 static toggle_button exit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4206 static toggle_button exit(const control& parent, bool three_state, xtd::forms::check_state check_state);
4213 static toggle_button exit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4230 static toggle_button exit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4231
4301 static toggle_button file(const control& parent);
4306 static toggle_button file(const control& parent, const drawing::point& location);
4312 static toggle_button file(const control& parent, const drawing::point& location, const drawing::size& size);
4319 static toggle_button file(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4351 static toggle_button file(const control& parent, bool three_state, xtd::forms::check_state check_state);
4358 static toggle_button file(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4375 static toggle_button file(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4376
4446 static toggle_button find(const control& parent);
4451 static toggle_button find(const control& parent, const drawing::point& location);
4457 static toggle_button find(const control& parent, const drawing::point& location, const drawing::size& size);
4464 static toggle_button find(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4496 static toggle_button find(const control& parent, bool three_state, xtd::forms::check_state check_state);
4503 static toggle_button find(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4520 static toggle_button find(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4521
4591 static toggle_button first(const control& parent);
4596 static toggle_button first(const control& parent, const drawing::point& location);
4602 static toggle_button first(const control& parent, const drawing::point& location, const drawing::size& size);
4609 static toggle_button first(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4641 static toggle_button first(const control& parent, bool three_state, xtd::forms::check_state check_state);
4665 static toggle_button first(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4666
4736 static toggle_button floppy(const control& parent);
4741 static toggle_button floppy(const control& parent, const drawing::point& location);
4754 static toggle_button floppy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4786 static toggle_button floppy(const control& parent, bool three_state, xtd::forms::check_state check_state);
4810 static toggle_button floppy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4811
4881 static toggle_button font(const control& parent);
4886 static toggle_button font(const control& parent, const drawing::point& location);
4892 static toggle_button font(const control& parent, const drawing::point& location, const drawing::size& size);
4899 static toggle_button font(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4931 static toggle_button font(const control& parent, bool three_state, xtd::forms::check_state check_state);
4938 static toggle_button font(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4955 static toggle_button font(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
4956
5026 static toggle_button forward(const control& parent);
5031 static toggle_button forward(const control& parent, const drawing::point& location);
5044 static toggle_button forward(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5076 static toggle_button forward(const control& parent, bool three_state, xtd::forms::check_state check_state);
5100 static toggle_button forward(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5101
5171 static toggle_button harddisk(const control& parent);
5189 static toggle_button harddisk(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5221 static toggle_button harddisk(const control& parent, bool three_state, xtd::forms::check_state check_state);
5245 static toggle_button harddisk(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5246
5316 static toggle_button help(const control& parent);
5321 static toggle_button help(const control& parent, const drawing::point& location);
5327 static toggle_button help(const control& parent, const drawing::point& location, const drawing::size& size);
5334 static toggle_button help(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5366 static toggle_button help(const control& parent, bool three_state, xtd::forms::check_state check_state);
5373 static toggle_button help(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5390 static toggle_button help(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5391
5461 static toggle_button home(const control& parent);
5466 static toggle_button home(const control& parent, const drawing::point& location);
5472 static toggle_button home(const control& parent, const drawing::point& location, const drawing::size& size);
5479 static toggle_button home(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5511 static toggle_button home(const control& parent, bool three_state, xtd::forms::check_state check_state);
5518 static toggle_button home(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5535 static toggle_button home(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5536
5606 static toggle_button ignore(const control& parent);
5611 static toggle_button ignore(const control& parent, const drawing::point& location);
5624 static toggle_button ignore(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5656 static toggle_button ignore(const control& parent, bool three_state, xtd::forms::check_state check_state);
5680 static toggle_button ignore(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5681
5751 static toggle_button indent(const control& parent);
5756 static toggle_button indent(const control& parent, const drawing::point& location);
5769 static toggle_button indent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5801 static toggle_button indent(const control& parent, bool three_state, xtd::forms::check_state check_state);
5825 static toggle_button indent(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5826
5896 static toggle_button index(const control& parent);
5901 static toggle_button index(const control& parent, const drawing::point& location);
5907 static toggle_button index(const control& parent, const drawing::point& location, const drawing::size& size);
5914 static toggle_button index(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5946 static toggle_button index(const control& parent, bool three_state, xtd::forms::check_state check_state);
5970 static toggle_button index(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
5971
6041 static toggle_button info(const control& parent);
6046 static toggle_button info(const control& parent, const drawing::point& location);
6052 static toggle_button info(const control& parent, const drawing::point& location, const drawing::size& size);
6059 static toggle_button info(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6091 static toggle_button info(const control& parent, bool three_state, xtd::forms::check_state check_state);
6098 static toggle_button info(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6115 static toggle_button info(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6116
6186 static toggle_button italic(const control& parent);
6191 static toggle_button italic(const control& parent, const drawing::point& location);
6204 static toggle_button italic(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6236 static toggle_button italic(const control& parent, bool three_state, xtd::forms::check_state check_state);
6260 static toggle_button italic(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6261
6331 static toggle_button justified(const control& parent);
6349 static toggle_button justified(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6381 static toggle_button justified(const control& parent, bool three_state, xtd::forms::check_state check_state);
6405 static toggle_button justified(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6406
6476 static toggle_button jump_to(const control& parent);
6481 static toggle_button jump_to(const control& parent, const drawing::point& location);
6494 static toggle_button jump_to(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6526 static toggle_button jump_to(const control& parent, bool three_state, xtd::forms::check_state check_state);
6550 static toggle_button jump_to(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6551
6621 static toggle_button last(const control& parent);
6626 static toggle_button last(const control& parent, const drawing::point& location);
6632 static toggle_button last(const control& parent, const drawing::point& location, const drawing::size& size);
6639 static toggle_button last(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6671 static toggle_button last(const control& parent, bool three_state, xtd::forms::check_state check_state);
6678 static toggle_button last(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6695 static toggle_button last(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6696
6766 static toggle_button network(const control& parent);
6771 static toggle_button network(const control& parent, const drawing::point& location);
6784 static toggle_button network(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6816 static toggle_button network(const control& parent, bool three_state, xtd::forms::check_state check_state);
6840 static toggle_button network(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6841
6911 static toggle_button new_(const control& parent);
6916 static toggle_button new_(const control& parent, const drawing::point& location);
6922 static toggle_button new_(const control& parent, const drawing::point& location, const drawing::size& size);
6929 static toggle_button new_(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6961 static toggle_button new_(const control& parent, bool three_state, xtd::forms::check_state check_state);
6968 static toggle_button new_(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6985 static toggle_button new_(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
6986
7056 static toggle_button next(const control& parent);
7061 static toggle_button next(const control& parent, const drawing::point& location);
7067 static toggle_button next(const control& parent, const drawing::point& location, const drawing::size& size);
7074 static toggle_button next(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7106 static toggle_button next(const control& parent, bool three_state, xtd::forms::check_state check_state);
7113 static toggle_button next(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7130 static toggle_button next(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7131
7201 static toggle_button no(const control& parent);
7206 static toggle_button no(const control& parent, const drawing::point& location);
7212 static toggle_button no(const control& parent, const drawing::point& location, const drawing::size& size);
7219 static toggle_button no(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7251 static toggle_button no(const control& parent, bool three_state, xtd::forms::check_state check_state);
7258 static toggle_button no(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7266 static toggle_button no(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7275 static toggle_button no(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7276
7346 static toggle_button ok(const control& parent);
7351 static toggle_button ok(const control& parent, const drawing::point& location);
7357 static toggle_button ok(const control& parent, const drawing::point& location, const drawing::size& size);
7364 static toggle_button ok(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7396 static toggle_button ok(const control& parent, bool three_state, xtd::forms::check_state check_state);
7403 static toggle_button ok(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7411 static toggle_button ok(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7420 static toggle_button ok(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7421
7491 static toggle_button open(const control& parent);
7496 static toggle_button open(const control& parent, const drawing::point& location);
7502 static toggle_button open(const control& parent, const drawing::point& location, const drawing::size& size);
7509 static toggle_button open(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7541 static toggle_button open(const control& parent, bool three_state, xtd::forms::check_state check_state);
7548 static toggle_button open(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7565 static toggle_button open(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7566
7636 static toggle_button options(const control& parent);
7641 static toggle_button options(const control& parent, const drawing::point& location);
7654 static toggle_button options(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7686 static toggle_button options(const control& parent, bool three_state, xtd::forms::check_state check_state);
7710 static toggle_button options(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7711
7781 static toggle_button paste(const control& parent);
7786 static toggle_button paste(const control& parent, const drawing::point& location);
7792 static toggle_button paste(const control& parent, const drawing::point& location, const drawing::size& size);
7799 static toggle_button paste(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7831 static toggle_button paste(const control& parent, bool three_state, xtd::forms::check_state check_state);
7855 static toggle_button paste(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7856
7926 static toggle_button preferences(const control& parent);
7944 static toggle_button preferences(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
7976 static toggle_button preferences(const control& parent, bool three_state, xtd::forms::check_state check_state);
8000 static toggle_button preferences(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8001
8071 static toggle_button previous(const control& parent);
8089 static toggle_button previous(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8121 static toggle_button previous(const control& parent, bool three_state, xtd::forms::check_state check_state);
8145 static toggle_button previous(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8146
8216 static toggle_button print(const control& parent);
8221 static toggle_button print(const control& parent, const drawing::point& location);
8227 static toggle_button print(const control& parent, const drawing::point& location, const drawing::size& size);
8234 static toggle_button print(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8266 static toggle_button print(const control& parent, bool three_state, xtd::forms::check_state check_state);
8290 static toggle_button print(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8291
8361 static toggle_button print_preview(const control& parent);
8379 static toggle_button print_preview(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8436
8506 static toggle_button properties(const control& parent);
8524 static toggle_button properties(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8556 static toggle_button properties(const control& parent, bool three_state, xtd::forms::check_state check_state);
8580 static toggle_button properties(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8581
8651 static toggle_button quit(const control& parent);
8656 static toggle_button quit(const control& parent, const drawing::point& location);
8662 static toggle_button quit(const control& parent, const drawing::point& location, const drawing::size& size);
8669 static toggle_button quit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8701 static toggle_button quit(const control& parent, bool three_state, xtd::forms::check_state check_state);
8708 static toggle_button quit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8725 static toggle_button quit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8726
8796 static toggle_button redo(const control& parent);
8801 static toggle_button redo(const control& parent, const drawing::point& location);
8807 static toggle_button redo(const control& parent, const drawing::point& location, const drawing::size& size);
8814 static toggle_button redo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8846 static toggle_button redo(const control& parent, bool three_state, xtd::forms::check_state check_state);
8853 static toggle_button redo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8870 static toggle_button redo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8871
8941 static toggle_button refresh(const control& parent);
8946 static toggle_button refresh(const control& parent, const drawing::point& location);
8959 static toggle_button refresh(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
8991 static toggle_button refresh(const control& parent, bool three_state, xtd::forms::check_state check_state);
9015 static toggle_button refresh(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9016
9086 static toggle_button remove(const control& parent);
9091 static toggle_button remove(const control& parent, const drawing::point& location);
9104 static toggle_button remove(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9136 static toggle_button remove(const control& parent, bool three_state, xtd::forms::check_state check_state);
9160 static toggle_button remove(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9161
9231 static toggle_button replace(const control& parent);
9236 static toggle_button replace(const control& parent, const drawing::point& location);
9249 static toggle_button replace(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9281 static toggle_button replace(const control& parent, bool three_state, xtd::forms::check_state check_state);
9305 static toggle_button replace(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9306
9376 static toggle_button retry(const control& parent);
9381 static toggle_button retry(const control& parent, const drawing::point& location);
9387 static toggle_button retry(const control& parent, const drawing::point& location, const drawing::size& size);
9394 static toggle_button retry(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9426 static toggle_button retry(const control& parent, bool three_state, xtd::forms::check_state check_state);
9450 static toggle_button retry(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9451
9596
9666 static toggle_button save(const control& parent);
9671 static toggle_button save(const control& parent, const drawing::point& location);
9677 static toggle_button save(const control& parent, const drawing::point& location, const drawing::size& size);
9684 static toggle_button save(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9716 static toggle_button save(const control& parent, bool three_state, xtd::forms::check_state check_state);
9723 static toggle_button save(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9740 static toggle_button save(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9741
9811 static toggle_button save_as(const control& parent);
9816 static toggle_button save_as(const control& parent, const drawing::point& location);
9829 static toggle_button save_as(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9861 static toggle_button save_as(const control& parent, bool three_state, xtd::forms::check_state check_state);
9885 static toggle_button save_as(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
9886
9956 static toggle_button search(const control& parent);
9961 static toggle_button search(const control& parent, const drawing::point& location);
9974 static toggle_button search(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10006 static toggle_button search(const control& parent, bool three_state, xtd::forms::check_state check_state);
10030 static toggle_button search(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10031
10101 static toggle_button select_all(const control& parent);
10119 static toggle_button select_all(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10151 static toggle_button select_all(const control& parent, bool three_state, xtd::forms::check_state check_state);
10175 static toggle_button select_all(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10176
10246 static toggle_button settings(const control& parent);
10264 static toggle_button settings(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10296 static toggle_button settings(const control& parent, bool three_state, xtd::forms::check_state check_state);
10320 static toggle_button settings(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10321
10391 static toggle_button spell_check(const control& parent);
10409 static toggle_button spell_check(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10441 static toggle_button spell_check(const control& parent, bool three_state, xtd::forms::check_state check_state);
10465 static toggle_button spell_check(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10466
10536 static toggle_button stop(const control& parent);
10541 static toggle_button stop(const control& parent, const drawing::point& location);
10547 static toggle_button stop(const control& parent, const drawing::point& location, const drawing::size& size);
10554 static toggle_button stop(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10586 static toggle_button stop(const control& parent, bool three_state, xtd::forms::check_state check_state);
10593 static toggle_button stop(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
10610 static toggle_button stop(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10611
10681 static toggle_button strikeout(const control& parent);
10699 static toggle_button strikeout(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10731 static toggle_button strikeout(const control& parent, bool three_state, xtd::forms::check_state check_state);
10755 static toggle_button strikeout(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10756
10826 static toggle_button tools(const control& parent);
10831 static toggle_button tools(const control& parent, const drawing::point& location);
10837 static toggle_button tools(const control& parent, const drawing::point& location, const drawing::size& size);
10844 static toggle_button tools(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10876 static toggle_button tools(const control& parent, bool three_state, xtd::forms::check_state check_state);
10900 static toggle_button tools(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
10901
10971 static toggle_button top(const control& parent);
10976 static toggle_button top(const control& parent, const drawing::point& location);
10982 static toggle_button top(const control& parent, const drawing::point& location, const drawing::size& size);
10989 static toggle_button top(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11021 static toggle_button top(const control& parent, bool three_state, xtd::forms::check_state check_state);
11028 static toggle_button top(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11045 static toggle_button top(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11046
11116 static toggle_button undelete(const control& parent);
11134 static toggle_button undelete(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11166 static toggle_button undelete(const control& parent, bool three_state, xtd::forms::check_state check_state);
11190 static toggle_button undelete(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11191
11261 static toggle_button underline(const control& parent);
11279 static toggle_button underline(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11311 static toggle_button underline(const control& parent, bool three_state, xtd::forms::check_state check_state);
11335 static toggle_button underline(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11336
11406 static toggle_button undo(const control& parent);
11411 static toggle_button undo(const control& parent, const drawing::point& location);
11417 static toggle_button undo(const control& parent, const drawing::point& location, const drawing::size& size);
11424 static toggle_button undo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11456 static toggle_button undo(const control& parent, bool three_state, xtd::forms::check_state check_state);
11463 static toggle_button undo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11480 static toggle_button undo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11481
11551 static toggle_button unindent(const control& parent);
11569 static toggle_button unindent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11601 static toggle_button unindent(const control& parent, bool three_state, xtd::forms::check_state check_state);
11625 static toggle_button unindent(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11626
11696 static toggle_button up(const control& parent);
11701 static toggle_button up(const control& parent, const drawing::point& location);
11707 static toggle_button up(const control& parent, const drawing::point& location, const drawing::size& size);
11714 static toggle_button up(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11746 static toggle_button up(const control& parent, bool three_state, xtd::forms::check_state check_state);
11753 static toggle_button up(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11761 static toggle_button up(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
11770 static toggle_button up(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11771
11841 static toggle_button view(const control& parent);
11846 static toggle_button view(const control& parent, const drawing::point& location);
11852 static toggle_button view(const control& parent, const drawing::point& location, const drawing::size& size);
11859 static toggle_button view(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11891 static toggle_button view(const control& parent, bool three_state, xtd::forms::check_state check_state);
11898 static toggle_button view(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11915 static toggle_button view(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
11916
11986 static toggle_button window(const control& parent);
11991 static toggle_button window(const control& parent, const drawing::point& location);
12004 static toggle_button window(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12036 static toggle_button window(const control& parent, bool three_state, xtd::forms::check_state check_state);
12060 static toggle_button window(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12061
12131 static toggle_button yes(const control& parent);
12136 static toggle_button yes(const control& parent, const drawing::point& location);
12142 static toggle_button yes(const control& parent, const drawing::point& location, const drawing::size& size);
12149 static toggle_button yes(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12181 static toggle_button yes(const control& parent, bool three_state, xtd::forms::check_state check_state);
12188 static toggle_button yes(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
12205 static toggle_button yes(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12206
12276 static toggle_button zoom_in(const control& parent);
12281 static toggle_button zoom_in(const control& parent, const drawing::point& location);
12294 static toggle_button zoom_in(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12326 static toggle_button zoom_in(const control& parent, bool three_state, xtd::forms::check_state check_state);
12350 static toggle_button zoom_in(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12351
12421 static toggle_button zoom_out(const control& parent);
12439 static toggle_button zoom_out(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12471 static toggle_button zoom_out(const control& parent, bool three_state, xtd::forms::check_state check_state);
12495 static toggle_button zoom_out(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12496
12566 static toggle_button zoom_to_fit(const control& parent);
12584 static toggle_button zoom_to_fit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12616 static toggle_button zoom_to_fit(const control& parent, bool three_state, xtd::forms::check_state check_state);
12640 static toggle_button zoom_to_fit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::ustring& name);
12642 };
12643 }
12644}
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:54
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Defines the base class for controls, which are components with visual representation.
Definition control.h:79
Represents a Windows toggle_button.
Definition toggle_button.h:42
Provides a collection of toggle_button objects for use by a Windows Forms application.
Definition toggle_buttons.h:22
static toggle_button yes(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent yes toggle_button with specified location,...
static toggle_button open(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button clear(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button settings(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent settings toggle_button with specified check_stat...
static toggle_button cut(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cut toggle_button with specified check_state,...
static toggle_button open()
Create a system-defined toggle_button that represent open toggle_button.
static toggle_button abort(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button top(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent top toggle_button with specified check_state,...
static toggle_button next(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent next toggle_button with specified and check_stat...
static toggle_button centered(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button unindent(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent unindent toggle_button with specified location,...
static toggle_button retry(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button network(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent network toggle_button with specified check_state...
static toggle_button apply(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent apply toggle_button with specified check_state,...
static toggle_button save_as(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent save_as toggle_button with specified check_state...
static toggle_button new_(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button select_all(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent select_all toggle_button with specified check_st...
static toggle_button convert(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button apply(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button align_left(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button del(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent del toggle_button with specified location,...
static toggle_button remove(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button del(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button properties(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button descending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent descending toggle_button with specified check_st...
static toggle_button about(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button window(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button open(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button print(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print toggle_button with specified location,...
static toggle_button bold(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button align_right(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button quit(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent quit toggle_button with specified location,...
static toggle_button convert(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent convert toggle_button with specified three_state...
static toggle_button spell_check(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent spell_check toggle_button with specified three_s...
static toggle_button underline(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button actual_size(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent actual_size toggle_button with specified three_s...
static toggle_button cut(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cut toggle_button with specified three_state,...
static toggle_button settings()
Create a system-defined toggle_button that represent settings toggle_button.
static toggle_button font(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent font toggle_button with specified three_state,...
static toggle_button add(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent add toggle_button with specified check_state,...
static toggle_button window(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent window toggle_button with specified three_state,...
static toggle_button contents()
Create a system-defined toggle_button that represent contents toggle_button.
static toggle_button replace(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent replace toggle_button with specified and check_s...
static toggle_button jump_to(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state...
static toggle_button color(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button home(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button home(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button help(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button descending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button exit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button save(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button descending(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent descending toggle_button with specified check_st...
static toggle_button open(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent open toggle_button with specified check_state,...
static toggle_button window(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button add(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button quit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent quit toggle_button with specified three_state,...
static toggle_button select_all(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent select_all toggle_button with specified three_st...
static toggle_button tools(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button undelete(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button previous(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button exit(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent exit toggle_button with specified and check_stat...
static toggle_button up(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button descending(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button color(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button underline(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button undo(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button last(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button about(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent about toggle_button with specified location,...
static toggle_button unindent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent unindent toggle_button with specified three_stat...
static toggle_button undelete(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undelete toggle_button with specified check_stat...
static toggle_button view()
Create a system-defined toggle_button that represent view toggle_button.
static toggle_button view(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent view toggle_button with specified three_state,...
static toggle_button ascending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ascending toggle_button with specified check_sta...
static toggle_button revert_to_saved(const control &parent)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button search(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button undo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button ascending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ascending toggle_button with specified check_sta...
static toggle_button zoom_in(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state...
static toggle_button tools()
Create a system-defined toggle_button that represent tools toggle_button.
static toggle_button revert_to_saved(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button replace(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent replace toggle_button with specified location,...
static toggle_button save(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button ascending(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ascending toggle_button with specified location,...
static toggle_button alignment(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button zoom_to_fit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button options(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button remove(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button close(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button jump_to(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button unindent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button zoom_out(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button yes(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent yes toggle_button with specified three_state,...
static toggle_button new_(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent new_ toggle_button with specified location,...
static toggle_button yes(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent yes toggle_button with specified check_state,...
static toggle_button window(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent window toggle_button with specified location,...
static toggle_button print(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button exit(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button revert_to_saved(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified thr...
static toggle_button yes(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent yes toggle_button with specified location,...
static toggle_button search(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button remove(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button underline(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button view(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button zoom_in(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button underline(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent underline toggle_button with specified and check...
static toggle_button customize(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent customize toggle_button with specified three_sta...
static toggle_button clear()
Create a system-defined toggle_button that represent clear toggle_button.
static toggle_button print(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print toggle_button with specified location,...
static toggle_button help(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button new_(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent new_ toggle_button with specified and check_stat...
static toggle_button zoom_out()
Create a system-defined toggle_button that represent zoom_out toggle_button.
static toggle_button stop(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent stop toggle_button with specified check_state,...
static toggle_button harddisk(const drawing::point &location)
Create a system-defined toggle_button that represent harddisk toggle_button with specified location.
static toggle_button align_right(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_right toggle_button with specified three_s...
static toggle_button add(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button clear(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent clear toggle_button with specified location,...
static toggle_button back(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent back toggle_button with specified check_state,...
static toggle_button revert_to_saved(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button del(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button contents(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button info(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent info toggle_button with specified three_state,...
static toggle_button del(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button apply(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button ok(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button del(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button up(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent up toggle_button with specified location,...
static toggle_button next(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent next toggle_button with specified check_state,...
static toggle_button top()
Create a system-defined toggle_button that represent top toggle_button.
static toggle_button save_as(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save_as toggle_button with specified location,...
static toggle_button yes(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent yes toggle_button with specified check_state,...
static toggle_button zoom_to_fit()
Create a system-defined toggle_button that represent zoom_to_fit toggle_button.
static toggle_button first(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button cancel(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button remove()
Create a system-defined toggle_button that represent remove toggle_button.
static toggle_button contents(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent contents toggle_button with specified check_stat...
static toggle_button new_(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button exit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent exit toggle_button with specified check_state,...
static toggle_button unindent(const drawing::point &location)
Create a system-defined toggle_button that represent unindent toggle_button with specified location.
static toggle_button file(const control &parent)
Create a system-defined toggle_button that represent file toggle_button with specified parent.
static toggle_button customize(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent customize toggle_button with specified check_sta...
static toggle_button actual_size(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent actual_size toggle_button with specified and che...
static toggle_button replace(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent replace toggle_button with specified check_state...
static toggle_button floppy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button cancel(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cancel toggle_button with specified check_state,...
static toggle_button abort(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent abort toggle_button with specified location,...
static toggle_button ascending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ascending toggle_button with specified three_sta...
static toggle_button descending(const control &parent)
Create a system-defined toggle_button that represent descending toggle_button with specified parent.
static toggle_button ok()
Create a system-defined toggle_button that represent ok toggle_button.
static toggle_button cdrom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button execute(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button info(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button align_right(const control &parent)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent.
static toggle_button cancel(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cancel toggle_button with specified three_state,...
static toggle_button edit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent edit toggle_button with specified check_state,...
static toggle_button del(const control &parent)
Create a system-defined toggle_button that represent del toggle_button with specified parent.
static toggle_button select_all(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button italic(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent italic toggle_button with specified location,...
static toggle_button options(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent options toggle_button with specified three_state...
static toggle_button zoom_in(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button index(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button window(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button refresh(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button close(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button execute(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button forward(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button zoom_in(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state...
static toggle_button print_preview(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button zoom_in(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state...
static toggle_button save(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save toggle_button with specified check_state,...
static toggle_button execute(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button cut(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button properties(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button home(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button tools(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button del(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button font()
Create a system-defined toggle_button that represent font toggle_button.
static toggle_button harddisk(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent harddisk toggle_button with specified location,...
static toggle_button top(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button cancel(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button view(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent view toggle_button with specified check_state,...
static toggle_button yes(const drawing::point &location)
Create a system-defined toggle_button that represent yes toggle_button with specified location.
static toggle_button undo(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent undo toggle_button with specified three_state,...
static toggle_button execute(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent execute toggle_button with specified location,...
static toggle_button previous(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button down(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button stop(const drawing::point &location)
Create a system-defined toggle_button that represent stop toggle_button with specified location.
static toggle_button customize(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent customize toggle_button with specified location,...
static toggle_button cancel(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cancel toggle_button with specified check_state,...
static toggle_button strikeout(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button refresh(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent refresh toggle_button with specified three_state...
static toggle_button contents(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent contents toggle_button with specified three_stat...
static toggle_button back(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button forward(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button unindent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button first(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button help(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button descending(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent descending toggle_button with specified and chec...
static toggle_button ok(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ok toggle_button with specified location,...
static toggle_button file(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent file toggle_button with specified check_state,...
static toggle_button harddisk(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent harddisk toggle_button with specified and check_...
static toggle_button ascending(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button underline(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent underline toggle_button with specified three_sta...
static toggle_button last(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button forward(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button settings(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button actual_size(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent actual_size toggle_button with specified check_s...
static toggle_button descending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button italic(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent italic toggle_button with specified three_state,...
static toggle_button properties(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent properties toggle_button with specified check_st...
static toggle_button first(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent first toggle_button with specified and check_sta...
static toggle_button alignment(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button alignment(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent alignment toggle_button with specified and check...
static toggle_button preferences(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent preferences toggle_button with specified locatio...
static toggle_button indent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button underline(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent underline toggle_button with specified three_sta...
static toggle_button descending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button print(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent print toggle_button with specified and check_sta...
static toggle_button home(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button print_preview(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent print_preview toggle_button with specified three...
static toggle_button first(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button redo()
Create a system-defined toggle_button that represent redo toggle_button.
static toggle_button close(const drawing::point &location)
Create a system-defined toggle_button that represent close toggle_button with specified location.
static toggle_button font(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent font toggle_button with specified location,...
static toggle_button search(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button yes(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button settings(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button view(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent view toggle_button with specified check_state,...
static toggle_button actual_size(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button harddisk(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent harddisk toggle_button with specified three_stat...
static toggle_button revert_to_saved(const drawing::point &location)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified loc...
static toggle_button open(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button file(const drawing::point &location)
Create a system-defined toggle_button that represent file toggle_button with specified location.
static toggle_button justified(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent justified toggle_button with specified three_sta...
static toggle_button find(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button find(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent find toggle_button with specified location,...
static toggle_button zoom_in(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified location,...
static toggle_button actual_size(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent actual_size toggle_button with specified check_s...
static toggle_button new_(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent new_ toggle_button with specified three_state,...
static toggle_button replace(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent replace toggle_button with specified three_state...
static toggle_button underline(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent underline toggle_button with specified three_sta...
static toggle_button execute(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button italic(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent italic toggle_button with specified three_state,...
static toggle_button ascending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button home(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent home toggle_button with specified check_state,...
static toggle_button refresh(const drawing::point &location)
Create a system-defined toggle_button that represent refresh toggle_button with specified location.
static toggle_button zoom_to_fit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button jump_to(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button convert(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button close(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button edit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button bold(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button options(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button bold(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bold toggle_button with specified three_state,...
static toggle_button del(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent del toggle_button with specified check_state,...
static toggle_button strikeout(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button select_all(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent select_all toggle_button with specified three_st...
static toggle_button no(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent no toggle_button with specified location,...
static toggle_button search(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button spell_check(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent spell_check toggle_button with specified check_s...
static toggle_button customize(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent customize toggle_button with specified three_sta...
static toggle_button italic(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button open(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent open toggle_button with specified three_state,...
static toggle_button zoom_out(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button cdrom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button first(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button save(const control &parent)
Create a system-defined toggle_button that represent save toggle_button with specified parent.
static toggle_button next(const drawing::point &location)
Create a system-defined toggle_button that represent next toggle_button with specified location.
static toggle_button align_left(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button font(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button remove(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent remove toggle_button with specified check_state,...
static toggle_button down(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button del(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent del toggle_button with specified check_state,...
static toggle_button jump_to(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button forward(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent forward toggle_button with specified three_state...
static toggle_button first(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button no(const drawing::point &location)
Create a system-defined toggle_button that represent no toggle_button with specified location.
static toggle_button justified(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent justified toggle_button with specified three_sta...
static toggle_button up(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent up toggle_button with specified check_state,...
static toggle_button customize(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button replace(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button up(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent up toggle_button with specified location,...
static toggle_button find(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button stop(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button bottom(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bottom toggle_button with specified location,...
static toggle_button zoom_to_fit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button bottom(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent bottom toggle_button with specified three_state,...
static toggle_button execute(const control &parent)
Create a system-defined toggle_button that represent execute toggle_button with specified parent.
static toggle_button execute(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button undelete(const drawing::point &location)
Create a system-defined toggle_button that represent undelete toggle_button with specified location.
static toggle_button unindent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button cancel(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button top(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button view(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button properties(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent properties toggle_button with specified three_st...
static toggle_button last(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button font(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent font toggle_button with specified check_state,...
static toggle_button bold(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button redo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button stop(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent stop toggle_button with specified location,...
static toggle_button print(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button font(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent font toggle_button with specified check_state,...
static toggle_button abort(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent abort toggle_button with specified three_state,...
static toggle_button jump_to(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button bottom(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent bottom toggle_button with specified and check_st...
static toggle_button cancel(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button zoom_out(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified location,...
static toggle_button previous(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button print_preview()
Create a system-defined toggle_button that represent print_preview toggle_button.
static toggle_button redo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button search(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button retry(const control &parent)
Create a system-defined toggle_button that represent retry toggle_button with specified parent.
static toggle_button cut(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cut toggle_button with specified three_state,...
static toggle_button execute(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent execute toggle_button with specified three_state...
static toggle_button zoom_to_fit(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified locatio...
static toggle_button exit()
Create a system-defined toggle_button that represent exit toggle_button.
static toggle_button previous(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent previous toggle_button with specified check_stat...
static toggle_button copy(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent copy toggle_button with specified three_state,...
static toggle_button ok(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button descending(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button add(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button network(const control &parent)
Create a system-defined toggle_button that represent network toggle_button with specified parent.
static toggle_button zoom_out(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button color(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button tools(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button help(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent help toggle_button with specified three_state,...
static toggle_button strikeout(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent strikeout toggle_button with specified and check...
static toggle_button next(const control &parent)
Create a system-defined toggle_button that represent next toggle_button with specified parent.
static toggle_button convert(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent convert toggle_button with specified check_state...
static toggle_button no(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button help(const control &parent)
Create a system-defined toggle_button that represent help toggle_button with specified parent.
static toggle_button index(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent index toggle_button with specified location,...
static toggle_button customize(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button spell_check(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button window(const drawing::point &location)
Create a system-defined toggle_button that represent window toggle_button with specified location.
static toggle_button select_all(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button unindent(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent unindent toggle_button with specified three_stat...
static toggle_button redo(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent redo toggle_button with specified location,...
static toggle_button del(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent del toggle_button with specified and check_state...
static toggle_button apply()
Create a system-defined toggle_button that represent apply toggle_button.
static toggle_button zoom_out(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button floppy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button save(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save toggle_button with specified check_state,...
static toggle_button underline(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button options(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button preferences(const drawing::point &location)
Create a system-defined toggle_button that represent preferences toggle_button with specified locatio...
static toggle_button file(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent file toggle_button with specified three_state,...
static toggle_button del(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button save(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button replace(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent replace toggle_button with specified three_state...
static toggle_button retry(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent retry toggle_button with specified location,...
static toggle_button top(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent top toggle_button with specified three_state,...
static toggle_button refresh(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button jump_to(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent jump_to toggle_button with specified location,...
static toggle_button next(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent next toggle_button with specified location,...
static toggle_button top(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent top toggle_button with specified location,...
static toggle_button network(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button print(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print toggle_button with specified check_state,...
static toggle_button next(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent next toggle_button with specified check_state,...
static toggle_button index(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent index toggle_button with specified three_state,...
static toggle_button justified(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent justified toggle_button with specified location,...
static toggle_button ignore(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ignore toggle_button with specified three_state,...
static toggle_button cut(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cut toggle_button with specified location,...
static toggle_button exit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent exit toggle_button with specified three_state,...
static toggle_button bottom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bottom toggle_button with specified three_state,...
static toggle_button stop(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button color(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent color toggle_button with specified location,...
static toggle_button find(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button align_right(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button first(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button harddisk(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent harddisk toggle_button with specified check_stat...
static toggle_button info(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button options(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent options toggle_button with specified three_state...
static toggle_button print_preview(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button home(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent home toggle_button with specified check_state,...
static toggle_button info(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button find(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button descending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent descending toggle_button with specified three_st...
static toggle_button options(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button open(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent open toggle_button with specified check_state,...
static toggle_button refresh(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent refresh toggle_button with specified location,...
static toggle_button forward(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button search(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent search toggle_button with specified three_state,...
static toggle_button paste(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button apply(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent apply toggle_button with specified three_state,...
static toggle_button paste(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent paste toggle_button with specified location,...
static toggle_button actual_size(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent actual_size toggle_button with specified locatio...
static toggle_button undo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undo toggle_button with specified three_state,...
static toggle_button find(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button home(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent home toggle_button with specified three_state,...
static toggle_button help(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent help toggle_button with specified three_state,...
static toggle_button clear(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent clear toggle_button with specified three_state,...
static toggle_button cancel(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cancel toggle_button with specified location,...
static toggle_button window(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent window toggle_button with specified three_state,...
static toggle_button open(const control &parent)
Create a system-defined toggle_button that represent open toggle_button with specified parent.
static toggle_button new_(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button file(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent file toggle_button with specified three_state,...
static toggle_button retry(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button close(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button back(const drawing::point &location)
Create a system-defined toggle_button that represent back toggle_button with specified location.
static toggle_button ascending(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button bottom(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button execute(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent execute toggle_button with specified check_state...
static toggle_button font(const control &parent)
Create a system-defined toggle_button that represent font toggle_button with specified parent.
static toggle_button strikeout(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent strikeout toggle_button with specified location,...
static toggle_button find(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button clear(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent clear toggle_button with specified and check_sta...
static toggle_button floppy(const drawing::point &location)
Create a system-defined toggle_button that represent floppy toggle_button with specified location.
static toggle_button print(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print toggle_button with specified three_state,...
static toggle_button clear(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent clear toggle_button with specified three_state,...
static toggle_button harddisk()
Create a system-defined toggle_button that represent harddisk toggle_button.
static toggle_button apply(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent apply toggle_button with specified and check_sta...
static toggle_button centered(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button indent(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent indent toggle_button with specified check_state,...
static toggle_button find(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent find toggle_button with specified check_state,...
static toggle_button preferences(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent preferences toggle_button with specified three_s...
static toggle_button indent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button no(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button jump_to(const control &parent)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent.
static toggle_button open(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent open toggle_button with specified check_state,...
static toggle_button search(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button info(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button quit(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button file()
Create a system-defined toggle_button that represent file toggle_button.
static toggle_button remove(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button last(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent last toggle_button with specified check_state,...
static toggle_button exit(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent exit toggle_button with specified location,...
static toggle_button forward(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent forward toggle_button with specified check_state...
static toggle_button color(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent color toggle_button with specified three_state,...
static toggle_button alignment(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button about(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button down()
Create a system-defined toggle_button that represent down toggle_button.
static toggle_button file(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button preferences(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button ignore()
Create a system-defined toggle_button that represent ignore toggle_button.
static toggle_button network(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent network toggle_button with specified and check_s...
static toggle_button find(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent find toggle_button with specified three_state,...
static toggle_button preferences(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button harddisk(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button align_right(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button save_as(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button top(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent top toggle_button with specified location,...
static toggle_button cut(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cut toggle_button with specified three_state,...
static toggle_button top(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button down(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button ignore(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ignore toggle_button with specified location,...
static toggle_button strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button centered(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button paste(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent paste toggle_button with specified three_state,...
static toggle_button print(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent print toggle_button with specified three_state,...
static toggle_button forward(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent forward toggle_button with specified three_state...
static toggle_button bold(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bold toggle_button with specified location,...
static toggle_button indent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent indent toggle_button with specified three_state,...
static toggle_button zoom_to_fit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button print_preview(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent print_preview toggle_button with specified and c...
static toggle_button remove(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button zoom_to_fit(const drawing::point &location)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified locatio...
static toggle_button ok(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button print(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button home(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent home toggle_button with specified three_state,...
static toggle_button select_all(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent select_all toggle_button with specified location...
static toggle_button abort(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent abort toggle_button with specified three_state,...
static toggle_button tools(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent tools toggle_button with specified check_state,...
static toggle_button spell_check()
Create a system-defined toggle_button that represent spell_check toggle_button.
static toggle_button descending(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent descending toggle_button with specified location...
static toggle_button del(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent del toggle_button with specified check_state,...
static toggle_button save_as(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button del(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button file(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent file toggle_button with specified location,...
static toggle_button preferences(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button copy(const control &parent)
Create a system-defined toggle_button that represent copy toggle_button with specified parent.
static toggle_button print_preview(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print_preview toggle_button with specified locat...
static toggle_button print(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button top(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button paste(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button yes()
Create a system-defined toggle_button that represent yes toggle_button.
static toggle_button retry()
Create a system-defined toggle_button that represent retry toggle_button.
static toggle_button redo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button last(const control &parent)
Create a system-defined toggle_button that represent last toggle_button with specified parent.
static toggle_button italic(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button ok(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ok toggle_button with specified check_state,...
static toggle_button back(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button indent(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent indent toggle_button with specified location,...
static toggle_button no(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent no toggle_button with specified three_state,...
static toggle_button up(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button strikeout(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent strikeout toggle_button with specified check_sta...
static toggle_button previous(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button new_(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent new_ toggle_button with specified location,...
static toggle_button settings(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent settings toggle_button with specified three_stat...
static toggle_button spell_check(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent spell_check toggle_button with specified three_s...
static toggle_button paste(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button convert(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent convert toggle_button with specified location,...
static toggle_button stop(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button tools(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent tools toggle_button with specified three_state,...
static toggle_button search()
Create a system-defined toggle_button that represent search toggle_button.
static toggle_button save_as(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent save_as toggle_button with specified three_state...
static toggle_button cdrom(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cdrom toggle_button with specified and check_sta...
static toggle_button indent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button del(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent del toggle_button with specified three_state,...
static toggle_button unindent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button jump_to(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state...
static toggle_button exit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent exit toggle_button with specified three_state,...
static toggle_button first(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent first toggle_button with specified three_state,...
static toggle_button select_all(const drawing::point &location)
Create a system-defined toggle_button that represent select_all toggle_button with specified location...
static toggle_button stop(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent stop toggle_button with specified check_state,...
static toggle_button alignment(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button help(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button search(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent search toggle_button with specified check_state,...
static toggle_button cdrom(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button zoom_out(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_stat...
static toggle_button del(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent del toggle_button with specified three_state,...
static toggle_button back(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button tools(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent tools toggle_button with specified check_state,...
static toggle_button bottom(const control &parent)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent.
static toggle_button last(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button previous(const control &parent)
Create a system-defined toggle_button that represent previous toggle_button with specified parent.
static toggle_button options(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent options toggle_button with specified check_state...
static toggle_button unindent(const control &parent)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent.
static toggle_button exit(const control &parent)
Create a system-defined toggle_button that represent exit toggle_button with specified parent.
static toggle_button no(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent no toggle_button with specified and check_state.
static toggle_button home(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent home toggle_button with specified location,...
static toggle_button network(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button retry(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent retry toggle_button with specified location,...
static toggle_button redo(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent redo toggle_button with specified three_state,...
static toggle_button jump_to(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state...
static toggle_button font(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent font toggle_button with specified three_state,...
static toggle_button redo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button strikeout(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button cdrom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state,...
static toggle_button paste(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button add(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent add toggle_button with specified three_state,...
static toggle_button close(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button descending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent descending toggle_button with specified three_st...
static toggle_button print_preview(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print_preview toggle_button with specified three...
static toggle_button contents(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button actual_size(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button preferences(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent preferences toggle_button with specified check_s...
static toggle_button execute(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button retry(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button clear(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent clear toggle_button with specified three_state,...
static toggle_button justified(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button index(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button retry(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent retry toggle_button with specified three_state,...
static toggle_button harddisk(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button save_as(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button ignore(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button strikeout(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent strikeout toggle_button with specified three_sta...
static toggle_button centered(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent centered toggle_button with specified three_stat...
static toggle_button redo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent redo toggle_button with specified check_state,...
static toggle_button ok(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ok toggle_button with specified three_state,...
static toggle_button harddisk(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent harddisk toggle_button with specified three_stat...
static toggle_button undelete(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button font(const drawing::point &location)
Create a system-defined toggle_button that represent font toggle_button with specified location.
static toggle_button align_left(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent align_left toggle_button with specified three_st...
static toggle_button new_()
Create a system-defined toggle_button that represent new_ toggle_button.
static toggle_button search(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent search toggle_button with specified three_state,...
static toggle_button quit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button search(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button customize(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button redo(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button print_preview(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button unindent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent unindent toggle_button with specified check_stat...
static toggle_button settings(const drawing::point &location)
Create a system-defined toggle_button that represent settings toggle_button with specified location.
static toggle_button ok(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button retry(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button del(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button network(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button clear(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button unindent(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button edit(const control &parent)
Create a system-defined toggle_button that represent edit toggle_button with specified parent.
static toggle_button print_preview(const control &parent)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button edit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button convert(const drawing::point &location)
Create a system-defined toggle_button that represent convert toggle_button with specified location.
static toggle_button select_all(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button network(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button undelete()
Create a system-defined toggle_button that represent undelete toggle_button.
static toggle_button options(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent options toggle_button with specified check_state...
static toggle_button new_(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent new_ toggle_button with specified check_state,...
static toggle_button no(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent no toggle_button with specified three_state,...
static toggle_button find(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent find toggle_button with specified three_state,...
static toggle_button preferences(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button bottom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button bottom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bottom toggle_button with specified three_state,...
static toggle_button zoom_in(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state...
static toggle_button next()
Create a system-defined toggle_button that represent next toggle_button.
static toggle_button alignment(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent alignment toggle_button with specified three_sta...
static toggle_button refresh(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button last(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent last toggle_button with specified three_state,...
static toggle_button zoom_out(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified location,...
static toggle_button file(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent file toggle_button with specified check_state,...
static toggle_button justified(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent justified toggle_button with specified three_sta...
static toggle_button properties(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button save(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save toggle_button with specified location,...
static toggle_button alignment()
Create a system-defined toggle_button that represent alignment toggle_button.
static toggle_button clear(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent clear toggle_button with specified check_state,...
static toggle_button paste(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button options(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button zoom_in(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button no(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent no toggle_button with specified three_state,...
static toggle_button font(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button previous(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button bottom(const drawing::point &location)
Create a system-defined toggle_button that represent bottom toggle_button with specified location.
static toggle_button settings(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent settings toggle_button with specified three_stat...
static toggle_button back(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent back toggle_button with specified three_state,...
static toggle_button align_right(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_right toggle_button with specified check_s...
static toggle_button help(const drawing::point &location)
Create a system-defined toggle_button that represent help toggle_button with specified location.
static toggle_button copy(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent copy toggle_button with specified and check_stat...
static toggle_button ascending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button stop(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button jump_to(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state...
static toggle_button alignment(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button italic(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button add(const control &parent)
Create a system-defined toggle_button that represent add toggle_button with specified parent.
static toggle_button print_preview(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print_preview toggle_button with specified locat...
static toggle_button actual_size()
Create a system-defined toggle_button that represent actual_size toggle_button.
static toggle_button about(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent about toggle_button with specified three_state,...
static toggle_button remove(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button ignore(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button justified(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent justified toggle_button with specified location,...
static toggle_button retry(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button convert(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent convert toggle_button with specified check_state...
static toggle_button down(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent down toggle_button with specified three_state,...
static toggle_button close(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent close toggle_button with specified check_state,...
static toggle_button info(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent info toggle_button with specified check_state,...
static toggle_button ascending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button settings(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button copy(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button view(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent view toggle_button with specified three_state,...
static toggle_button index(const drawing::point &location)
Create a system-defined toggle_button that represent index toggle_button with specified location.
static toggle_button font(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button bold(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button view(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent view toggle_button with specified location,...
static toggle_button ignore(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button cancel(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button undelete(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent undelete toggle_button with specified three_stat...
static toggle_button previous()
Create a system-defined toggle_button that represent previous toggle_button.
static toggle_button window(const control &parent)
Create a system-defined toggle_button that represent window toggle_button with specified parent.
static toggle_button next(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent next toggle_button with specified three_state,...
static toggle_button zoom_in(const drawing::point &location)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified location.
static toggle_button options(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button alignment(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button search(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent search toggle_button with specified location,...
static toggle_button network(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button ascending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ascending toggle_button with specified three_sta...
static toggle_button top(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button no(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button next(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent next toggle_button with specified location,...
static toggle_button justified(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button info(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent info toggle_button with specified and check_stat...
static toggle_button select_all(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button about(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent about toggle_button with specified three_state,...
static toggle_button network(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button properties(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button cancel(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cancel toggle_button with specified check_state,...
static toggle_button undelete(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button replace(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button ok(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ok toggle_button with specified three_state,...
static toggle_button alignment(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button help(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button search(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent search toggle_button with specified and check_st...
static toggle_button cancel()
Create a system-defined toggle_button that represent cancel toggle_button.
static toggle_button del(const drawing::point &location)
Create a system-defined toggle_button that represent del toggle_button with specified location.
static toggle_button zoom_to_fit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_s...
static toggle_button spell_check(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent spell_check toggle_button with specified and che...
static toggle_button preferences(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent preferences toggle_button with specified check_s...
static toggle_button unindent()
Create a system-defined toggle_button that represent unindent toggle_button.
static toggle_button first()
Create a system-defined toggle_button that represent first toggle_button.
static toggle_button convert(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button cut()
Create a system-defined toggle_button that represent cut toggle_button.
static toggle_button copy(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button justified(const drawing::point &location)
Create a system-defined toggle_button that represent justified toggle_button with specified location.
static toggle_button justified(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button actual_size(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button cut(const control &parent)
Create a system-defined toggle_button that represent cut toggle_button with specified parent.
static toggle_button floppy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button customize(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent customize toggle_button with specified check_sta...
static toggle_button cut(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button zoom_to_fit(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified locatio...
static toggle_button preferences(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button ok(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button preferences(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent preferences toggle_button with specified three_s...
static toggle_button descending(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent descending toggle_button with specified three_st...
static toggle_button edit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button clear(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent clear toggle_button with specified check_state,...
static toggle_button alignment(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button apply(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button ignore(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ignore toggle_button with specified three_state,...
static toggle_button ignore(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ignore toggle_button with specified check_state,...
static toggle_button help(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent help toggle_button with specified three_state,...
static toggle_button quit(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent quit toggle_button with specified and check_stat...
static toggle_button ascending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button apply(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent apply toggle_button with specified three_state,...
static toggle_button info(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent info toggle_button with specified location,...
static toggle_button underline(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent underline toggle_button with specified location,...
static toggle_button justified(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button floppy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button new_(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent new_ toggle_button with specified check_state,...
static toggle_button settings(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button apply(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button ok(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button bold(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bold toggle_button with specified check_state,...
static toggle_button apply(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent apply toggle_button with specified location,...
static toggle_button first(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent first toggle_button with specified check_state,...
static toggle_button last(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent last toggle_button with specified location,...
static toggle_button actual_size(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button color(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button settings(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button strikeout(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button save(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button unindent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button down(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button paste(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button centered(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button execute(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent execute toggle_button with specified three_state...
static toggle_button file(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button ascending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ascending toggle_button with specified three_sta...
static toggle_button last(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button network(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button undo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button cut(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cut toggle_button with specified location,...
static toggle_button previous(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent previous toggle_button with specified location,...
static toggle_button zoom_out(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button info(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button harddisk(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent harddisk toggle_button with specified three_stat...
static toggle_button forward(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button back(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button descending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button save()
Create a system-defined toggle_button that represent save toggle_button.
static toggle_button remove(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent remove toggle_button with specified three_state,...
static toggle_button actual_size(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button redo(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent redo toggle_button with specified location,...
static toggle_button centered(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button undelete(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button convert(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent convert toggle_button with specified location,...
static toggle_button color(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent color toggle_button with specified check_state,...
static toggle_button unindent(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent unindent toggle_button with specified and check_...
static toggle_button settings(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent settings toggle_button with specified and check_...
static toggle_button ok(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button alignment(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent alignment toggle_button with specified check_sta...
static toggle_button font(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent font toggle_button with specified check_state,...
static toggle_button options(const drawing::point &location)
Create a system-defined toggle_button that represent options toggle_button with specified location.
static toggle_button ok(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ok toggle_button with specified three_state,...
static toggle_button color(const control &parent)
Create a system-defined toggle_button that represent color toggle_button with specified parent.
static toggle_button zoom_in(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button actual_size(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button justified(const control &parent)
Create a system-defined toggle_button that represent justified toggle_button with specified parent.
static toggle_button contents(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button copy(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent copy toggle_button with specified location,...
static toggle_button apply(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button zoom_in(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state...
static toggle_button search(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button copy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button index(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent index toggle_button with specified check_state,...
static toggle_button customize(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button justified(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button print(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print toggle_button with specified check_state,...
static toggle_button properties(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent properties toggle_button with specified location...
static toggle_button back()
Create a system-defined toggle_button that represent back toggle_button.
static toggle_button paste()
Create a system-defined toggle_button that represent paste toggle_button.
static toggle_button unindent(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button edit(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent edit toggle_button with specified location,...
static toggle_button preferences(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent preferences toggle_button with specified three_s...
static toggle_button apply(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button up(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent up toggle_button with specified three_state,...
static toggle_button descending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button revert_to_saved(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified thr...
static toggle_button search(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent search toggle_button with specified location,...
static toggle_button execute(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent execute toggle_button with specified location,...
static toggle_button harddisk(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button last(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button properties(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent properties toggle_button with specified check_st...
static toggle_button save_as(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button tools(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent tools toggle_button with specified three_state,...
static toggle_button add(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button file(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button forward(const control &parent)
Create a system-defined toggle_button that represent forward toggle_button with specified parent.
static toggle_button last(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent last toggle_button with specified three_state,...
static toggle_button preferences(const control &parent)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent.
static toggle_button redo(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent redo toggle_button with specified and check_stat...
static toggle_button harddisk(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button bottom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bottom toggle_button with specified check_state,...
static toggle_button save_as()
Create a system-defined toggle_button that represent save_as toggle_button.
static toggle_button exit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button align_right(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent align_right toggle_button with specified three_s...
static toggle_button save_as(const drawing::point &location)
Create a system-defined toggle_button that represent save_as toggle_button with specified location.
static toggle_button strikeout(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button index(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button strikeout(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button window(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent window toggle_button with specified check_state,...
static toggle_button zoom_in(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button open(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent open toggle_button with specified location,...
static toggle_button ok(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ok toggle_button with specified check_state,...
static toggle_button bottom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bottom toggle_button with specified check_state,...
static toggle_button harddisk(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button remove(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button exit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent exit toggle_button with specified three_state,...
static toggle_button about(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent about toggle_button with specified check_state,...
static toggle_button last(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent last toggle_button with specified three_state,...
static toggle_button zoom_in(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified three_state...
static toggle_button top(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button justified()
Create a system-defined toggle_button that represent justified toggle_button.
static toggle_button no(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent no toggle_button with specified check_state,...
static toggle_button open(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button previous(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button save(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button clear(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button window(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button help(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent help toggle_button with specified and check_stat...
static toggle_button align_right(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent align_right toggle_button with specified and che...
static toggle_button indent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button convert(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button options(const control &parent)
Create a system-defined toggle_button that represent options toggle_button with specified parent.
static toggle_button centered(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button tools(const drawing::point &location)
Create a system-defined toggle_button that represent tools toggle_button with specified location.
static toggle_button select_all(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button help(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent help toggle_button with specified location,...
static toggle_button unindent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button next(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button color(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button view(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent view toggle_button with specified three_state,...
static toggle_button redo(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button underline(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent underline toggle_button with specified three_sta...
static toggle_button centered(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent centered toggle_button with specified location,...
static toggle_button window(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button down(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent down toggle_button with specified check_state,...
static toggle_button save(const drawing::point &location)
Create a system-defined toggle_button that represent save toggle_button with specified location.
static toggle_button harddisk(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent harddisk toggle_button with specified three_stat...
static toggle_button replace(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button select_all()
Create a system-defined toggle_button that represent select_all toggle_button.
static toggle_button zoom_to_fit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button first(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button print(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button italic()
Create a system-defined toggle_button that represent italic toggle_button.
static toggle_button up(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent up toggle_button with specified three_state,...
static toggle_button undo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undo toggle_button with specified check_state,...
static toggle_button file(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button font(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button down(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button cancel(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cancel toggle_button with specified and check_st...
static toggle_button last(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button cut(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button tools(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button align_left(const drawing::point &location)
Create a system-defined toggle_button that represent align_left toggle_button with specified location...
static toggle_button bottom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button copy(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button settings(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button copy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button window(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button view(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button zoom_out(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button select_all(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent select_all toggle_button with specified and chec...
static toggle_button descending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button abort(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button indent()
Create a system-defined toggle_button that represent indent toggle_button.
static toggle_button top(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button cut(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cut toggle_button with specified three_state,...
static toggle_button add(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button retry(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button tools(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent tools toggle_button with specified three_state,...
static toggle_button view(const control &parent)
Create a system-defined toggle_button that represent view toggle_button with specified parent.
static toggle_button about(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button undelete(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent undelete toggle_button with specified and check_...
static toggle_button top(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button cancel(const control &parent)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent.
static toggle_button yes(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button customize(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent customize toggle_button with specified three_sta...
static toggle_button bold(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent bold toggle_button with specified three_state,...
static toggle_button centered(const control &parent)
Create a system-defined toggle_button that represent centered toggle_button with specified parent.
static toggle_button help(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button underline(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button undo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undo toggle_button with specified check_state,...
static toggle_button edit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button up(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button font(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button ignore(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button refresh(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button zoom_out(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_stat...
static toggle_button open(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button indent(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button ascending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button settings(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent settings toggle_button with specified location,...
static toggle_button floppy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent floppy toggle_button with specified three_state,...
static toggle_button unindent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button retry(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent retry toggle_button with specified three_state,...
static toggle_button cancel(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cancel toggle_button with specified three_state,...
static toggle_button close(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent close toggle_button with specified location,...
static toggle_button back(const control &parent)
Create a system-defined toggle_button that represent back toggle_button with specified parent.
static toggle_button back(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button bottom()
Create a system-defined toggle_button that represent bottom toggle_button.
static toggle_button previous(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent previous toggle_button with specified three_stat...
static toggle_button copy(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent copy toggle_button with specified location,...
static toggle_button convert(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button refresh(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent refresh toggle_button with specified check_state...
static toggle_button next(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button align_left(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button about(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button yes(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent yes toggle_button with specified three_state,...
static toggle_button no(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button no(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button revert_to_saved(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified and...
static toggle_button color(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent color toggle_button with specified three_state,...
static toggle_button search(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button centered(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent centered toggle_button with specified check_stat...
static toggle_button ascending()
Create a system-defined toggle_button that represent ascending toggle_button.
static toggle_button preferences(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button cancel(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button view(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button apply(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent apply toggle_button with specified three_state,...
static toggle_button info(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button execute(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button align_right(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button file(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button ascending(const control &parent)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent.
static toggle_button add(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button back(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent back toggle_button with specified location,...
static toggle_button open(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent open toggle_button with specified and check_stat...
static toggle_button ignore(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button replace(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button convert(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button abort(const drawing::point &location)
Create a system-defined toggle_button that represent abort toggle_button with specified location.
static toggle_button color(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button cdrom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state,...
static toggle_button window(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent window toggle_button with specified and check_st...
static toggle_button new_(const control &parent)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent.
static toggle_button next(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent next toggle_button with specified check_state,...
static toggle_button exit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button settings(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent settings toggle_button with specified check_stat...
static toggle_button edit(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent edit toggle_button with specified and check_stat...
static toggle_button up(const drawing::point &location)
Create a system-defined toggle_button that represent up toggle_button with specified location.
static toggle_button replace(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent replace toggle_button with specified check_state...
static toggle_button abort(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button indent(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent indent toggle_button with specified location,...
static toggle_button info(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent info toggle_button with specified check_state,...
static toggle_button first(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button abort(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent abort toggle_button with specified location,...
static toggle_button copy(const drawing::point &location)
Create a system-defined toggle_button that represent copy toggle_button with specified location.
static toggle_button add(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent add toggle_button with specified check_state,...
static toggle_button actual_size(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button close(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent close toggle_button with specified three_state,...
static toggle_button search(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent search toggle_button with specified three_state,...
static toggle_button descending(const drawing::point &location)
Create a system-defined toggle_button that represent descending toggle_button with specified location...
static toggle_button contents(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button network(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent network toggle_button with specified check_state...
static toggle_button file(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button settings(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent settings toggle_button with specified three_stat...
static toggle_button abort(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent abort toggle_button with specified check_state,...
static toggle_button info(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent info toggle_button with specified three_state,...
static toggle_button new_(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button properties(const drawing::point &location)
Create a system-defined toggle_button that represent properties toggle_button with specified location...
static toggle_button previous(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button first(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent first toggle_button with specified three_state,...
static toggle_button network(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent network toggle_button with specified three_state...
static toggle_button about(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent about toggle_button with specified and check_sta...
static toggle_button replace(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button undelete(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent undelete toggle_button with specified three_stat...
static toggle_button yes(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button add(const drawing::point &location)
Create a system-defined toggle_button that represent add toggle_button with specified location.
static toggle_button jump_to(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button ascending(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ascending toggle_button with specified location,...
static toggle_button about(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent about toggle_button with specified check_state,...
static toggle_button index(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button alignment(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button next(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent next toggle_button with specified three_state,...
static toggle_button underline(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button zoom_out(const drawing::point &location)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified location.
static toggle_button preferences(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent preferences toggle_button with specified three_s...
static toggle_button cdrom()
Create a system-defined toggle_button that represent cdrom toggle_button.
static toggle_button execute(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent execute toggle_button with specified check_state...
static toggle_button alignment(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button network()
Create a system-defined toggle_button that represent network toggle_button.
static toggle_button tools(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent tools toggle_button with specified check_state,...
static toggle_button copy()
Create a system-defined toggle_button that represent copy toggle_button.
static toggle_button first(const control &parent)
Create a system-defined toggle_button that represent first toggle_button with specified parent.
static toggle_button open(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent open toggle_button with specified three_state,...
static toggle_button exit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button save(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent save toggle_button with specified check_state,...
static toggle_button undo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button open(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button undelete(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undelete toggle_button with specified location,...
static toggle_button no(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button centered(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent centered toggle_button with specified three_stat...
static toggle_button previous(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button descending()
Create a system-defined toggle_button that represent descending toggle_button.
static toggle_button help(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent help toggle_button with specified check_state,...
static toggle_button revert_to_saved()
Create a system-defined toggle_button that represent revert_to_saved toggle_button.
static toggle_button close(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button options(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button descending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button save_as(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save_as toggle_button with specified three_state...
static toggle_button strikeout()
Create a system-defined toggle_button that represent strikeout toggle_button.
static toggle_button harddisk(const control &parent)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent.
static toggle_button options()
Create a system-defined toggle_button that represent options toggle_button.
static toggle_button forward(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button align_right(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_right toggle_button with specified locatio...
static toggle_button view(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button clear(const drawing::point &location)
Create a system-defined toggle_button that represent clear toggle_button with specified location.
static toggle_button jump_to(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button italic(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button replace(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent replace toggle_button with specified location,...
static toggle_button abort(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent abort toggle_button with specified and check_sta...
static toggle_button copy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button jump_to()
Create a system-defined toggle_button that represent jump_to toggle_button.
static toggle_button cut(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cut toggle_button with specified check_state,...
static toggle_button harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button cdrom(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state,...
static toggle_button search(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent search toggle_button with specified check_state,...
static toggle_button file(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button last(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button undo(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent undo toggle_button with specified and check_stat...
static toggle_button copy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent copy toggle_button with specified three_state,...
static toggle_button alignment(const drawing::point &location)
Create a system-defined toggle_button that represent alignment toggle_button with specified location.
static toggle_button print(const drawing::point &location)
Create a system-defined toggle_button that represent print toggle_button with specified location.
static toggle_button down(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent down toggle_button with specified location,...
static toggle_button contents(const drawing::point &location)
Create a system-defined toggle_button that represent contents toggle_button with specified location.
static toggle_button open(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button abort(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent abort toggle_button with specified check_state,...
static toggle_button bold(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button no(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button indent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent indent toggle_button with specified three_state,...
static toggle_button align_right(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent align_right toggle_button with specified check_s...
static toggle_button edit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent edit toggle_button with specified check_state,...
static toggle_button align_right(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button previous(const drawing::point &location)
Create a system-defined toggle_button that represent previous toggle_button with specified location.
static toggle_button justified(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button search(const drawing::point &location)
Create a system-defined toggle_button that represent search toggle_button with specified location.
static toggle_button spell_check(const control &parent)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent.
static toggle_button bottom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent bottom toggle_button with specified three_state,...
static toggle_button italic(const drawing::point &location)
Create a system-defined toggle_button that represent italic toggle_button with specified location.
static toggle_button paste(const control &parent)
Create a system-defined toggle_button that represent paste toggle_button with specified parent.
static toggle_button floppy(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent floppy toggle_button with specified three_state,...
static toggle_button down(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button centered()
Create a system-defined toggle_button that represent centered toggle_button.
static toggle_button centered(const drawing::point &location)
Create a system-defined toggle_button that represent centered toggle_button with specified location.
static toggle_button home(const drawing::point &location)
Create a system-defined toggle_button that represent home toggle_button with specified location.
static toggle_button contents(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button save_as(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent save_as toggle_button with specified three_state...
static toggle_button top(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button yes(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button undo(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undo toggle_button with specified location,...
static toggle_button indent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button paste(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent paste toggle_button with specified check_state,...
static toggle_button forward(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button refresh(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent refresh toggle_button with specified check_state...
static toggle_button zoom_out(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button abort(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button find(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent find toggle_button with specified and check_stat...
static toggle_button actual_size(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button next(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button copy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button save(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save toggle_button with specified three_state,...
static toggle_button tools(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button zoom_out(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_stat...
static toggle_button print(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print toggle_button with specified three_state,...
static toggle_button harddisk(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent harddisk toggle_button with specified location,...
static toggle_button open(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent open toggle_button with specified three_state,...
static toggle_button refresh(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent refresh toggle_button with specified three_state...
static toggle_button index(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent index toggle_button with specified and check_sta...
static toggle_button replace(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent replace toggle_button with specified check_state...
static toggle_button redo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button select_all(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button down(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button no()
Create a system-defined toggle_button that represent no toggle_button.
static toggle_button add(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent add toggle_button with specified check_state,...
static toggle_button save(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button properties(const control &parent)
Create a system-defined toggle_button that represent properties toggle_button with specified parent.
static toggle_button previous(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent previous toggle_button with specified and check_...
static toggle_button underline(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent underline toggle_button with specified location,...
static toggle_button contents(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent contents toggle_button with specified check_stat...
static toggle_button spell_check(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent spell_check toggle_button with specified three_s...
static toggle_button revert_to_saved(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified che...
static toggle_button about(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button align_right(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent align_right toggle_button with specified three_s...
static toggle_button down(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent down toggle_button with specified check_state,...
static toggle_button abort(const control &parent)
Create a system-defined toggle_button that represent abort toggle_button with specified parent.
static toggle_button strikeout(const drawing::point &location)
Create a system-defined toggle_button that represent strikeout toggle_button with specified location.
static toggle_button refresh(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button edit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent edit toggle_button with specified three_state,...
static toggle_button view(const drawing::point &location)
Create a system-defined toggle_button that represent view toggle_button with specified location.
static toggle_button bold(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent bold toggle_button with specified three_state,...
static toggle_button yes(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent yes toggle_button with specified three_state,...
static toggle_button align_right(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_right toggle_button with specified check_s...
static toggle_button find(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button settings(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent settings toggle_button with specified check_stat...
static toggle_button index(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button cancel(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cancel toggle_button with specified location,...
static toggle_button new_(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button customize(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent customize toggle_button with specified three_sta...
static toggle_button top(const control &parent)
Create a system-defined toggle_button that represent top toggle_button with specified parent.
static toggle_button color(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button ok(const control &parent)
Create a system-defined toggle_button that represent ok toggle_button with specified parent.
static toggle_button save(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button options(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent options toggle_button with specified three_state...
static toggle_button italic(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button revert_to_saved(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button ignore(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ignore toggle_button with specified three_state,...
static toggle_button underline(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button new_(const drawing::point &location)
Create a system-defined toggle_button that represent new_ toggle_button with specified location.
static toggle_button execute()
Create a system-defined toggle_button that represent execute toggle_button.
static toggle_button print_preview(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print_preview toggle_button with specified check...
static toggle_button view(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent view toggle_button with specified location,...
static toggle_button print_preview(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button ok(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ok toggle_button with specified check_state,...
static toggle_button color(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent color toggle_button with specified three_state,...
static toggle_button edit(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent edit toggle_button with specified location,...
static toggle_button network(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button cdrom(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button zoom_to_fit(const control &parent)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent.
static toggle_button settings(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent settings toggle_button with specified three_stat...
static toggle_button spell_check(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent spell_check toggle_button with specified locatio...
static toggle_button replace(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button previous(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent previous toggle_button with specified location,...
static toggle_button cut(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cut toggle_button with specified check_state,...
static toggle_button cdrom(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cdrom toggle_button with specified location,...
static toggle_button properties(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button italic(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent italic toggle_button with specified three_state,...
static toggle_button strikeout(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent strikeout toggle_button with specified check_sta...
static toggle_button spell_check(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent spell_check toggle_button with specified three_s...
static toggle_button bold(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bold toggle_button with specified location,...
static toggle_button open(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button next(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button convert(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button cut(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cut toggle_button with specified and check_state...
static toggle_button indent(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent indent toggle_button with specified three_state,...
static toggle_button cut(const drawing::point &location)
Create a system-defined toggle_button that represent cut toggle_button with specified location.
static toggle_button close(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button stop(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button edit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button revert_to_saved(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified che...
static toggle_button descending(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button paste(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent paste toggle_button with specified check_state,...
static toggle_button select_all(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button home(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button back(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent back toggle_button with specified and check_stat...
static toggle_button preferences(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button first(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent first toggle_button with specified check_state,...
static toggle_button stop(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent stop toggle_button with specified three_state,...
static toggle_button index()
Create a system-defined toggle_button that represent index toggle_button.
static toggle_button actual_size(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button abort(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button revert_to_saved(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button contents(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent contents toggle_button with specified three_stat...
static toggle_button undo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button zoom_to_fit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button convert(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent convert toggle_button with specified three_state...
static toggle_button copy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent copy toggle_button with specified three_state,...
static toggle_button actual_size(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button align_right(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button preferences(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent preferences toggle_button with specified locatio...
static toggle_button index(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button preferences(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent preferences toggle_button with specified and che...
static toggle_button help(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button bottom(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent bottom toggle_button with specified check_state,...
static toggle_button first(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent first toggle_button with specified check_state,...
static toggle_button strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button quit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button first(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent first toggle_button with specified three_state,...
static toggle_button clear(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button ok(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ok toggle_button with specified location,...
static toggle_button preferences(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button clear(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent clear toggle_button with specified check_state,...
static toggle_button apply(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button print(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button view(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button alignment(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent alignment toggle_button with specified three_sta...
static toggle_button close(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent close toggle_button with specified location,...
static toggle_button down(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button stop(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent stop toggle_button with specified three_state,...
static toggle_button cdrom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button about(const control &parent)
Create a system-defined toggle_button that represent about toggle_button with specified parent.
static toggle_button exit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent exit toggle_button with specified three_state,...
static toggle_button edit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent edit toggle_button with specified three_state,...
static toggle_button open(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button convert(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button clear(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button zoom_out(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button align_left(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent align_left toggle_button with specified and chec...
static toggle_button stop(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button quit(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent quit toggle_button with specified location,...
static toggle_button edit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent edit toggle_button with specified check_state,...
static toggle_button info(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button clear(const control &parent)
Create a system-defined toggle_button that represent clear toggle_button with specified parent.
static toggle_button open(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent open toggle_button with specified three_state,...
static toggle_button color(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent color toggle_button with specified check_state,...
static toggle_button spell_check(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button open(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button close(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button zoom_out(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button help(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent help toggle_button with specified check_state,...
static toggle_button ignore(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button search(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button print(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button next(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button undelete(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undelete toggle_button with specified location,...
static toggle_button properties(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button quit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent quit toggle_button with specified three_state,...
static toggle_button about(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent about toggle_button with specified three_state,...
static toggle_button zoom_in(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified and check_s...
static toggle_button save(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save toggle_button with specified location,...
static toggle_button del(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent del toggle_button with specified location,...
static toggle_button retry(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button ascending(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ascending toggle_button with specified three_sta...
static toggle_button options(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent options toggle_button with specified location,...
static toggle_button retry(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent retry toggle_button with specified check_state,...
static toggle_button ignore(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button font(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button save_as(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button align_left(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button bold()
Create a system-defined toggle_button that represent bold toggle_button.
static toggle_button revert_to_saved(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified thr...
static toggle_button italic(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button about(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button save_as(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button help(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button ignore(const drawing::point &location)
Create a system-defined toggle_button that represent ignore toggle_button with specified location.
static toggle_button align_left(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button jump_to(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button refresh(const control &parent)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent.
static toggle_button down(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button customize(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button cut(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button options(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent options toggle_button with specified three_state...
static toggle_button bold(const drawing::point &location)
Create a system-defined toggle_button that represent bold toggle_button with specified location.
static toggle_button close(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent close toggle_button with specified three_state,...
static toggle_button bold(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button find(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button first(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button save(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button undelete(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button indent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent indent toggle_button with specified check_state,...
static toggle_button search(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent search toggle_button with specified parent,...
static toggle_button undelete(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button contents(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button previous(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button bold(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent bold toggle_button with specified check_state,...
static toggle_button print_preview(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button top(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent top toggle_button with specified check_state,...
static toggle_button zoom_to_fit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button save_as(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button home(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent home toggle_button with specified and check_stat...
static toggle_button customize(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button select_all(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent select_all toggle_button with specified location...
static toggle_button print_preview(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button index(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button bold(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button centered(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent centered toggle_button with specified check_stat...
static toggle_button customize(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent customize toggle_button with specified and check...
static toggle_button edit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button indent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent indent toggle_button with specified check_state,...
static toggle_button align_right(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button jump_to(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state...
static toggle_button top(const drawing::point &location)
Create a system-defined toggle_button that represent top toggle_button with specified location.
static toggle_button italic(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button tools(const control &parent)
Create a system-defined toggle_button that represent tools toggle_button with specified parent.
static toggle_button zoom_out(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_stat...
static toggle_button revert_to_saved(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified thr...
static toggle_button justified(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent justified toggle_button with specified check_sta...
static toggle_button replace(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent replace toggle_button with specified three_state...
static toggle_button redo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent redo toggle_button with specified three_state,...
static toggle_button file(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent file toggle_button with specified check_state,...
static toggle_button about(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button unindent(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent unindent toggle_button with specified location,...
static toggle_button print(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button strikeout(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent strikeout toggle_button with specified three_sta...
static toggle_button ascending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button first(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent first toggle_button with specified location,...
static toggle_button down(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent down toggle_button with specified three_state,...
static toggle_button align_left(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button convert(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent convert toggle_button with specified and check_s...
static toggle_button replace(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button forward(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent forward toggle_button with specified location,...
static toggle_button no(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent no toggle_button with specified three_state,...
static toggle_button undo(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button quit()
Create a system-defined toggle_button that represent quit toggle_button.
static toggle_button strikeout(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent strikeout toggle_button with specified check_sta...
static toggle_button properties(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button revert_to_saved(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified loc...
static toggle_button select_all(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent select_all toggle_button with specified three_st...
static toggle_button edit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button abort(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent abort toggle_button with specified check_state,...
static toggle_button cut(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button alignment(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent alignment toggle_button with specified location,...
static toggle_button indent(const control &parent)
Create a system-defined toggle_button that represent indent toggle_button with specified parent.
static toggle_button ascending(const drawing::point &location)
Create a system-defined toggle_button that represent ascending toggle_button with specified location.
static toggle_button floppy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button cut(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button bottom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button descending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent descending toggle_button with specified parent,...
static toggle_button underline(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent underline toggle_button with specified check_sta...
static toggle_button forward(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent forward toggle_button with specified location,...
static toggle_button find(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button options(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent options toggle_button with specified and check_s...
static toggle_button print_preview(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button jump_to(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button tools(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button indent(const drawing::point &location)
Create a system-defined toggle_button that represent indent toggle_button with specified location.
static toggle_button up(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent up toggle_button with specified three_state,...
static toggle_button settings(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button ignore(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ignore toggle_button with specified check_state,...
static toggle_button zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_s...
static toggle_button retry(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button alignment(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent,...
static toggle_button yes(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent yes toggle_button with specified check_state,...
static toggle_button del(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button bottom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button font(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button clear(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent clear toggle_button with specified location,...
static toggle_button quit(const control &parent)
Create a system-defined toggle_button that represent quit toggle_button with specified parent.
static toggle_button find()
Create a system-defined toggle_button that represent find toggle_button.
static toggle_button underline(const control &parent)
Create a system-defined toggle_button that represent underline toggle_button with specified parent.
static toggle_button color(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent color toggle_button with specified and check_sta...
static toggle_button close(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button retry(const drawing::point &location)
Create a system-defined toggle_button that represent retry toggle_button with specified location.
static toggle_button exit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button harddisk(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent harddisk toggle_button with specified check_stat...
static toggle_button back(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button next(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button undelete(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent undelete toggle_button with specified check_stat...
static toggle_button yes(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button undelete(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button zoom_out(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_stat...
static toggle_button unindent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent unindent toggle_button with specified check_stat...
static toggle_button floppy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent floppy toggle_button with specified three_state,...
static toggle_button customize(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button down(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button file(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button find(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent find toggle_button with specified three_state,...
static toggle_button print(const control &parent)
Create a system-defined toggle_button that represent print toggle_button with specified parent.
static toggle_button execute(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent execute toggle_button with specified three_state...
static toggle_button underline()
Create a system-defined toggle_button that represent underline toggle_button.
static toggle_button view(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button back(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button clear(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button customize(const drawing::point &location)
Create a system-defined toggle_button that represent customize toggle_button with specified location.
static toggle_button bold(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent bold toggle_button with specified and check_stat...
static toggle_button next(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button jump_to(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent jump_to toggle_button with specified check_state...
static toggle_button file(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent file toggle_button with specified location,...
static toggle_button underline(const drawing::point &location)
Create a system-defined toggle_button that represent underline toggle_button with specified location.
static toggle_button undo(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button justified(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent justified toggle_button with specified three_sta...
static toggle_button floppy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button new_(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button bold(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button refresh(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button add(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button ok(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button justified(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button stop(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button retry(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button color()
Create a system-defined toggle_button that represent color toggle_button.
static toggle_button file(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent file toggle_button with specified and check_stat...
static toggle_button new_(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button search(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent search toggle_button with specified check_state,...
static toggle_button info(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button retry(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent retry toggle_button with specified three_state,...
static toggle_button indent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent indent toggle_button with specified three_state,...
static toggle_button justified(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button properties(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button new_(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent new_ toggle_button with specified three_state,...
static toggle_button add(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent add toggle_button with specified and check_state...
static toggle_button align_right(const drawing::point &location)
Create a system-defined toggle_button that represent align_right toggle_button with specified locatio...
static toggle_button no(const control &parent)
Create a system-defined toggle_button that represent no toggle_button with specified parent.
static toggle_button home(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent home toggle_button with specified check_state,...
static toggle_button back(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_s...
static toggle_button home()
Create a system-defined toggle_button that represent home toggle_button.
static toggle_button properties(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent properties toggle_button with specified location...
static toggle_button top(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent top toggle_button with specified three_state,...
static toggle_button replace(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent replace toggle_button with specified three_state...
static toggle_button apply(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent apply toggle_button with specified check_state,...
static toggle_button refresh(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent refresh toggle_button with specified location,...
static toggle_button index(const control &parent)
Create a system-defined toggle_button that represent index toggle_button with specified parent.
static toggle_button apply(const drawing::point &location)
Create a system-defined toggle_button that represent apply toggle_button with specified location.
static toggle_button top(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent top toggle_button with specified three_state,...
static toggle_button centered(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button exit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent exit toggle_button with specified check_state,...
static toggle_button jump_to(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button save_as(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent save_as toggle_button with specified and check_s...
static toggle_button select_all(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent select_all toggle_button with specified three_st...
static toggle_button index(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent index toggle_button with specified three_state,...
static toggle_button align_left(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button info(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent info toggle_button with specified location,...
static toggle_button cancel(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cancel toggle_button with specified three_state,...
static toggle_button save_as(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save_as toggle_button with specified check_state...
static toggle_button network(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent network toggle_button with specified three_state...
static toggle_button stop(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button forward(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button refresh(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button print(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent print toggle_button with specified three_state,...
static toggle_button retry(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button print_preview(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button no(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent no toggle_button with specified check_state,...
static toggle_button stop(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent stop toggle_button with specified and check_stat...
static toggle_button bold(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bold toggle_button with specified check_state,...
static toggle_button contents(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button cut(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button redo(const control &parent)
Create a system-defined toggle_button that represent redo toggle_button with specified parent.
static toggle_button last(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent last toggle_button with specified three_state,...
static toggle_button zoom_in(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button zoom_to_fit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_s...
static toggle_button paste(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button open(const drawing::point &location)
Create a system-defined toggle_button that represent open toggle_button with specified location.
static toggle_button paste(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent paste toggle_button with specified three_state,...
static toggle_button forward()
Create a system-defined toggle_button that represent forward toggle_button.
static toggle_button new_(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button options(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button remove(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button actual_size(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent actual_size toggle_button with specified three_s...
static toggle_button last(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent last toggle_button with specified and check_stat...
static toggle_button print(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button indent(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent indent toggle_button with specified and check_st...
static toggle_button last(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button next(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent next toggle_button with specified three_state,...
static toggle_button redo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button align_left(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_left toggle_button with specified three_st...
static toggle_button remove(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent remove toggle_button with specified check_state,...
static toggle_button find(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button forward(const drawing::point &location)
Create a system-defined toggle_button that represent forward toggle_button with specified location.
static toggle_button execute(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent execute toggle_button with specified three_state...
static toggle_button bottom(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bottom toggle_button with specified location,...
static toggle_button underline(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent underline toggle_button with specified check_sta...
static toggle_button add(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent add toggle_button with specified three_state,...
static toggle_button properties(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button bold(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button actual_size(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent actual_size toggle_button with specified locatio...
static toggle_button exit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button zoom_in(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button save_as(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button spell_check(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button add(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button info(const control &parent)
Create a system-defined toggle_button that represent info toggle_button with specified parent.
static toggle_button tools(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button zoom_in(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified check_state...
static toggle_button contents(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent contents toggle_button with specified three_stat...
static toggle_button edit(const drawing::point &location)
Create a system-defined toggle_button that represent edit toggle_button with specified location.
static toggle_button undelete(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button print_preview(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent print_preview toggle_button with specified check...
static toggle_button ignore(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button zoom_in()
Create a system-defined toggle_button that represent zoom_in toggle_button.
static toggle_button underline(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent underline toggle_button with specified check_sta...
static toggle_button print(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button zoom_out(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified and check_...
static toggle_button align_right(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button convert(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent convert toggle_button with specified three_state...
static toggle_button refresh(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent refresh toggle_button with specified and check_s...
static toggle_button properties(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button new_(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button align_left(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_left toggle_button with specified check_st...
static toggle_button paste(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button contents(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent contents toggle_button with specified check_stat...
static toggle_button save(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button properties(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent properties toggle_button with specified three_st...
static toggle_button find(const drawing::point &location)
Create a system-defined toggle_button that represent find toggle_button with specified location.
static toggle_button actual_size(const drawing::point &location)
Create a system-defined toggle_button that represent actual_size toggle_button with specified locatio...
static toggle_button bottom(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button customize(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button font(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button ignore(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ignore toggle_button with specified check_state,...
static toggle_button down(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent down toggle_button with specified and check_stat...
static toggle_button del()
Create a system-defined toggle_button that represent del toggle_button.
static toggle_button execute(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button font(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent font toggle_button with specified three_state,...
static toggle_button refresh(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button tools(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent tools toggle_button with specified and check_sta...
static toggle_button retry(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent retry toggle_button with specified check_state,...
static toggle_button properties(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent properties toggle_button with specified three_st...
static toggle_button centered(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button up(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button jump_to(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button zoom_out(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified check_stat...
static toggle_button quit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button justified(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent justified toggle_button with specified and check...
static toggle_button del(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent del toggle_button with specified three_state,...
static toggle_button copy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent copy toggle_button with specified check_state,...
static toggle_button apply(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button redo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent redo toggle_button with specified three_state,...
static toggle_button ascending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button stop(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent stop toggle_button with specified check_state,...
static toggle_button alignment(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent alignment toggle_button with specified check_sta...
static toggle_button about(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent about toggle_button with specified three_state,...
static toggle_button abort(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent abort toggle_button with specified three_state,...
static toggle_button home(const control &parent)
Create a system-defined toggle_button that represent home toggle_button with specified parent.
static toggle_button down(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent down toggle_button with specified parent,...
static toggle_button zoom_to_fit(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified and che...
static toggle_button new_(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button paste(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent paste toggle_button with specified location,...
static toggle_button revert_to_saved(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button undo(const drawing::point &location)
Create a system-defined toggle_button that represent undo toggle_button with specified location.
static toggle_button paste(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button floppy(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent floppy toggle_button with specified check_state,...
static toggle_button stop(const control &parent)
Create a system-defined toggle_button that represent stop toggle_button with specified parent.
static toggle_button zoom_to_fit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_s...
static toggle_button refresh(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button settings(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button previous(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent previous toggle_button with specified three_stat...
static toggle_button jump_to(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent jump_to toggle_button with specified location,...
static toggle_button align_left(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_left toggle_button with specified check_st...
static toggle_button cdrom(const control &parent)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent.
static toggle_button back(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent back toggle_button with specified check_state,...
static toggle_button font(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button undelete(const control &parent)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent.
static toggle_button cut(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button align_right()
Create a system-defined toggle_button that represent align_right toggle_button.
static toggle_button execute(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent execute toggle_button with specified and check_s...
static toggle_button save(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent save toggle_button with specified and check_stat...
static toggle_button yes(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent yes toggle_button with specified three_state,...
static toggle_button abort()
Create a system-defined toggle_button that represent abort toggle_button.
static toggle_button floppy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent floppy toggle_button with specified check_state,...
static toggle_button up(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent up toggle_button with specified three_state,...
static toggle_button stop(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button italic(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent italic toggle_button with specified check_state,...
static toggle_button indent(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button undo()
Create a system-defined toggle_button that represent undo toggle_button.
static toggle_button window(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button print_preview(const drawing::point &location)
Create a system-defined toggle_button that represent print_preview toggle_button with specified locat...
static toggle_button remove(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent remove toggle_button with specified three_state,...
static toggle_button down(const drawing::point &location)
Create a system-defined toggle_button that represent down toggle_button with specified location.
static toggle_button revert_to_saved(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button file(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button refresh()
Create a system-defined toggle_button that represent refresh toggle_button.
static toggle_button abort(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button contents(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent contents toggle_button with specified location,...
static toggle_button convert(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button about(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent about toggle_button with specified check_state,...
static toggle_button settings(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button quit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button exit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button bold(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button save_as(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button justified(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button save(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save toggle_button with specified three_state,...
static toggle_button first(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent first toggle_button with specified three_state,...
static toggle_button spell_check(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button new_(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent new_ toggle_button with specified check_state,...
static toggle_button paste(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent paste toggle_button with specified check_state,...
static toggle_button strikeout(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent strikeout toggle_button with specified location,...
static toggle_button del(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent del toggle_button with specified three_state,...
static toggle_button harddisk(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent harddisk toggle_button with specified check_stat...
static toggle_button down(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent down toggle_button with specified check_state,...
static toggle_button help(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent help toggle_button with specified three_state,...
static toggle_button align_left()
Create a system-defined toggle_button that represent align_left toggle_button.
static toggle_button convert(const control &parent)
Create a system-defined toggle_button that represent convert toggle_button with specified parent.
static toggle_button jump_to(const drawing::point &location)
Create a system-defined toggle_button that represent jump_to toggle_button with specified location.
static toggle_button zoom_out(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button exit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button window(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button revert_to_saved(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button add(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button new_(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent new_ toggle_button with specified parent,...
static toggle_button window(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent window toggle_button with specified check_state,...
static toggle_button last(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent last toggle_button with specified check_state,...
static toggle_button print(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent print toggle_button with specified check_state,...
static toggle_button undo(const control &parent)
Create a system-defined toggle_button that represent undo toggle_button with specified parent.
static toggle_button window(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent window toggle_button with specified three_state,...
static toggle_button undo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button refresh(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button index(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent index toggle_button with specified check_state,...
static toggle_button spell_check(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button font(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button print(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print toggle_button with specified parent,...
static toggle_button edit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button last()
Create a system-defined toggle_button that represent last toggle_button.
static toggle_button quit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button close(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button zoom_to_fit(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button help(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button exit(const drawing::point &location)
Create a system-defined toggle_button that represent exit toggle_button with specified location.
static toggle_button no(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button zoom_to_fit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button select_all(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button redo(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent redo toggle_button with specified check_state,...
static toggle_button info(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent info toggle_button with specified check_state,...
static toggle_button up(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent up toggle_button with specified check_state,...
static toggle_button help(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent help toggle_button with specified check_state,...
static toggle_button revert_to_saved(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button apply(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button forward(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent forward toggle_button with specified and check_s...
static toggle_button apply(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button redo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button floppy(const control &parent)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent.
static toggle_button customize(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button add(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent add toggle_button with specified location,...
static toggle_button remove(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent remove toggle_button with specified location,...
static toggle_button about(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button edit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button yes(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button stop(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent stop toggle_button with specified three_state,...
static toggle_button close(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent close toggle_button with specified three_state,...
static toggle_button spell_check(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button home(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent home toggle_button with specified location,...
static toggle_button back(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button cancel(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button yes(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button window()
Create a system-defined toggle_button that represent window toggle_button.
static toggle_button floppy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent floppy toggle_button with specified check_state,...
static toggle_button save(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button tools(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button replace(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button index(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent index toggle_button with specified three_state,...
static toggle_button save(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent save toggle_button with specified three_state,...
static toggle_button settings(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button new_(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent new_ toggle_button with specified three_state,...
static toggle_button paste(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent paste toggle_button with specified three_state,...
static toggle_button centered(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button contents(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button cancel(const drawing::point &location)
Create a system-defined toggle_button that represent cancel toggle_button with specified location.
static toggle_button revert_to_saved(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified loc...
static toggle_button add(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button help(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent help toggle_button with specified location,...
static toggle_button redo(const drawing::point &location)
Create a system-defined toggle_button that represent redo toggle_button with specified location.
static toggle_button save_as(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button down(const control &parent)
Create a system-defined toggle_button that represent down toggle_button with specified parent.
static toggle_button close()
Create a system-defined toggle_button that represent close toggle_button.
static toggle_button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button unindent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button italic(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent italic toggle_button with specified check_state,...
static toggle_button align_left(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent align_left toggle_button with specified three_st...
static toggle_button color(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent color toggle_button with specified check_state,...
static toggle_button align_right(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_right toggle_button with specified locatio...
static toggle_button apply(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent apply toggle_button with specified parent,...
static toggle_button edit()
Create a system-defined toggle_button that represent edit toggle_button.
static toggle_button convert(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent convert toggle_button with specified check_state...
static toggle_button align_left(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_left toggle_button with specified location...
static toggle_button save_as(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent,...
static toggle_button centered(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button next(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button options(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent options toggle_button with specified check_state...
static toggle_button redo(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button cdrom(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cdrom toggle_button with specified check_state,...
static toggle_button find(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent find toggle_button with specified parent,...
static toggle_button execute(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button about(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button forward(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button refresh(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent refresh toggle_button with specified three_state...
static toggle_button quit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button search(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent search toggle_button with specified three_state,...
static toggle_button italic(const control &parent)
Create a system-defined toggle_button that represent italic toggle_button with specified parent.
static toggle_button alignment(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent alignment toggle_button with specified location,...
static toggle_button index(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent index toggle_button with specified location,...
static toggle_button home(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent home toggle_button with specified three_state,...
static toggle_button floppy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent floppy toggle_button with specified three_state,...
static toggle_button replace(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button index(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button remove(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button refresh(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent refresh toggle_button with specified three_state...
static toggle_button paste(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent paste toggle_button with specified and check_sta...
static toggle_button back(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent back toggle_button with specified check_state,...
static toggle_button align_right(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button retry(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent retry toggle_button with specified check_state,...
static toggle_button bottom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button window(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent window toggle_button with specified check_state,...
static toggle_button spell_check(const drawing::point &location)
Create a system-defined toggle_button that represent spell_check toggle_button with specified locatio...
static toggle_button home(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent home toggle_button with specified three_state,...
static toggle_button cdrom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state,...
static toggle_button spell_check(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button back(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent back toggle_button with specified three_state,...
static toggle_button first(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button save(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent save toggle_button with specified three_state,...
static toggle_button clear(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button select_all(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button revert_to_saved(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button options(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button color(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button cdrom(const drawing::point &location)
Create a system-defined toggle_button that represent cdrom toggle_button with specified location.
static toggle_button file(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent file toggle_button with specified three_state,...
static toggle_button underline(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button alignment(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent alignment toggle_button with specified check_sta...
static toggle_button edit(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button view(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent view toggle_button with specified check_state,...
static toggle_button cdrom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button new_(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent new_ toggle_button with specified three_state,...
static toggle_button about()
Create a system-defined toggle_button that represent about toggle_button.
static toggle_button add(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent add toggle_button with specified three_state,...
static toggle_button yes(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button bottom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button network(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button options(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent options toggle_button with specified location,...
static toggle_button next(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button print_preview(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button harddisk(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button info(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button align_left(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent align_left toggle_button with specified check_st...
static toggle_button up()
Create a system-defined toggle_button that represent up toggle_button.
static toggle_button up(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button close(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent close toggle_button with specified check_state,...
static toggle_button italic(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button undo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button underline(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button select_all(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent select_all toggle_button with specified check_st...
static toggle_button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified parent,...
static toggle_button ignore(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button ascending(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ascending toggle_button with specified check_sta...
static toggle_button up(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent up toggle_button with specified and check_state.
static toggle_button execute(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button bold(const control &parent)
Create a system-defined toggle_button that represent bold toggle_button with specified parent.
static toggle_button customize(const control &parent)
Create a system-defined toggle_button that represent customize toggle_button with specified parent.
static toggle_button forward(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent forward toggle_button with specified three_state...
static toggle_button quit(const drawing::point &location)
Create a system-defined toggle_button that represent quit toggle_button with specified location.
static toggle_button redo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent redo toggle_button with specified check_state,...
static toggle_button font(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent font toggle_button with specified and check_stat...
static toggle_button undelete(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undelete toggle_button with specified check_stat...
static toggle_button jump_to(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent jump_to toggle_button with specified three_state...
static toggle_button back(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent back toggle_button with specified location,...
static toggle_button info(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button floppy(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button ignore(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ignore toggle_button with specified and check_st...
static toggle_button home(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button file(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent file toggle_button with specified three_state,...
static toggle_button floppy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button customize(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button italic(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button contents(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent contents toggle_button with specified and check_...
static toggle_button alignment(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent alignment toggle_button with specified three_sta...
static toggle_button copy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button italic(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button align_right(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_right toggle_button with specified three_s...
static toggle_button floppy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button align_left(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button previous(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button bold(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bold toggle_button with specified parent,...
static toggle_button spell_check(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent spell_check toggle_button with specified locatio...
static toggle_button previous(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent previous toggle_button with specified three_stat...
static toggle_button ascending(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ascending toggle_button with specified and check...
static toggle_button floppy(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent floppy toggle_button with specified location,...
static toggle_button indent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button refresh(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent refresh toggle_button with specified check_state...
static toggle_button centered(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent centered toggle_button with specified three_stat...
static toggle_button apply(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent apply toggle_button with specified location,...
static toggle_button properties(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent properties toggle_button with specified three_st...
static toggle_button add(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent add toggle_button with specified parent,...
static toggle_button remove(const drawing::point &location)
Create a system-defined toggle_button that represent remove toggle_button with specified location.
static toggle_button abort(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button zoom_in(const control &parent)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent.
static toggle_button back(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent back toggle_button with specified three_state,...
static toggle_button ok(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ok toggle_button with specified three_state,...
static toggle_button replace(const control &parent)
Create a system-defined toggle_button that represent replace toggle_button with specified parent.
static toggle_button alignment(const control &parent)
Create a system-defined toggle_button that represent alignment toggle_button with specified parent.
static toggle_button tools(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button print_preview(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print_preview toggle_button with specified check...
static toggle_button quit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent quit toggle_button with specified check_state,...
static toggle_button indent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button actual_size(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent actual_size toggle_button with specified check_s...
static toggle_button justified(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button up(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button search(const control &parent)
Create a system-defined toggle_button that represent search toggle_button with specified parent.
static toggle_button undo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent undo toggle_button with specified three_state,...
static toggle_button save_as(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save_as toggle_button with specified three_state...
static toggle_button actual_size(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent actual_size toggle_button with specified three_s...
static toggle_button ok(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button floppy(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button copy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button strikeout(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent strikeout toggle_button with specified three_sta...
static toggle_button harddisk(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent harddisk toggle_button with specified parent,...
static toggle_button down(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent down toggle_button with specified three_state,...
static toggle_button undelete(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button cdrom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state,...
static toggle_button justified(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent justified toggle_button with specified parent,...
static toggle_button ok(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ok toggle_button with specified and check_state.
static toggle_button undelete(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button window(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button contents(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button abort(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button copy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent copy toggle_button with specified three_state,...
static toggle_button view(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent view toggle_button with specified and check_stat...
static toggle_button view(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button convert(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button revert_to_saved(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified che...
static toggle_button previous(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent previous toggle_button with specified check_stat...
static toggle_button italic(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent italic toggle_button with specified parent,...
static toggle_button properties()
Create a system-defined toggle_button that represent properties toggle_button.
static toggle_button stop(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button color(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent color toggle_button with specified location,...
static toggle_button yes(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button preferences(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button apply(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent apply toggle_button with specified three_state,...
static toggle_button justified(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent justified toggle_button with specified check_sta...
static toggle_button copy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent copy toggle_button with specified check_state,...
static toggle_button next(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent next toggle_button with specified three_state,...
static toggle_button refresh(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent refresh toggle_button with specified parent,...
static toggle_button customize(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent customize toggle_button with specified parent,...
static toggle_button stop(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent stop toggle_button with specified three_state,...
static toggle_button forward(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button top(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent top toggle_button with specified three_state,...
static toggle_button stop()
Create a system-defined toggle_button that represent stop toggle_button.
static toggle_button floppy(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent floppy toggle_button with specified location,...
static toggle_button window(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button network(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent network toggle_button with specified three_state...
static toggle_button zoom_in(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button strikeout(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent,...
static toggle_button last(const drawing::point &location)
Create a system-defined toggle_button that represent last toggle_button with specified location.
static toggle_button centered(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent centered toggle_button with specified and check_...
static toggle_button bold(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bold toggle_button with specified three_state,...
static toggle_button clear(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button top(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent top toggle_button with specified and check_state...
static toggle_button cut(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button remove(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent remove toggle_button with specified three_state,...
static toggle_button align_left(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button cancel(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cancel toggle_button with specified three_state,...
static toggle_button cut(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button contents(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent contents toggle_button with specified three_stat...
static toggle_button home(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button zoom_to_fit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified check_s...
static toggle_button preferences(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent preferences toggle_button with specified check_s...
static toggle_button yes(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent yes toggle_button with specified and check_state...
static toggle_button cancel(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button jump_to(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent jump_to toggle_button with specified parent,...
static toggle_button index(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent index toggle_button with specified check_state,...
static toggle_button save_as(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent save_as toggle_button with specified check_state...
static toggle_button zoom_out(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent,...
static toggle_button print_preview(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent print_preview toggle_button with specified three...
static toggle_button close(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent close toggle_button with specified check_state,...
static toggle_button ignore(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button save_as(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent save_as toggle_button with specified location,...
static toggle_button strikeout(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent strikeout toggle_button with specified three_sta...
static toggle_button contents(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button undo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button select_all(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button undo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undo toggle_button with specified three_state,...
static toggle_button actual_size(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent actual_size toggle_button with specified three_s...
static toggle_button edit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent edit toggle_button with specified three_state,...
static toggle_button retry(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent retry toggle_button with specified parent,...
static toggle_button replace()
Create a system-defined toggle_button that represent replace toggle_button.
static toggle_button copy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button help(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button index(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button close(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent close toggle_button with specified parent,...
static toggle_button info(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent info toggle_button with specified three_state,...
static toggle_button ok(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button add(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent add toggle_button with specified three_state,...
static toggle_button close(const control &parent)
Create a system-defined toggle_button that represent close toggle_button with specified parent.
static toggle_button preferences()
Create a system-defined toggle_button that represent preferences toggle_button.
static toggle_button quit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent quit toggle_button with specified three_state,...
static toggle_button bottom(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button save(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent save toggle_button with specified parent,...
static toggle_button actual_size(const control &parent)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent.
static toggle_button next(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button zoom_out(const control &parent)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified parent.
static toggle_button color(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button quit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button previous(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent previous toggle_button with specified check_stat...
static toggle_button last(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button find(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent find toggle_button with specified location,...
static toggle_button cdrom(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cdrom toggle_button with specified location,...
static toggle_button yes(const control &parent)
Create a system-defined toggle_button that represent yes toggle_button with specified parent.
static toggle_button cdrom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button ok(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent ok toggle_button with specified parent,...
static toggle_button abort(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent abort toggle_button with specified three_state,...
static toggle_button quit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent quit toggle_button with specified check_state,...
static toggle_button help(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent help toggle_button with specified parent,...
static toggle_button tools(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent tools toggle_button with specified location,...
static toggle_button down(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent down toggle_button with specified three_state,...
static toggle_button abort(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button no(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent no toggle_button with specified check_state,...
static toggle_button ascending(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button exit(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent exit toggle_button with specified location,...
static toggle_button replace(const drawing::point &location)
Create a system-defined toggle_button that represent replace toggle_button with specified location.
static toggle_button align_left(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_left toggle_button with specified three_st...
static toggle_button close(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent close toggle_button with specified and check_sta...
static toggle_button find(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent find toggle_button with specified check_state,...
static toggle_button view(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button spell_check(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent spell_check toggle_button with specified check_s...
static toggle_button bottom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button previous(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent previous toggle_button with specified parent,...
static toggle_button network(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent network toggle_button with specified location,...
static toggle_button convert()
Create a system-defined toggle_button that represent convert toggle_button.
static toggle_button file(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button cancel(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button centered(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent centered toggle_button with specified parent,...
static toggle_button alignment(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent alignment toggle_button with specified three_sta...
static toggle_button print()
Create a system-defined toggle_button that represent print toggle_button.
static toggle_button underline(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button top(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent top toggle_button with specified check_state,...
static toggle_button index(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button italic(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent italic toggle_button with specified three_state,...
static toggle_button print_preview(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button last(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent last toggle_button with specified check_state,...
static toggle_button network(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent network toggle_button with specified check_state...
static toggle_button apply(const control &parent)
Create a system-defined toggle_button that represent apply toggle_button with specified parent.
static toggle_button floppy(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent floppy toggle_button with specified parent,...
static toggle_button remove(const control &parent)
Create a system-defined toggle_button that represent remove toggle_button with specified parent.
static toggle_button redo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent redo toggle_button with specified three_state,...
static toggle_button undo(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent undo toggle_button with specified check_state,...
static toggle_button add()
Create a system-defined toggle_button that represent add toggle_button.
static toggle_button paste(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button ignore(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent ignore toggle_button with specified three_state,...
static toggle_button customize(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent customize toggle_button with specified location,...
static toggle_button centered(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent centered toggle_button with specified check_stat...
static toggle_button exit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button edit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent edit toggle_button with specified three_state,...
static toggle_button up(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button help()
Create a system-defined toggle_button that represent help toggle_button.
static toggle_button redo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent redo toggle_button with specified parent,...
static toggle_button network(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent network toggle_button with specified location,...
static toggle_button view(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent view toggle_button with specified three_state,...
static toggle_button tools(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent tools toggle_button with specified three_state,...
static toggle_button print_preview(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent print_preview toggle_button with specified three...
static toggle_button home(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button centered(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent centered toggle_button with specified location,...
static toggle_button down(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent down toggle_button with specified location,...
static toggle_button quit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent quit toggle_button with specified three_state,...
static toggle_button up(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button previous(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent previous toggle_button with specified three_stat...
static toggle_button contents(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent contents toggle_button with specified location,...
static toggle_button execute(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent execute toggle_button with specified parent,...
static toggle_button about(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button unindent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent unindent toggle_button with specified three_stat...
static toggle_button forward(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent forward toggle_button with specified parent,...
static toggle_button zoom_in(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified location,...
static toggle_button network(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button align_right(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button execute(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent execute toggle_button with specified check_state...
static toggle_button add(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent add toggle_button with specified location,...
static toggle_button centered(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent centered toggle_button with specified three_stat...
static toggle_button info(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent info toggle_button with specified parent,...
static toggle_button execute(const drawing::point &location)
Create a system-defined toggle_button that represent execute toggle_button with specified location.
static toggle_button view(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button clear(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button print_preview(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent print_preview toggle_button with specified paren...
static toggle_button customize()
Create a system-defined toggle_button that represent customize toggle_button.
static toggle_button color(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button yes(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button bottom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent bottom toggle_button with specified parent,...
static toggle_button font(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent font toggle_button with specified parent,...
static toggle_button open(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent open toggle_button with specified parent,...
static toggle_button stop(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent stop toggle_button with specified parent,...
static toggle_button select_all(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent select_all toggle_button with specified check_st...
static toggle_button undelete(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undelete toggle_button with specified three_stat...
static toggle_button stop(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent stop toggle_button with specified location,...
static toggle_button no(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button paste(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent paste toggle_button with specified parent,...
static toggle_button up(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent up toggle_button with specified check_state,...
static toggle_button exit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent exit toggle_button with specified check_state,...
static toggle_button file(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent file toggle_button with specified parent,...
static toggle_button align_left(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_left toggle_button with specified location...
static toggle_button about(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent about toggle_button with specified parent,...
static toggle_button up(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button quit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button next(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent next toggle_button with specified parent,...
static toggle_button window(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent window toggle_button with specified location,...
static toggle_button no(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
static toggle_button network(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent network toggle_button with specified three_state...
static toggle_button justified(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent justified toggle_button with specified check_sta...
static toggle_button contents(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent contents toggle_button with specified parent,...
static toggle_button spell_check(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button ignore(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent ignore toggle_button with specified location,...
static toggle_button font(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent font toggle_button with specified location,...
static toggle_button options(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button descending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent descending toggle_button with specified three_st...
static toggle_button cdrom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cdrom toggle_button with specified three_state,...
static toggle_button settings(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent settings toggle_button with specified parent,...
static toggle_button align_left(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button strikeout(const control &parent)
Create a system-defined toggle_button that represent strikeout toggle_button with specified parent.
static toggle_button retry(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent retry toggle_button with specified and check_sta...
static toggle_button save_as(const control &parent)
Create a system-defined toggle_button that represent save_as toggle_button with specified parent.
static toggle_button back(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent back toggle_button with specified three_state,...
static toggle_button properties(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent properties toggle_button with specified check_st...
static toggle_button window(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent window toggle_button with specified three_state,...
static toggle_button paste(const drawing::point &location)
Create a system-defined toggle_button that represent paste toggle_button with specified location.
static toggle_button floppy()
Create a system-defined toggle_button that represent floppy toggle_button.
static toggle_button settings(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent settings toggle_button with specified location,...
static toggle_button index(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent index toggle_button with specified parent,...
static toggle_button properties(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent properties toggle_button with specified and chec...
static toggle_button zoom_in(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button actual_size(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent actual_size toggle_button with specified parent,...
static toggle_button cancel(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button top(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button home(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button info(const drawing::point &location)
Create a system-defined toggle_button that represent info toggle_button with specified location.
static toggle_button find(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent find toggle_button with specified check_state,...
static toggle_button first(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent first toggle_button with specified parent,...
static toggle_button about(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent about toggle_button with specified location,...
static toggle_button spell_check(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent spell_check toggle_button with specified check_s...
static toggle_button spell_check(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button paste(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent paste toggle_button with specified three_state,...
static toggle_button convert(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent convert toggle_button with specified parent,...
static toggle_button up(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button align_left(const control &parent)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent.
static toggle_button remove(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent remove toggle_button with specified location,...
static toggle_button customize(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent customize toggle_button with specified check_sta...
static toggle_button unindent(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent unindent toggle_button with specified parent,...
static toggle_button del(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button preferences(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button window(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent window toggle_button with specified parent,...
static toggle_button settings(const control &parent)
Create a system-defined toggle_button that represent settings toggle_button with specified parent.
static toggle_button back(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button color(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent color toggle_button with specified three_state,...
static toggle_button ascending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ascending toggle_button with specified parent,...
static toggle_button ignore(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent,...
static toggle_button tools(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button info(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent info toggle_button with specified three_state,...
static toggle_button italic(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent italic toggle_button with specified location,...
static toggle_button copy(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent copy toggle_button with specified check_state,...
static toggle_button font(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent font toggle_button with specified three_state,...
static toggle_button color(const drawing::point &location)
Create a system-defined toggle_button that represent color toggle_button with specified location.
static toggle_button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent zoom_in toggle_button with specified parent,...
static toggle_button properties(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent properties toggle_button with specified parent,...
static toggle_button home(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button del(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent del toggle_button with specified parent,...
static toggle_button index(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent index toggle_button with specified three_state,...
static toggle_button apply(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent apply toggle_button with specified check_state,...
static toggle_button zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent zoom_to_fit toggle_button with specified three_s...
static toggle_button about(const drawing::point &location)
Create a system-defined toggle_button that represent about toggle_button with specified location.
static toggle_button forward(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent forward toggle_button with specified check_state...
static toggle_button remove(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent remove toggle_button with specified check_state,...
static toggle_button quit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button ignore(const control &parent)
Create a system-defined toggle_button that represent ignore toggle_button with specified parent.
static toggle_button forward(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent forward toggle_button with specified three_state...
static toggle_button convert(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent convert toggle_button with specified three_state...
static toggle_button up(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent up toggle_button with specified parent,...
static toggle_button up(const control &parent)
Create a system-defined toggle_button that represent up toggle_button with specified parent.
static toggle_button unindent(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent unindent toggle_button with specified check_stat...
static toggle_button color(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent color toggle_button with specified parent,...
static toggle_button jump_to(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent jump_to toggle_button with specified and check_s...
static toggle_button home(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent home toggle_button with specified parent,...
static toggle_button zoom_out(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent zoom_out toggle_button with specified three_stat...
static toggle_button undo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent undo toggle_button with specified parent,...
static toggle_button replace(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button tools(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent tools toggle_button with specified location,...
static toggle_button abort(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button undo(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undo toggle_button with specified location,...
static toggle_button options(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent options toggle_button with specified parent,...
static toggle_button spell_check(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button info()
Create a system-defined toggle_button that represent info toggle_button.
static toggle_button tools(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent tools toggle_button with specified parent,...
static toggle_button cut(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cut toggle_button with specified parent,...
static toggle_button indent(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button clear(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button network(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent network toggle_button with specified parent,...
static toggle_button remove(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent remove toggle_button with specified three_state,...
static toggle_button copy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent copy toggle_button with specified parent,...
static toggle_button descending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent descending toggle_button with specified check_st...
static toggle_button remove(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent remove toggle_button with specified and check_st...
static toggle_button clear(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent clear toggle_button with specified parent,...
static toggle_button quit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent quit toggle_button with specified parent,...
static toggle_button remove(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button forward(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent forward toggle_button with specified check_state...
static toggle_button yes(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent yes toggle_button with specified parent,...
static toggle_button abort(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent abort toggle_button with specified parent,...
static toggle_button spell_check(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent spell_check toggle_button with specified parent,...
static toggle_button select_all(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent,...
static toggle_button clear(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent clear toggle_button with specified three_state,...
static toggle_button quit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent quit toggle_button with specified check_state,...
static toggle_button undelete(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent undelete toggle_button with specified parent,...
static toggle_button no(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent no toggle_button with specified location,...
static toggle_button close(bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent close toggle_button with specified three_state,...
static toggle_button cancel(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent cancel toggle_button with specified parent,...
static toggle_button cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent cdrom toggle_button with specified parent,...
static toggle_button align_right(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_right toggle_button with specified parent,...
static toggle_button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent revert_to_saved toggle_button with specified par...
static toggle_button exit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent exit toggle_button with specified parent,...
static toggle_button align_left(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent align_left toggle_button with specified parent,...
static toggle_button remove(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent remove toggle_button with specified parent,...
static toggle_button last(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent last toggle_button with specified location,...
static toggle_button floppy(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent floppy toggle_button with specified and check_st...
static toggle_button preferences(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent preferences toggle_button with specified parent,...
static toggle_button open(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent open toggle_button with specified location,...
static toggle_button back(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent back toggle_button with specified parent,...
static toggle_button undelete(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent undelete toggle_button with specified three_stat...
static toggle_button underline(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent underline toggle_button with specified parent,...
static toggle_button top(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined toggle_button that represent top toggle_button with specified parent,...
static toggle_button indent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent indent toggle_button with specified parent,...
static toggle_button find(const control &parent)
Create a system-defined toggle_button that represent find toggle_button with specified parent.
static toggle_button unindent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent unindent toggle_button with specified three_stat...
static toggle_button last(const control &parent, const drawing::point &location)
Create a system-defined toggle_button that represent last toggle_button with specified parent,...
static toggle_button contents(const control &parent)
Create a system-defined toggle_button that represent contents toggle_button with specified parent.
static toggle_button retry(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent retry toggle_button with specified three_state,...
static toggle_button ok(const drawing::point &location)
Create a system-defined toggle_button that represent ok toggle_button with specified location.
static toggle_button italic(xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent italic toggle_button with specified and check_st...
static toggle_button edit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent edit toggle_button with specified parent,...
static toggle_button italic(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent italic toggle_button with specified check_state,...
static toggle_button descending(const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent descending toggle_button with specified location...
static toggle_button first(const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent first toggle_button with specified location,...
static toggle_button select_all(const control &parent)
Create a system-defined toggle_button that represent select_all toggle_button with specified parent.
static toggle_button view(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent view toggle_button with specified parent,...
static toggle_button replace(const control &parent, xtd::forms::check_state check_state)
Create a system-defined toggle_button that represent replace toggle_button with specified parent,...
static toggle_button find(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined toggle_button that represent find toggle_button with specified three_state,...
static toggle_button network(const drawing::point &location)
Create a system-defined toggle_button that represent network toggle_button with specified location.
static toggle_button first(const drawing::point &location)
Create a system-defined toggle_button that represent first toggle_button with specified location.
static toggle_button no(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
Create a system-defined toggle_button that represent no toggle_button with specified parent,...
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:47
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
size_t size
Represents a size of any object in bytes.
Definition types.h:197
check_state
Specifies the state of a control, such as a check box, that can be checked, unchecked,...
Definition check_state.h:21
@ 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::toggle_button control.