xtd 0.2.0
Loading...
Searching...
No Matches
light_buttons.h
Go to the documentation of this file.
1
4#pragma once
5#include "light_button.h"
6
8namespace xtd {
10 namespace forms {
24 class light_buttons final static_ {
25 public:
27
98 static light_button abort(const control& parent);
103 static light_button abort(const control& parent, const drawing::point& location);
109 static light_button abort(const control& parent, const drawing::point& location, const drawing::size& size);
116 static light_button abort(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
148 static light_button abort(const control& parent, bool three_state, xtd::forms::check_state check_state);
155 static light_button abort(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
172 static light_button abort(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
173
243 static light_button about(const control& parent);
248 static light_button about(const control& parent, const drawing::point& location);
254 static light_button about(const control& parent, const drawing::point& location, const drawing::size& size);
261 static light_button about(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
293 static light_button about(const control& parent, bool three_state, xtd::forms::check_state check_state);
300 static light_button about(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
317 static light_button about(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
318
388 static light_button actual_size(const control& parent);
406 static light_button actual_size(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
438 static light_button actual_size(const control& parent, bool three_state, xtd::forms::check_state check_state);
462 static light_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::string& name);
463
533 static light_button add(const control& parent);
538 static light_button add(const control& parent, const drawing::point& location);
544 static light_button add(const control& parent, const drawing::point& location, const drawing::size& size);
551 static light_button add(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
583 static light_button add(const control& parent, bool three_state, xtd::forms::check_state check_state);
590 static light_button add(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
598 static light_button add(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
607 static light_button add(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
608
678 static light_button alignment(const control& parent);
683 static light_button alignment(const control& parent, const drawing::point& location);
696 static light_button alignment(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
728 static light_button alignment(const control& parent, bool three_state, xtd::forms::check_state check_state);
752 static light_button alignment(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
753
823 static light_button align_left(const control& parent);
841 static light_button align_left(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
873 static light_button align_left(const control& parent, bool three_state, xtd::forms::check_state check_state);
897 static light_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::string& name);
898
968 static light_button align_right(const control& parent);
986 static light_button align_right(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1018 static light_button align_right(const control& parent, bool three_state, xtd::forms::check_state check_state);
1042 static light_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::string& name);
1043
1113 static light_button apply(const control& parent);
1118 static light_button apply(const control& parent, const drawing::point& location);
1124 static light_button apply(const control& parent, const drawing::point& location, const drawing::size& size);
1131 static light_button apply(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1163 static light_button apply(const control& parent, bool three_state, xtd::forms::check_state check_state);
1170 static light_button apply(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1187 static light_button apply(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1188
1258 static light_button ascending(const control& parent);
1276 static light_button ascending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1308 static light_button ascending(const control& parent, bool three_state, xtd::forms::check_state check_state);
1332 static light_button ascending(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1333
1403 static light_button back(const control& parent);
1408 static light_button back(const control& parent, const drawing::point& location);
1414 static light_button back(const control& parent, const drawing::point& location, const drawing::size& size);
1421 static light_button back(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1453 static light_button back(const control& parent, bool three_state, xtd::forms::check_state check_state);
1460 static light_button back(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1477 static light_button back(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1478
1548 static light_button bold(const control& parent);
1553 static light_button bold(const control& parent, const drawing::point& location);
1559 static light_button bold(const control& parent, const drawing::point& location, const drawing::size& size);
1566 static light_button bold(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1598 static light_button bold(const control& parent, bool three_state, xtd::forms::check_state check_state);
1605 static light_button bold(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1622 static light_button bold(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1623
1693 static light_button bottom(const control& parent);
1698 static light_button bottom(const control& parent, const drawing::point& location);
1704 static light_button bottom(const control& parent, const drawing::point& location, const drawing::size& size);
1711 static light_button bottom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1743 static light_button bottom(const control& parent, bool three_state, xtd::forms::check_state check_state);
1767 static light_button bottom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1768
1838 static light_button cancel(const control& parent);
1843 static light_button cancel(const control& parent, const drawing::point& location);
1849 static light_button cancel(const control& parent, const drawing::point& location, const drawing::size& size);
1856 static light_button cancel(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1888 static light_button cancel(const control& parent, bool three_state, xtd::forms::check_state check_state);
1912 static light_button cancel(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1913
1983 static light_button cdrom(const control& parent);
1988 static light_button cdrom(const control& parent, const drawing::point& location);
1994 static light_button cdrom(const control& parent, const drawing::point& location, const drawing::size& size);
2001 static light_button cdrom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2033 static light_button cdrom(const control& parent, bool three_state, xtd::forms::check_state check_state);
2040 static light_button cdrom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2057 static light_button cdrom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2058
2128 static light_button centered(const control& parent);
2133 static light_button centered(const control& parent, const drawing::point& location);
2146 static light_button centered(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2178 static light_button centered(const control& parent, bool three_state, xtd::forms::check_state check_state);
2202 static light_button centered(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2203
2273 static light_button clear(const control& parent);
2278 static light_button clear(const control& parent, const drawing::point& location);
2284 static light_button clear(const control& parent, const drawing::point& location, const drawing::size& size);
2291 static light_button clear(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2323 static light_button clear(const control& parent, bool three_state, xtd::forms::check_state check_state);
2330 static light_button clear(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2347 static light_button clear(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2348
2418 static light_button close(const control& parent);
2423 static light_button close(const control& parent, const drawing::point& location);
2429 static light_button close(const control& parent, const drawing::point& location, const drawing::size& size);
2436 static light_button close(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2468 static light_button close(const control& parent, bool three_state, xtd::forms::check_state check_state);
2475 static light_button close(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2492 static light_button close(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2493
2563 static light_button color(const control& parent);
2568 static light_button color(const control& parent, const drawing::point& location);
2574 static light_button color(const control& parent, const drawing::point& location, const drawing::size& size);
2581 static light_button color(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2613 static light_button color(const control& parent, bool three_state, xtd::forms::check_state check_state);
2620 static light_button color(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2637 static light_button color(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2638
2708 static light_button contents(const control& parent);
2713 static light_button contents(const control& parent, const drawing::point& location);
2726 static light_button contents(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2758 static light_button contents(const control& parent, bool three_state, xtd::forms::check_state check_state);
2782 static light_button contents(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2783
2853 static light_button convert(const control& parent);
2858 static light_button convert(const control& parent, const drawing::point& location);
2871 static light_button convert(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2903 static light_button convert(const control& parent, bool three_state, xtd::forms::check_state check_state);
2927 static light_button convert(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2928
2998 static light_button copy(const control& parent);
3003 static light_button copy(const control& parent, const drawing::point& location);
3009 static light_button copy(const control& parent, const drawing::point& location, const drawing::size& size);
3016 static light_button copy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3048 static light_button copy(const control& parent, bool three_state, xtd::forms::check_state check_state);
3055 static light_button copy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3072 static light_button copy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3073
3143 static light_button customize(const control& parent);
3161 static light_button customize(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3193 static light_button customize(const control& parent, bool three_state, xtd::forms::check_state check_state);
3217 static light_button customize(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3218
3288 static light_button cut(const control& parent);
3293 static light_button cut(const control& parent, const drawing::point& location);
3299 static light_button cut(const control& parent, const drawing::point& location, const drawing::size& size);
3306 static light_button cut(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3338 static light_button cut(const control& parent, bool three_state, xtd::forms::check_state check_state);
3345 static light_button cut(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3353 static light_button cut(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
3362 static light_button cut(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3363
3433 static light_button del(const control& parent);
3438 static light_button del(const control& parent, const drawing::point& location);
3444 static light_button del(const control& parent, const drawing::point& location, const drawing::size& size);
3451 static light_button del(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3483 static light_button del(const control& parent, bool three_state, xtd::forms::check_state check_state);
3490 static light_button del(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3498 static light_button del(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
3507 static light_button del(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3508
3578 static light_button descending(const control& parent);
3596 static light_button descending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3628 static light_button descending(const control& parent, bool three_state, xtd::forms::check_state check_state);
3652 static light_button descending(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3653
3723 static light_button down(const control& parent);
3728 static light_button down(const control& parent, const drawing::point& location);
3734 static light_button down(const control& parent, const drawing::point& location, const drawing::size& size);
3741 static light_button down(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3773 static light_button down(const control& parent, bool three_state, xtd::forms::check_state check_state);
3780 static light_button down(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3797 static light_button down(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3798
3868 static light_button edit(const control& parent);
3873 static light_button edit(const control& parent, const drawing::point& location);
3879 static light_button edit(const control& parent, const drawing::point& location, const drawing::size& size);
3886 static light_button edit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3918 static light_button edit(const control& parent, bool three_state, xtd::forms::check_state check_state);
3925 static light_button edit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3942 static light_button edit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3943
4013 static light_button execute(const control& parent);
4018 static light_button execute(const control& parent, const drawing::point& location);
4031 static light_button execute(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4063 static light_button execute(const control& parent, bool three_state, xtd::forms::check_state check_state);
4087 static light_button execute(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4088
4158 static light_button exit(const control& parent);
4163 static light_button exit(const control& parent, const drawing::point& location);
4169 static light_button exit(const control& parent, const drawing::point& location, const drawing::size& size);
4176 static light_button exit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4208 static light_button exit(const control& parent, bool three_state, xtd::forms::check_state check_state);
4215 static light_button exit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4232 static light_button exit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4233
4303 static light_button file(const control& parent);
4308 static light_button file(const control& parent, const drawing::point& location);
4314 static light_button file(const control& parent, const drawing::point& location, const drawing::size& size);
4321 static light_button file(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4353 static light_button file(const control& parent, bool three_state, xtd::forms::check_state check_state);
4360 static light_button file(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4377 static light_button file(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4378
4448 static light_button find(const control& parent);
4453 static light_button find(const control& parent, const drawing::point& location);
4459 static light_button find(const control& parent, const drawing::point& location, const drawing::size& size);
4466 static light_button find(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4498 static light_button find(const control& parent, bool three_state, xtd::forms::check_state check_state);
4505 static light_button find(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4522 static light_button find(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4523
4593 static light_button first(const control& parent);
4598 static light_button first(const control& parent, const drawing::point& location);
4604 static light_button first(const control& parent, const drawing::point& location, const drawing::size& size);
4611 static light_button first(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4643 static light_button first(const control& parent, bool three_state, xtd::forms::check_state check_state);
4650 static light_button first(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4667 static light_button first(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4668
4738 static light_button floppy(const control& parent);
4743 static light_button floppy(const control& parent, const drawing::point& location);
4749 static light_button floppy(const control& parent, const drawing::point& location, const drawing::size& size);
4756 static light_button floppy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4788 static light_button floppy(const control& parent, bool three_state, xtd::forms::check_state check_state);
4812 static light_button floppy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4813
4883 static light_button font(const control& parent);
4888 static light_button font(const control& parent, const drawing::point& location);
4894 static light_button font(const control& parent, const drawing::point& location, const drawing::size& size);
4901 static light_button font(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4933 static light_button font(const control& parent, bool three_state, xtd::forms::check_state check_state);
4940 static light_button font(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4957 static light_button font(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4958
5028 static light_button forward(const control& parent);
5033 static light_button forward(const control& parent, const drawing::point& location);
5046 static light_button forward(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5078 static light_button forward(const control& parent, bool three_state, xtd::forms::check_state check_state);
5102 static light_button forward(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5103
5173 static light_button harddisk(const control& parent);
5178 static light_button harddisk(const control& parent, const drawing::point& location);
5191 static light_button harddisk(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5223 static light_button harddisk(const control& parent, bool three_state, xtd::forms::check_state check_state);
5247 static light_button harddisk(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5248
5318 static light_button help(const control& parent);
5323 static light_button help(const control& parent, const drawing::point& location);
5329 static light_button help(const control& parent, const drawing::point& location, const drawing::size& size);
5336 static light_button help(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5368 static light_button help(const control& parent, bool three_state, xtd::forms::check_state check_state);
5375 static light_button help(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5392 static light_button help(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5393
5463 static light_button home(const control& parent);
5468 static light_button home(const control& parent, const drawing::point& location);
5474 static light_button home(const control& parent, const drawing::point& location, const drawing::size& size);
5481 static light_button home(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5513 static light_button home(const control& parent, bool three_state, xtd::forms::check_state check_state);
5520 static light_button home(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5537 static light_button home(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5538
5608 static light_button ignore(const control& parent);
5613 static light_button ignore(const control& parent, const drawing::point& location);
5619 static light_button ignore(const control& parent, const drawing::point& location, const drawing::size& size);
5626 static light_button ignore(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5658 static light_button ignore(const control& parent, bool three_state, xtd::forms::check_state check_state);
5682 static light_button ignore(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5683
5753 static light_button indent(const control& parent);
5758 static light_button indent(const control& parent, const drawing::point& location);
5764 static light_button indent(const control& parent, const drawing::point& location, const drawing::size& size);
5771 static light_button indent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5803 static light_button indent(const control& parent, bool three_state, xtd::forms::check_state check_state);
5827 static light_button indent(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5828
5898 static light_button index(const control& parent);
5903 static light_button index(const control& parent, const drawing::point& location);
5909 static light_button index(const control& parent, const drawing::point& location, const drawing::size& size);
5916 static light_button index(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5948 static light_button index(const control& parent, bool three_state, xtd::forms::check_state check_state);
5955 static light_button index(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5972 static light_button index(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5973
6043 static light_button info(const control& parent);
6048 static light_button info(const control& parent, const drawing::point& location);
6054 static light_button info(const control& parent, const drawing::point& location, const drawing::size& size);
6061 static light_button info(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6093 static light_button info(const control& parent, bool three_state, xtd::forms::check_state check_state);
6100 static light_button info(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6117 static light_button info(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6118
6188 static light_button italic(const control& parent);
6193 static light_button italic(const control& parent, const drawing::point& location);
6199 static light_button italic(const control& parent, const drawing::point& location, const drawing::size& size);
6206 static light_button italic(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6238 static light_button italic(const control& parent, bool three_state, xtd::forms::check_state check_state);
6262 static light_button italic(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6263
6333 static light_button justified(const control& parent);
6351 static light_button justified(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6383 static light_button justified(const control& parent, bool three_state, xtd::forms::check_state check_state);
6407 static light_button justified(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6408
6478 static light_button jump_to(const control& parent);
6483 static light_button jump_to(const control& parent, const drawing::point& location);
6496 static light_button jump_to(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6528 static light_button jump_to(const control& parent, bool three_state, xtd::forms::check_state check_state);
6552 static light_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::string& name);
6553
6623 static light_button last(const control& parent);
6628 static light_button last(const control& parent, const drawing::point& location);
6634 static light_button last(const control& parent, const drawing::point& location, const drawing::size& size);
6641 static light_button last(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6673 static light_button last(const control& parent, bool three_state, xtd::forms::check_state check_state);
6680 static light_button last(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6697 static light_button last(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6698
6768 static light_button network(const control& parent);
6773 static light_button network(const control& parent, const drawing::point& location);
6786 static light_button network(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6818 static light_button network(const control& parent, bool three_state, xtd::forms::check_state check_state);
6842 static light_button network(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6843
6913 static light_button new_(const control& parent);
6918 static light_button new_(const control& parent, const drawing::point& location);
6924 static light_button new_(const control& parent, const drawing::point& location, const drawing::size& size);
6931 static light_button new_(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6963 static light_button new_(const control& parent, bool three_state, xtd::forms::check_state check_state);
6970 static light_button new_(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6987 static light_button new_(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6988
7058 static light_button next(const control& parent);
7063 static light_button next(const control& parent, const drawing::point& location);
7069 static light_button next(const control& parent, const drawing::point& location, const drawing::size& size);
7076 static light_button next(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7108 static light_button next(const control& parent, bool three_state, xtd::forms::check_state check_state);
7115 static light_button next(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7132 static light_button next(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7133
7203 static light_button no(const control& parent);
7208 static light_button no(const control& parent, const drawing::point& location);
7214 static light_button no(const control& parent, const drawing::point& location, const drawing::size& size);
7221 static light_button no(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7253 static light_button no(const control& parent, bool three_state, xtd::forms::check_state check_state);
7260 static light_button no(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7268 static light_button no(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7277 static light_button no(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7278
7348 static light_button ok(const control& parent);
7353 static light_button ok(const control& parent, const drawing::point& location);
7359 static light_button ok(const control& parent, const drawing::point& location, const drawing::size& size);
7366 static light_button ok(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7398 static light_button ok(const control& parent, bool three_state, xtd::forms::check_state check_state);
7405 static light_button ok(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7413 static light_button ok(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7422 static light_button ok(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7423
7493 static light_button open(const control& parent);
7498 static light_button open(const control& parent, const drawing::point& location);
7504 static light_button open(const control& parent, const drawing::point& location, const drawing::size& size);
7511 static light_button open(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7543 static light_button open(const control& parent, bool three_state, xtd::forms::check_state check_state);
7550 static light_button open(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7567 static light_button open(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7568
7638 static light_button options(const control& parent);
7643 static light_button options(const control& parent, const drawing::point& location);
7656 static light_button options(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7688 static light_button options(const control& parent, bool three_state, xtd::forms::check_state check_state);
7712 static light_button options(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7713
7783 static light_button paste(const control& parent);
7788 static light_button paste(const control& parent, const drawing::point& location);
7794 static light_button paste(const control& parent, const drawing::point& location, const drawing::size& size);
7801 static light_button paste(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7833 static light_button paste(const control& parent, bool three_state, xtd::forms::check_state check_state);
7840 static light_button paste(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7857 static light_button paste(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7858
7928 static light_button preferences(const control& parent);
7946 static light_button preferences(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7978 static light_button preferences(const control& parent, bool three_state, xtd::forms::check_state check_state);
8002 static light_button preferences(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8003
8073 static light_button previous(const control& parent);
8078 static light_button previous(const control& parent, const drawing::point& location);
8091 static light_button previous(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8123 static light_button previous(const control& parent, bool three_state, xtd::forms::check_state check_state);
8147 static light_button previous(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8148
8218 static light_button print(const control& parent);
8223 static light_button print(const control& parent, const drawing::point& location);
8229 static light_button print(const control& parent, const drawing::point& location, const drawing::size& size);
8236 static light_button print(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8268 static light_button print(const control& parent, bool three_state, xtd::forms::check_state check_state);
8275 static light_button print(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8292 static light_button print(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8293
8363 static light_button print_preview(const control& parent);
8381 static light_button print_preview(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8437 static light_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::string& name);
8438
8508 static light_button properties(const control& parent);
8526 static light_button properties(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8558 static light_button properties(const control& parent, bool three_state, xtd::forms::check_state check_state);
8582 static light_button properties(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8583
8653 static light_button quit(const control& parent);
8658 static light_button quit(const control& parent, const drawing::point& location);
8664 static light_button quit(const control& parent, const drawing::point& location, const drawing::size& size);
8671 static light_button quit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8703 static light_button quit(const control& parent, bool three_state, xtd::forms::check_state check_state);
8710 static light_button quit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8727 static light_button quit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8728
8798 static light_button redo(const control& parent);
8803 static light_button redo(const control& parent, const drawing::point& location);
8809 static light_button redo(const control& parent, const drawing::point& location, const drawing::size& size);
8816 static light_button redo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8848 static light_button redo(const control& parent, bool three_state, xtd::forms::check_state check_state);
8855 static light_button redo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8872 static light_button redo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8873
8943 static light_button refresh(const control& parent);
8948 static light_button refresh(const control& parent, const drawing::point& location);
8961 static light_button refresh(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8993 static light_button refresh(const control& parent, bool three_state, xtd::forms::check_state check_state);
9017 static light_button refresh(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9018
9088 static light_button remove(const control& parent);
9093 static light_button remove(const control& parent, const drawing::point& location);
9099 static light_button remove(const control& parent, const drawing::point& location, const drawing::size& size);
9106 static light_button remove(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9138 static light_button remove(const control& parent, bool three_state, xtd::forms::check_state check_state);
9162 static light_button remove(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9163
9233 static light_button replace(const control& parent);
9238 static light_button replace(const control& parent, const drawing::point& location);
9251 static light_button replace(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9283 static light_button replace(const control& parent, bool three_state, xtd::forms::check_state check_state);
9307 static light_button replace(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9308
9378 static light_button retry(const control& parent);
9383 static light_button retry(const control& parent, const drawing::point& location);
9389 static light_button retry(const control& parent, const drawing::point& location, const drawing::size& size);
9396 static light_button retry(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9428 static light_button retry(const control& parent, bool three_state, xtd::forms::check_state check_state);
9435 static light_button retry(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9452 static light_button retry(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9453
9523 static light_button revert_to_saved(const control& parent);
9541 static light_button revert_to_saved(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9598
9668 static light_button save(const control& parent);
9673 static light_button save(const control& parent, const drawing::point& location);
9679 static light_button save(const control& parent, const drawing::point& location, const drawing::size& size);
9686 static light_button save(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9718 static light_button save(const control& parent, bool three_state, xtd::forms::check_state check_state);
9725 static light_button save(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9742 static light_button save(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9743
9813 static light_button save_as(const control& parent);
9818 static light_button save_as(const control& parent, const drawing::point& location);
9831 static light_button save_as(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9863 static light_button save_as(const control& parent, bool three_state, xtd::forms::check_state check_state);
9887 static light_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::string& name);
9888
9958 static light_button search(const control& parent);
9963 static light_button search(const control& parent, const drawing::point& location);
9969 static light_button search(const control& parent, const drawing::point& location, const drawing::size& size);
9976 static light_button search(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10008 static light_button search(const control& parent, bool three_state, xtd::forms::check_state check_state);
10032 static light_button search(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10033
10103 static light_button select_all(const control& parent);
10121 static light_button select_all(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10153 static light_button select_all(const control& parent, bool three_state, xtd::forms::check_state check_state);
10177 static light_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::string& name);
10178
10248 static light_button settings(const control& parent);
10253 static light_button settings(const control& parent, const drawing::point& location);
10266 static light_button settings(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10298 static light_button settings(const control& parent, bool three_state, xtd::forms::check_state check_state);
10322 static light_button settings(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10323
10393 static light_button spell_check(const control& parent);
10411 static light_button spell_check(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10443 static light_button spell_check(const control& parent, bool three_state, xtd::forms::check_state check_state);
10467 static light_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::string& name);
10468
10538 static light_button stop(const control& parent);
10543 static light_button stop(const control& parent, const drawing::point& location);
10549 static light_button stop(const control& parent, const drawing::point& location, const drawing::size& size);
10556 static light_button stop(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10588 static light_button stop(const control& parent, bool three_state, xtd::forms::check_state check_state);
10595 static light_button stop(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
10612 static light_button stop(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10613
10683 static light_button strikeout(const control& parent);
10701 static light_button strikeout(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10733 static light_button strikeout(const control& parent, bool three_state, xtd::forms::check_state check_state);
10757 static light_button strikeout(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10758
10828 static light_button tools(const control& parent);
10833 static light_button tools(const control& parent, const drawing::point& location);
10839 static light_button tools(const control& parent, const drawing::point& location, const drawing::size& size);
10846 static light_button tools(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10878 static light_button tools(const control& parent, bool three_state, xtd::forms::check_state check_state);
10885 static light_button tools(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
10902 static light_button tools(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10903
10973 static light_button top(const control& parent);
10978 static light_button top(const control& parent, const drawing::point& location);
10984 static light_button top(const control& parent, const drawing::point& location, const drawing::size& size);
10991 static light_button top(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11023 static light_button top(const control& parent, bool three_state, xtd::forms::check_state check_state);
11030 static light_button top(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11038 static light_button top(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
11047 static light_button top(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11048
11118 static light_button undelete(const control& parent);
11123 static light_button undelete(const control& parent, const drawing::point& location);
11136 static light_button undelete(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11168 static light_button undelete(const control& parent, bool three_state, xtd::forms::check_state check_state);
11192 static light_button undelete(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11193
11263 static light_button underline(const control& parent);
11281 static light_button underline(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11313 static light_button underline(const control& parent, bool three_state, xtd::forms::check_state check_state);
11337 static light_button underline(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11338
11408 static light_button undo(const control& parent);
11413 static light_button undo(const control& parent, const drawing::point& location);
11419 static light_button undo(const control& parent, const drawing::point& location, const drawing::size& size);
11426 static light_button undo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11458 static light_button undo(const control& parent, bool three_state, xtd::forms::check_state check_state);
11465 static light_button undo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11482 static light_button undo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11483
11553 static light_button unindent(const control& parent);
11558 static light_button unindent(const control& parent, const drawing::point& location);
11571 static light_button unindent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11603 static light_button unindent(const control& parent, bool three_state, xtd::forms::check_state check_state);
11627 static light_button unindent(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11628
11698 static light_button up(const control& parent);
11703 static light_button up(const control& parent, const drawing::point& location);
11709 static light_button up(const control& parent, const drawing::point& location, const drawing::size& size);
11716 static light_button up(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11748 static light_button up(const control& parent, bool three_state, xtd::forms::check_state check_state);
11755 static light_button up(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11763 static light_button up(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
11772 static light_button up(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11773
11843 static light_button view(const control& parent);
11848 static light_button view(const control& parent, const drawing::point& location);
11854 static light_button view(const control& parent, const drawing::point& location, const drawing::size& size);
11861 static light_button view(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11893 static light_button view(const control& parent, bool three_state, xtd::forms::check_state check_state);
11900 static light_button view(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11917 static light_button view(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11918
11988 static light_button window(const control& parent);
11993 static light_button window(const control& parent, const drawing::point& location);
11999 static light_button window(const control& parent, const drawing::point& location, const drawing::size& size);
12006 static light_button window(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12038 static light_button window(const control& parent, bool three_state, xtd::forms::check_state check_state);
12062 static light_button window(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12063
12133 static light_button yes(const control& parent);
12138 static light_button yes(const control& parent, const drawing::point& location);
12144 static light_button yes(const control& parent, const drawing::point& location, const drawing::size& size);
12151 static light_button yes(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12183 static light_button yes(const control& parent, bool three_state, xtd::forms::check_state check_state);
12190 static light_button yes(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
12198 static light_button yes(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
12207 static light_button yes(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12208
12278 static light_button zoom_in(const control& parent);
12283 static light_button zoom_in(const control& parent, const drawing::point& location);
12296 static light_button zoom_in(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12328 static light_button zoom_in(const control& parent, bool three_state, xtd::forms::check_state check_state);
12352 static light_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::string& name);
12353
12423 static light_button zoom_out(const control& parent);
12428 static light_button zoom_out(const control& parent, const drawing::point& location);
12441 static light_button zoom_out(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12473 static light_button zoom_out(const control& parent, bool three_state, xtd::forms::check_state check_state);
12497 static light_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::string& name);
12498
12568 static light_button zoom_to_fit(const control& parent);
12586 static light_button zoom_to_fit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12618 static light_button zoom_to_fit(const control& parent, bool three_state, xtd::forms::check_state check_state);
12642 static light_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::string& name);
12644 };
12645 }
12646}
Represents text as a sequence of character units.
Definition basic_string.h:79
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:54
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Defines the base class for controls, which are components with visual representation.
Definition control.h:81
Represents a Windows light_button.
Definition light_button.h:45
Provides a collection of light_button objects for use by a Windows Forms application.
Definition light_buttons.h:24
static light_button indent(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button save_as(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button window(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button first(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent first light_button with specified check_state,...
static light_button new_(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button ascending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button floppy(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_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 light_button that represent properties light_button with specified parent,...
static light_button yes(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_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::string &name)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button unindent(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent unindent light_button with specified location,...
static light_button quit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button cut(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_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 light_button that represent back light_button with specified parent,...
static light_button cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button network(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent network light_button with specified check_state,...
static light_button select_all(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button bottom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button italic(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_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 light_button that represent forward light_button with specified parent,...
static light_button apply(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent apply light_button with specified location,...
static light_button close(const drawing::point &location)
Create a system-defined light_button that represent close light_button with specified location.
static light_button ascending(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ascending light_button with specified location,...
static light_button revert_to_saved(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button zoom_in(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_in light_button with specified three_state,...
static light_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 light_button that represent copy light_button with specified parent,...
static light_button color(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button settings(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button next(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button clear(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button ascending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button align_left(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_left light_button with specified location,...
static light_button open(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button print_preview(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_button remove(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent remove light_button with specified three_state,...
static light_button about(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button zoom_out(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button zoom_out(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_out light_button with specified three_state,...
static light_button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button clear(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button descending(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button yes(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_button view(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent view light_button with specified check_state,...
static light_button redo(const control &parent)
Create a system-defined light_button that represent redo light_button with specified parent.
static light_button cdrom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button bold()
Create a system-defined light_button that represent bold light_button.
static light_button apply(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent apply light_button with specified three_state,...
static light_button centered()
Create a system-defined light_button that represent centered light_button.
static light_button descending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent descending light_button with specified check_stat...
static light_button align_right(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button actual_size(const control &parent)
Create a system-defined light_button that represent actual_size light_button with specified parent.
static light_button justified(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button zoom_to_fit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_to_fit light_button with specified check_sta...
static light_button zoom_out(const drawing::point &location)
Create a system-defined light_button that represent zoom_out light_button with specified location.
static light_button redo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button abort(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_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 light_button that represent preferences light_button with specified parent,...
static light_button stop(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent stop light_button with specified location,...
static light_button preferences(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button strikeout(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button replace(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent replace light_button with specified location,...
static light_button undo()
Create a system-defined light_button that represent undo light_button.
static light_button top()
Create a system-defined light_button that represent top light_button.
static light_button settings(xtd::forms::check_state check_state)
Create a system-defined light_button that represent settings light_button with specified and check_st...
static light_button quit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent quit light_button with specified location,...
static light_button strikeout(const control &parent)
Create a system-defined light_button that represent strikeout light_button with specified parent.
static light_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 light_button that represent cancel light_button with specified parent,...
static light_button undo(xtd::forms::check_state check_state)
Create a system-defined light_button that represent undo light_button with specified and check_state.
static light_button network(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button cut(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_button cut(const drawing::point &location)
Create a system-defined light_button that represent cut light_button with specified location.
static light_button remove(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button centered(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button next(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button actual_size(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_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 light_button that represent about light_button with specified parent,...
static light_button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button retry(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button jump_to(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button color(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button unindent(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button bottom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button select_all()
Create a system-defined light_button that represent select_all light_button.
static light_button view(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent view light_button with specified three_state,...
static light_button redo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent redo light_button with specified three_state,...
static light_button new_(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent new_ light_button with specified three_state,...
static light_button top(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent top light_button with specified three_state,...
static light_button close()
Create a system-defined light_button that represent close light_button.
static light_button quit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent quit light_button with specified check_state,...
static light_button align_right(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button options(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button save_as(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button actual_size(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button tools(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button options(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button centered(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button descending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button undo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undo light_button with specified three_state,...
static light_button paste(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button print_preview(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent print_preview light_button with specified check_s...
static light_button alignment(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button ok(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button network()
Create a system-defined light_button that represent network light_button.
static light_button select_all(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button del(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button top(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button window(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button undelete(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undelete light_button with specified check_state,...
static light_button home(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button underline(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button print_preview(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_button replace(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent replace light_button with specified check_state,...
static light_button ignore(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ignore light_button with specified check_state,...
static light_button forward(xtd::forms::check_state check_state)
Create a system-defined light_button that represent forward light_button with specified and check_sta...
static light_button add(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button cdrom(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button bold(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bold light_button with specified location,...
static light_button del(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent del light_button with specified three_state,...
static light_button jump_to(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent jump_to light_button with specified check_state,...
static light_button spell_check(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent spell_check light_button with specified three_sta...
static light_button customize(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button font(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_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 light_button that represent tools light_button with specified parent,...
static light_button find(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent find light_button with specified three_state,...
static light_button underline(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button clear(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button floppy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button del(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent del light_button with specified three_state,...
static light_button unindent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button forward(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent forward light_button with specified three_state,...
static light_button execute(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button underline(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent underline light_button with specified check_state...
static light_button cancel(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cancel light_button with specified three_state,...
static light_button execute(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button view(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button paste(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent paste light_button with specified check_state,...
static light_button copy(xtd::forms::check_state check_state)
Create a system-defined light_button that represent copy light_button with specified and check_state.
static light_button convert(const control &parent)
Create a system-defined light_button that represent convert light_button with specified parent.
static light_button settings(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button quit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent quit light_button with specified three_state,...
static light_button settings(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent settings light_button with specified three_state,...
static light_button bottom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bottom light_button with specified check_state,...
static light_button convert(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent convert light_button with specified check_state,...
static light_button last(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent last light_button with specified three_state,...
static light_button exit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent exit light_button with specified check_state,...
static light_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 light_button that represent centered light_button with specified parent,...
static light_button undo(const drawing::point &location)
Create a system-defined light_button that represent undo light_button with specified location.
static light_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 light_button that represent search light_button with specified parent,...
static light_button zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_to_fit light_button with specified three_sta...
static light_button align_left(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button print(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print light_button with specified check_state,...
static light_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 light_button that represent jump_to light_button with specified parent,...
static light_button font(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button jump_to()
Create a system-defined light_button that represent jump_to light_button.
static light_button no(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button customize(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button quit(const control &parent)
Create a system-defined light_button that represent quit light_button with specified parent.
static light_button cdrom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cdrom light_button with specified three_state,...
static light_button home(const control &parent)
Create a system-defined light_button that represent home light_button with specified parent.
static light_button close(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_button find(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent find light_button with specified location,...
static light_button down()
Create a system-defined light_button that represent down light_button.
static light_button find(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent find light_button with specified location,...
static light_button search(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent search light_button with specified check_state,...
static light_button find(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent find light_button with specified check_state,...
static light_button remove(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent remove light_button with specified three_state,...
static light_button ok()
Create a system-defined light_button that represent ok light_button.
static light_button execute(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent execute light_button with specified location,...
static light_button execute(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent execute light_button with specified three_state,...
static light_button select_all(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent select_all light_button with specified three_stat...
static light_button first(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent first light_button with specified three_state,...
static light_button ok(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button next(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button convert(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent convert light_button with specified three_state,...
static light_button save(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button yes(const drawing::point &location)
Create a system-defined light_button that represent yes light_button with specified location.
static light_button add(const drawing::point &location)
Create a system-defined light_button that represent add light_button with specified location.
static light_button search(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button align_left(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button zoom_in(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_in light_button with specified check_state,...
static light_button first(xtd::forms::check_state check_state)
Create a system-defined light_button that represent first light_button with specified and check_state...
static light_button zoom_in(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_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 light_button that represent next light_button with specified parent,...
static light_button back(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent back light_button with specified three_state,...
static light_button print(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button open(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent open light_button with specified three_state,...
static light_button add(xtd::forms::check_state check_state)
Create a system-defined light_button that represent add light_button with specified and check_state.
static light_button underline(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button up(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button info(xtd::forms::check_state check_state)
Create a system-defined light_button that represent info light_button with specified and check_state.
static light_button undelete(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent undelete light_button with specified three_state,...
static light_button ok(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ok light_button with specified location,...
static light_button index(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button index(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button next(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button view(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent view light_button with specified check_state,...
static light_button properties(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button font(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button floppy(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent floppy light_button with specified location,...
static light_button first(const control &parent)
Create a system-defined light_button that represent first light_button with specified parent.
static light_button tools(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_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 light_button that represent convert light_button with specified parent,...
static light_button unindent(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button font(xtd::forms::check_state check_state)
Create a system-defined light_button that represent font light_button with specified and check_state.
static light_button up(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button options(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button back(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent back light_button with specified three_state,...
static light_button color()
Create a system-defined light_button that represent color light_button.
static light_button paste(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent paste light_button with specified check_state,...
static light_button about(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent about light_button with specified check_state,...
static light_button execute(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button undelete(const control &parent)
Create a system-defined light_button that represent undelete light_button with specified parent.
static light_button select_all(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent select_all light_button with specified location,...
static light_button cancel(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button clear(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent clear light_button with specified three_state,...
static light_button yes(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_button undo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_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 light_button that represent zoom_out light_button with specified parent,...
static light_button search()
Create a system-defined light_button that represent search light_button.
static light_button zoom_to_fit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button exit(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button convert()
Create a system-defined light_button that represent convert light_button.
static light_button open(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent open light_button with specified three_state,...
static light_button save_as(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent save_as light_button with specified three_state,...
static light_button replace(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent replace light_button with specified check_state,...
static light_button unindent(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button actual_size(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent actual_size light_button with specified location,...
static light_button redo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button tools(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button cancel(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button help(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button harddisk(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent harddisk light_button with specified check_state,...
static light_button down(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button bold(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button top(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent top light_button with specified location,...
static light_button refresh(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button revert_to_saved()
Create a system-defined light_button that represent revert_to_saved light_button.
static light_button find(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button ascending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ascending light_button with specified three_state...
static light_button quit(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button save(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button indent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent indent light_button with specified three_state,...
static light_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 light_button that represent exit light_button with specified parent,...
static light_button refresh(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent refresh light_button with specified location,...
static light_button edit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_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 light_button that represent descending light_button with specified parent,...
static light_button alignment(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button save(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent save light_button with specified three_state,...
static light_button top(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button ignore(xtd::forms::check_state check_state)
Create a system-defined light_button that represent ignore light_button with specified and check_stat...
static light_button last()
Create a system-defined light_button that represent last light_button.
static light_button spell_check(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button cancel(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cancel light_button with specified location,...
static light_button home(const drawing::point &location)
Create a system-defined light_button that represent home light_button with specified location.
static light_button revert_to_saved(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent revert_to_saved light_button with specified check...
static light_button bold(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bold light_button with specified location,...
static light_button window(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button underline(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button italic(const drawing::point &location)
Create a system-defined light_button that represent italic light_button with specified location.
static light_button redo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent redo light_button with specified three_state,...
static light_button spell_check(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent spell_check light_button with specified check_sta...
static light_button replace(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button harddisk()
Create a system-defined light_button that represent harddisk light_button.
static light_button execute(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button clear()
Create a system-defined light_button that represent clear light_button.
static light_button zoom_out(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_out light_button with specified check_state,...
static light_button print_preview(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_button floppy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent floppy light_button with specified three_state,...
static light_button find(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button home(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent home light_button with specified three_state,...
static light_button select_all(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_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 light_button that represent view light_button with specified parent,...
static light_button contents(const control &parent)
Create a system-defined light_button that represent contents light_button with specified parent.
static light_button search(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent search light_button with specified check_state,...
static light_button help(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent help light_button with specified location,...
static light_button copy(const drawing::point &location)
Create a system-defined light_button that represent copy light_button with specified location.
static light_button align_left(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent align_left light_button with specified check_stat...
static light_button execute(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button previous(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent previous light_button with specified location,...
static light_button zoom_out(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button color(const drawing::point &location)
Create a system-defined light_button that represent color light_button with specified location.
static light_button tools(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent tools light_button with specified check_state,...
static light_button descending(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent descending light_button with specified three_stat...
static light_button open(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent open light_button with specified check_state,...
static light_button abort(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_button down(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button options(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent options light_button with specified three_state,...
static light_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::string &name)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button harddisk(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button cdrom(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cdrom light_button with specified three_state,...
static light_button network(xtd::forms::check_state check_state)
Create a system-defined light_button that represent network light_button with specified and check_sta...
static light_button redo()
Create a system-defined light_button that represent redo light_button.
static light_button settings(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button bottom(const drawing::point &location)
Create a system-defined light_button that represent bottom light_button with specified location.
static light_button apply(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button yes(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent yes light_button with specified location,...
static light_button top(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent top light_button with specified three_state,...
static light_button convert(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button cdrom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cdrom light_button with specified three_state,...
static light_button justified(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent justified light_button with specified check_state...
static light_button properties(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button remove(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button strikeout(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button contents(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent contents light_button with specified three_state,...
static light_button floppy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button settings()
Create a system-defined light_button that represent settings light_button.
static light_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 light_button that represent options light_button with specified parent,...
static light_button properties(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent properties light_button with specified check_stat...
static light_button strikeout(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent strikeout light_button with specified check_state...
static light_button about(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button refresh(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent refresh light_button with specified three_state,...
static light_button print()
Create a system-defined light_button that represent print light_button.
static light_button info(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent info light_button with specified three_state,...
static light_button options(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent options light_button with specified three_state,...
static light_button del(xtd::forms::check_state check_state)
Create a system-defined light_button that represent del light_button with specified and check_state.
static light_button edit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent edit light_button with specified check_state,...
static light_button apply(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button about(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent about light_button with specified check_state,...
static light_button file(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button close(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_button alignment(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button floppy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button home(xtd::forms::check_state check_state)
Create a system-defined light_button that represent home light_button with specified and check_state.
static light_button properties(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button back(xtd::forms::check_state check_state)
Create a system-defined light_button that represent back light_button with specified and check_state.
static light_button spell_check(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button customize(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent customize light_button with specified check_state...
static light_button align_right(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent align_right light_button with specified three_sta...
static light_button next(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_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 light_button that represent save light_button with specified parent,...
static light_button del(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button back(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button network(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent network light_button with specified check_state,...
static light_button options(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent options light_button with specified three_state,...
static light_button spell_check(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent spell_check light_button with specified check_sta...
static light_button select_all(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button zoom_in(xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_in light_button with specified and check_sta...
static light_button info(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent info light_button with specified check_state,...
static light_button new_(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button first(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button save_as(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button ok(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ok light_button with specified three_state,...
static light_button settings(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button yes(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent yes light_button with specified location,...
static light_button align_right(const control &parent)
Create a system-defined light_button that represent align_right light_button with specified parent.
static light_button edit(const drawing::point &location)
Create a system-defined light_button that represent edit light_button with specified location.
static light_button down(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent down light_button with specified three_state,...
static light_button font(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button zoom_in(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button preferences(const control &parent)
Create a system-defined light_button that represent preferences light_button with specified parent.
static light_button clear(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button print(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button underline()
Create a system-defined light_button that represent underline light_button.
static light_button about(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button ok(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ok light_button with specified location,...
static light_button last(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent last light_button with specified check_state,...
static light_button yes(const control &parent)
Create a system-defined light_button that represent yes light_button with specified parent.
static light_button bottom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent bottom light_button with specified three_state,...
static light_button zoom_to_fit(const drawing::point &location)
Create a system-defined light_button that represent zoom_to_fit light_button with specified location.
static light_button back(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button help(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_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 light_button that represent retry light_button with specified parent,...
static light_button quit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button tools(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button font(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent font light_button with specified three_state,...
static light_button customize(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button previous(const control &parent)
Create a system-defined light_button that represent previous light_button with specified parent.
static light_button undelete(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button align_left(xtd::forms::check_state check_state)
Create a system-defined light_button that represent align_left light_button with specified and check_...
static light_button revert_to_saved(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent revert_to_saved light_button with specified check...
static light_button replace(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button up(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button network(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent network light_button with specified location,...
static light_button del(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent del light_button with specified location,...
static light_button exit()
Create a system-defined light_button that represent exit light_button.
static light_button select_all(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button cut(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_button retry(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent retry light_button with specified three_state,...
static light_button forward(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent forward light_button with specified three_state,...
static light_button first(const drawing::point &location)
Create a system-defined light_button that represent first light_button with specified location.
static light_button home(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent home light_button with specified three_state,...
static light_button select_all(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent select_all light_button with specified check_stat...
static light_button justified(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent justified light_button with specified three_state...
static light_button last(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_button ignore(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ignore light_button with specified three_state,...
static light_button retry(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent retry light_button with specified three_state,...
static light_button preferences(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_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 light_button that represent index light_button with specified parent,...
static light_button unindent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent unindent light_button with specified three_state,...
static light_button align_left(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_left light_button with specified three_stat...
static light_button first(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button quit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button find(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button indent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button centered(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button down(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent down light_button with specified check_state,...
static light_button cdrom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button edit(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent edit light_button with specified location,...
static light_button properties(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent properties light_button with specified three_stat...
static light_button underline(const drawing::point &location)
Create a system-defined light_button that represent underline light_button with specified location.
static light_button forward(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button remove()
Create a system-defined light_button that represent remove light_button.
static light_button align_left(const drawing::point &location)
Create a system-defined light_button that represent align_left light_button with specified location.
static light_button open(const drawing::point &location)
Create a system-defined light_button that represent open light_button with specified location.
static light_button strikeout(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button remove(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent remove light_button with specified check_state,...
static light_button cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button descending(xtd::forms::check_state check_state)
Create a system-defined light_button that represent descending light_button with specified and check_...
static light_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 light_button that represent customize light_button with specified parent,...
static light_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 light_button that represent color light_button with specified parent,...
static light_button close(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent close light_button with specified three_state,...
static light_button undo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_button del(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent del light_button with specified check_state,...
static light_button cdrom(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_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 light_button that represent save_as light_button with specified parent,...
static light_button copy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button save_as(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save_as light_button with specified three_state,...
static light_button select_all(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent select_all light_button with specified three_stat...
static light_button execute(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent execute light_button with specified three_state,...
static light_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 light_button that represent ignore light_button with specified parent,...
static light_button stop(const drawing::point &location)
Create a system-defined light_button that represent stop light_button with specified location.
static light_button next(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button customize(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button zoom_out()
Create a system-defined light_button that represent zoom_out light_button.
static light_button italic(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent italic light_button with specified location,...
static light_button refresh(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent refresh light_button with specified three_state,...
static light_button window(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent window light_button with specified three_state,...
static light_button alignment(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button retry(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button ascending(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ascending light_button with specified check_state...
static light_button options(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent options light_button with specified location,...
static light_button contents(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button del(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button italic(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent italic light_button with specified check_state,...
static light_button bold(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button up(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button home(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent home light_button with specified location,...
static light_button add(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button info(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button abort(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_button refresh(const control &parent)
Create a system-defined light_button that represent refresh light_button with specified parent.
static light_button descending(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent descending light_button with specified location,...
static light_button first(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent first light_button with specified check_state,...
static light_button home(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button home(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button help(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button search(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent search light_button with specified check_state,...
static light_button find(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent find light_button with specified three_state,...
static light_button zoom_out(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button revert_to_saved(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent revert_to_saved light_button with specified three...
static light_button align_right(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button refresh(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent refresh light_button with specified location,...
static light_button justified(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button descending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button next(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent next light_button with specified three_state,...
static light_button no(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button preferences(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent preferences light_button with specified location,...
static light_button ascending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button window(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent window light_button with specified three_state,...
static light_button font(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent font light_button with specified check_state,...
static light_button zoom_in()
Create a system-defined light_button that represent zoom_in light_button.
static light_button search(const control &parent)
Create a system-defined light_button that represent search light_button with specified parent.
static light_button options()
Create a system-defined light_button that represent options light_button.
static light_button bottom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bottom light_button with specified three_state,...
static light_button spell_check(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button cut(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_button redo(xtd::forms::check_state check_state)
Create a system-defined light_button that represent redo light_button with specified and check_state.
static light_button last(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent last light_button with specified three_state,...
static light_button cut(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cut light_button with specified three_state,...
static light_button refresh(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent refresh light_button with specified three_state,...
static light_button revert_to_saved(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button save_as(xtd::forms::check_state check_state)
Create a system-defined light_button that represent save_as light_button with specified and check_sta...
static light_button bold(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bold light_button with specified check_state,...
static light_button cdrom(const control &parent)
Create a system-defined light_button that represent cdrom light_button with specified parent.
static light_button centered(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button options(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button print(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print light_button with specified location,...
static light_button preferences(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button paste(xtd::forms::check_state check_state)
Create a system-defined light_button that represent paste light_button with specified and check_state...
static light_button add(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button bottom(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bottom light_button with specified location,...
static light_button view(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button zoom_in(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_in light_button with specified check_state,...
static light_button down(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent down light_button with specified three_state,...
static light_button indent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button ok(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_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 light_button that represent indent light_button with specified parent,...
static light_button apply(const drawing::point &location)
Create a system-defined light_button that represent apply light_button with specified location.
static light_button harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button spell_check(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button exit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent exit light_button with specified location,...
static light_button actual_size(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button abort(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_button preferences(xtd::forms::check_state check_state)
Create a system-defined light_button that represent preferences light_button with specified and check...
static light_button first(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button settings(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent settings light_button with specified check_state,...
static light_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 light_button that represent print light_button with specified parent,...
static light_button zoom_out(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button contents(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button alignment(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent alignment light_button with specified check_state...
static light_button revert_to_saved(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_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 light_button that represent zoom_to_fit light_button with specified parent,...
static light_button info(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button help(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent help light_button with specified three_state,...
static light_button edit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button network(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button redo(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent redo light_button with specified location,...
static light_button clear(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent clear light_button with specified three_state,...
static light_button undelete(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button down(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent down light_button with specified location,...
static light_button open(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent open light_button with specified check_state,...
static light_button color(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent color light_button with specified three_state,...
static light_button about(const control &parent)
Create a system-defined light_button that represent about light_button with specified parent.
static light_button font()
Create a system-defined light_button that represent font light_button.
static light_button redo(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent redo light_button with specified three_state,...
static light_button paste(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button bold(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button close(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_button bottom(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent bottom light_button with specified check_state,...
static light_button centered(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button forward(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent forward light_button with specified location,...
static light_button justified(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button color(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent color light_button with specified location,...
static light_button refresh(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button paste(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent paste light_button with specified check_state,...
static light_button preferences(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent preferences light_button with specified three_sta...
static light_button customize(const drawing::point &location)
Create a system-defined light_button that represent customize light_button with specified location.
static light_button window(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button select_all(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button exit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent exit light_button with specified check_state,...
static light_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 light_button that represent del light_button with specified parent,...
static light_button ascending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ascending light_button with specified three_state...
static light_button centered(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button apply(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent apply light_button with specified three_state,...
static light_button last(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_button actual_size(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button revert_to_saved(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button italic(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button justified(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent justified light_button with specified check_state...
static light_button remove(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent remove light_button with specified location,...
static light_button strikeout(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent strikeout light_button with specified check_state...
static light_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 light_button that represent cut light_button with specified parent,...
static light_button del(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button next(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent next light_button with specified three_state,...
static light_button new_(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button help(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button down(const control &parent)
Create a system-defined light_button that represent down light_button with specified parent.
static light_button info(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent info light_button with specified three_state,...
static light_button close(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_button del(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button align_right()
Create a system-defined light_button that represent align_right light_button.
static light_button undo(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undo light_button with specified location,...
static light_button italic(xtd::forms::check_state check_state)
Create a system-defined light_button that represent italic light_button with specified and check_stat...
static light_button indent(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button bottom()
Create a system-defined light_button that represent bottom light_button.
static light_button jump_to(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button justified(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button apply(const control &parent)
Create a system-defined light_button that represent apply light_button with specified parent.
static light_button replace(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent replace light_button with specified three_state,...
static light_button settings(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent settings light_button with specified three_state,...
static light_button ignore(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button strikeout(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button unindent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button ignore(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button remove(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button close(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent close light_button with specified check_state,...
static light_button unindent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent unindent light_button with specified three_state,...
static light_button up(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent up light_button with specified three_state,...
static light_button network(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent network light_button with specified three_state,...
static light_button search(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button index(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent index light_button with specified check_state,...
static light_button contents(const drawing::point &location)
Create a system-defined light_button that represent contents light_button with specified location.
static light_button options(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent options light_button with specified location,...
static light_button justified(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent justified light_button with specified location,...
static light_button revert_to_saved(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent revert_to_saved light_button with specified locat...
static light_button spell_check(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button select_all(const drawing::point &location)
Create a system-defined light_button that represent select_all light_button with specified location.
static light_button last(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_button last(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent last light_button with specified check_state,...
static light_button centered(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent centered light_button with specified check_state,...
static light_button settings(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_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 light_button that represent refresh light_button with specified parent,...
static light_button preferences(const drawing::point &location)
Create a system-defined light_button that represent preferences light_button with specified location.
static light_button search(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button apply(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button align_left(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent align_left light_button with specified three_stat...
static light_button execute(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button customize(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button save(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button apply(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button convert(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button replace(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button up(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button about(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent about light_button with specified location,...
static light_button abort(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent abort light_button with specified three_state,...
static light_button descending(const control &parent)
Create a system-defined light_button that represent descending light_button with specified parent.
static light_button new_(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button index(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent index light_button with specified check_state,...
static light_button ignore(const control &parent)
Create a system-defined light_button that represent ignore light_button with specified parent.
static light_button last(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_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 light_button that represent zoom_to_fit light_button with specified three_sta...
static light_button italic(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button new_(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button ignore()
Create a system-defined light_button that represent ignore light_button.
static light_button contents(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button align_left(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button search(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button unindent(const control &parent)
Create a system-defined light_button that represent unindent light_button with specified parent.
static light_button search(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button zoom_out(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_out light_button with specified location,...
static light_button italic(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button first(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button home(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent home light_button with specified check_state,...
static light_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::string &name)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button bottom(const control &parent)
Create a system-defined light_button that represent bottom light_button with specified parent.
static light_button zoom_in(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button undelete(xtd::forms::check_state check_state)
Create a system-defined light_button that represent undelete light_button with specified and check_st...
static light_button indent(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent indent light_button with specified check_state,...
static light_button clear(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent clear light_button with specified check_state,...
static light_button remove(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent remove light_button with specified three_state,...
static light_button exit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent exit light_button with specified three_state,...
static light_button settings(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent settings light_button with specified three_state,...
static light_button contents(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_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 light_button that represent justified light_button with specified parent,...
static light_button strikeout(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button actual_size(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent actual_size light_button with specified three_sta...
static light_button quit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent quit light_button with specified check_state,...
static light_button forward(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button stop(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent stop light_button with specified check_state,...
static light_button forward(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button print(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent print light_button with specified three_state,...
static light_button index(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button print(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print light_button with specified three_state,...
static light_button paste(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent paste light_button with specified three_state,...
static light_button del(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent del light_button with specified check_state,...
static light_button alignment(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent alignment light_button with specified three_state...
static light_button previous(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent previous light_button with specified location,...
static light_button edit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent edit light_button with specified location,...
static light_button stop(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button search(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent search light_button with specified three_state,...
static light_button network(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button cut(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cut light_button with specified check_state,...
static light_button undo(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undo light_button with specified location,...
static light_button previous(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent previous light_button with specified three_state,...
static light_button preferences(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button jump_to(const control &parent)
Create a system-defined light_button that represent jump_to light_button with specified parent.
static light_button print_preview(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_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 light_button that represent paste light_button with specified parent,...
static light_button clear(const control &parent)
Create a system-defined light_button that represent clear light_button with specified parent.
static light_button quit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button edit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button undo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_button window(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent window light_button with specified three_state,...
static light_button remove(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button search(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button print(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button cdrom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cdrom light_button with specified three_state,...
static light_button ok(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button paste(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button yes(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_button zoom_in(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button save_as(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save_as light_button with specified location,...
static light_button new_(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button home(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button new_(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent new_ light_button with specified three_state,...
static light_button color(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button alignment(xtd::forms::check_state check_state)
Create a system-defined light_button that represent alignment light_button with specified and check_s...
static light_button convert(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button print_preview(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print_preview light_button with specified check_s...
static light_button print_preview()
Create a system-defined light_button that represent print_preview light_button.
static light_button unindent(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent unindent light_button with specified location,...
static light_button indent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent indent light_button with specified check_state,...
static light_button open()
Create a system-defined light_button that represent open light_button.
static light_button top(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent top light_button with specified check_state,...
static light_button last(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent last light_button with specified location,...
static light_button undelete(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent undelete light_button with specified check_state,...
static light_button forward(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button help(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button stop(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent stop light_button with specified location,...
static light_button save_as(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent save_as light_button with specified three_state,...
static light_button file(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button close(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_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 light_button that represent floppy light_button with specified parent,...
static light_button justified(const drawing::point &location)
Create a system-defined light_button that represent justified light_button with specified location.
static light_button align_right(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button view(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button cancel(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button last(const drawing::point &location)
Create a system-defined light_button that represent last light_button with specified location.
static light_button ascending(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button save(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button descending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent descending light_button with specified three_stat...
static light_button strikeout(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent strikeout light_button with specified three_state...
static light_button save(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button properties(const drawing::point &location)
Create a system-defined light_button that represent properties light_button with specified location.
static light_button first(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent first light_button with specified location,...
static light_button previous(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent previous light_button with specified check_state,...
static light_button properties(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button undelete()
Create a system-defined light_button that represent undelete light_button.
static light_button select_all(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent select_all light_button with specified check_stat...
static light_button file(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent file light_button with specified check_state,...
static light_button strikeout(xtd::forms::check_state check_state)
Create a system-defined light_button that represent strikeout light_button with specified and check_s...
static light_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 light_button that represent replace light_button with specified parent,...
static light_button zoom_to_fit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button back()
Create a system-defined light_button that represent back light_button.
static light_button alignment(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent alignment light_button with specified location,...
static light_button abort(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent abort light_button with specified location,...
static light_button save(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save light_button with specified three_state,...
static light_button find(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button previous(const drawing::point &location)
Create a system-defined light_button that represent previous light_button with specified location.
static light_button save_as(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button stop(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button execute(const control &parent)
Create a system-defined light_button that represent execute light_button with specified parent.
static light_button strikeout(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent strikeout light_button with specified three_state...
static light_button replace(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent replace light_button with specified three_state,...
static light_button new_(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button cut(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_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 light_button that represent stop light_button with specified parent,...
static light_button ignore(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button refresh(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button up(const drawing::point &location)
Create a system-defined light_button that represent up light_button with specified location.
static light_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 light_button that represent add light_button with specified parent,...
static light_button network(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent network light_button with specified three_state,...
static light_button home(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent home light_button with specified three_state,...
static light_button properties(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button save(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button justified(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent justified light_button with specified check_state...
static light_button back(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent back light_button with specified three_state,...
static light_button cancel(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button alignment(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button align_left(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button paste(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button execute(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button close(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent close light_button with specified check_state,...
static light_button italic(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent italic light_button with specified three_state,...
static light_button network(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button last(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_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 light_button that represent previous light_button with specified parent,...
static light_button print(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent print light_button with specified check_state,...
static light_button properties(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button about(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button exit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button bold(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bold light_button with specified three_state,...
static light_button stop(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent stop light_button with specified check_state,...
static light_button select_all(xtd::forms::check_state check_state)
Create a system-defined light_button that represent select_all light_button with specified and check_...
static light_button info(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button cdrom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button view(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button align_right(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_right light_button with specified location,...
static light_button next(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button yes(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent yes light_button with specified three_state,...
static light_button ascending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button strikeout(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent strikeout light_button with specified location,...
static light_button zoom_in(const control &parent)
Create a system-defined light_button that represent zoom_in light_button with specified parent.
static light_button italic(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button unindent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button clear(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent clear light_button with specified check_state,...
static light_button undelete(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button jump_to(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent jump_to light_button with specified check_state,...
static light_button harddisk(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button exit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent exit light_button with specified three_state,...
static light_button print_preview(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent print_preview light_button with specified three_s...
static light_button bottom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button next(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent next light_button with specified location,...
static light_button back(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent back light_button with specified check_state,...
static light_button down(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button font(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent font light_button with specified three_state,...
static light_button cancel(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button replace(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button indent(const drawing::point &location)
Create a system-defined light_button that represent indent light_button with specified location.
static light_button up(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent up light_button with specified location,...
static light_button unindent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button new_(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent new_ light_button with specified check_state,...
static light_button top(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button contents(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button last(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent last light_button with specified check_state,...
static light_button floppy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent floppy light_button with specified three_state,...
static light_button home(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent home light_button with specified location,...
static light_button zoom_in(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_in light_button with specified location,...
static light_button exit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent exit light_button with specified three_state,...
static light_button convert(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button down(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button del(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button alignment(const drawing::point &location)
Create a system-defined light_button that represent alignment light_button with specified location.
static light_button harddisk(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button redo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button indent(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent indent light_button with specified three_state,...
static light_button stop(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button yes(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_button spell_check(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button help(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent help light_button with specified location,...
static light_button window(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button italic(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent italic light_button with specified location,...
static light_button quit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button quit()
Create a system-defined light_button that represent quit light_button.
static light_button previous(xtd::forms::check_state check_state)
Create a system-defined light_button that represent previous light_button with specified and check_st...
static light_button clear(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button options(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button bottom(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button cdrom(xtd::forms::check_state check_state)
Create a system-defined light_button that represent cdrom light_button with specified and check_state...
static light_button window(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button help(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button previous(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent previous light_button with specified check_state,...
static light_button cancel(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button justified(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent justified light_button with specified location,...
static light_button floppy(const drawing::point &location)
Create a system-defined light_button that represent floppy light_button with specified location.
static light_button ascending(const drawing::point &location)
Create a system-defined light_button that represent ascending light_button with specified location.
static light_button replace()
Create a system-defined light_button that represent replace light_button.
static light_button customize(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent customize light_button with specified three_state...
static light_button top(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button up(const control &parent)
Create a system-defined light_button that represent up light_button with specified parent.
static light_button cancel(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cancel light_button with specified check_state,...
static light_button options(const control &parent)
Create a system-defined light_button that represent options light_button with specified parent.
static light_button info(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button apply(xtd::forms::check_state check_state)
Create a system-defined light_button that represent apply light_button with specified and check_state...
static light_button select_all(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button apply(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button refresh(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button ignore(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ignore light_button with specified three_state,...
static light_button bottom(xtd::forms::check_state check_state)
Create a system-defined light_button that represent bottom light_button with specified and check_stat...
static light_button cut(xtd::forms::check_state check_state)
Create a system-defined light_button that represent cut light_button with specified and check_state.
static light_button cancel(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button cut(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cut light_button with specified location,...
static light_button undelete(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button copy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button next(xtd::forms::check_state check_state)
Create a system-defined light_button that represent next light_button with specified and check_state.
static light_button centered(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent centered light_button with specified check_state,...
static light_button first(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent first light_button with specified three_state,...
static light_button properties(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent properties light_button with specified three_stat...
static light_button paste(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent paste light_button with specified three_state,...
static light_button jump_to(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button actual_size(const drawing::point &location)
Create a system-defined light_button that represent actual_size light_button with specified location.
static light_button window(const drawing::point &location)
Create a system-defined light_button that represent window light_button with specified location.
static light_button undelete(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button top(const control &parent)
Create a system-defined light_button that represent top light_button with specified parent.
static light_button floppy(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent floppy light_button with specified three_state,...
static light_button underline(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent underline light_button with specified three_state...
static light_button down(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button underline(const control &parent)
Create a system-defined light_button that represent underline light_button with specified parent.
static light_button spell_check(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent spell_check light_button with specified three_sta...
static light_button actual_size(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent actual_size light_button with specified check_sta...
static light_button file(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button refresh(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button index(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button unindent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button italic(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent italic light_button with specified three_state,...
static light_button index(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_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 light_button that represent select_all light_button with specified parent,...
static light_button save(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent save light_button with specified check_state,...
static light_button actual_size()
Create a system-defined light_button that represent actual_size light_button.
static light_button bold(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent bold light_button with specified check_state,...
static light_button next(const control &parent)
Create a system-defined light_button that represent next light_button with specified parent.
static light_button zoom_out(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_out light_button with specified location,...
static light_button preferences(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button underline(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button bold(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button cdrom(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cdrom light_button with specified check_state,...
static light_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::string &name)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button up(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent up light_button with specified three_state,...
static light_button spell_check(const control &parent)
Create a system-defined light_button that represent spell_check light_button with specified parent.
static light_button execute(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button no()
Create a system-defined light_button that represent no light_button.
static light_button top(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent top light_button with specified three_state,...
static light_button help(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent help light_button with specified check_state,...
static light_button jump_to(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent jump_to light_button with specified three_state,...
static light_button italic(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button top(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button settings(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button back(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button settings(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button quit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button contents(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent contents light_button with specified three_state,...
static light_button top(const drawing::point &location)
Create a system-defined light_button that represent top light_button with specified location.
static light_button alignment(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent alignment light_button with specified check_state...
static light_button open(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button font(const control &parent)
Create a system-defined light_button that represent font light_button with specified parent.
static light_button cancel(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button jump_to(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button close(xtd::forms::check_state check_state)
Create a system-defined light_button that represent close light_button with specified and check_state...
static light_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 light_button that represent no light_button with specified parent,...
static light_button quit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent quit light_button with specified check_state,...
static light_button ascending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ascending light_button with specified check_state...
static light_button actual_size(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button undo(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_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::string &name)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button bottom(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent bottom light_button with specified three_state,...
static light_button options(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent options light_button with specified check_state,...
static light_button floppy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button window(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent window light_button with specified location,...
static light_button add(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button execute(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button copy(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent copy light_button with specified location,...
static light_button info(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent info light_button with specified location,...
static light_button indent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button help(xtd::forms::check_state check_state)
Create a system-defined light_button that represent help light_button with specified and check_state.
static light_button cancel()
Create a system-defined light_button that represent cancel light_button.
static light_button settings(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button about(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent about light_button with specified three_state,...
static light_button back(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button revert_to_saved(const control &parent)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button about(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button help(const control &parent)
Create a system-defined light_button that represent help light_button with specified parent.
static light_button tools()
Create a system-defined light_button that represent tools light_button.
static light_button exit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button remove(const control &parent)
Create a system-defined light_button that represent remove light_button with specified parent.
static light_button index(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button harddisk(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent harddisk light_button with specified location,...
static light_button properties(xtd::forms::check_state check_state)
Create a system-defined light_button that represent properties light_button with specified and check_...
static light_button about(const drawing::point &location)
Create a system-defined light_button that represent about light_button with specified location.
static light_button spell_check(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button zoom_out(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button descending(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button undo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undo light_button with specified check_state,...
static light_button cancel(const drawing::point &location)
Create a system-defined light_button that represent cancel light_button with specified location.
static light_button spell_check(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent spell_check light_button with specified location,...
static light_button save_as(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save_as light_button with specified location,...
static light_button print_preview(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_button font(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button top(xtd::forms::check_state check_state)
Create a system-defined light_button that represent top light_button with specified and check_state.
static light_button no(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button redo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent redo light_button with specified three_state,...
static light_button descending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button refresh(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent refresh light_button with specified three_state,...
static light_button zoom_in(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_in light_button with specified three_state,...
static light_button no(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button convert(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent convert light_button with specified check_state,...
static light_button centered(const drawing::point &location)
Create a system-defined light_button that represent centered light_button with specified location.
static light_button forward(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent forward light_button with specified check_state,...
static light_button view(xtd::forms::check_state check_state)
Create a system-defined light_button that represent view light_button with specified and check_state.
static light_button indent(const control &parent)
Create a system-defined light_button that represent indent light_button with specified parent.
static light_button bottom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button tools(xtd::forms::check_state check_state)
Create a system-defined light_button that represent tools light_button with specified and check_state...
static light_button cancel(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cancel light_button with specified check_state,...
static light_button stop(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent stop light_button with specified three_state,...
static light_button align_right(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_right light_button with specified check_sta...
static light_button indent(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent indent light_button with specified location,...
static light_button font(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent font light_button with specified location,...
static light_button save_as(const control &parent)
Create a system-defined light_button that represent save_as light_button with specified parent.
static light_button forward(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button ok(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button copy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button jump_to(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button alignment(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button align_right(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent align_right light_button with specified three_sta...
static light_button close(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent close light_button with specified location,...
static light_button convert(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button about(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent about light_button with specified three_state,...
static light_button help(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button preferences(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent preferences light_button with specified check_sta...
static light_button forward()
Create a system-defined light_button that represent forward light_button.
static light_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 light_button that represent remove light_button with specified parent,...
static light_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::string &name)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button close(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent close light_button with specified three_state,...
static light_button info()
Create a system-defined light_button that represent info light_button.
static light_button top(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent top light_button with specified check_state,...
static light_button edit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button find(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent find light_button with specified check_state,...
static light_button stop(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent stop light_button with specified three_state,...
static light_button top(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button help(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent help light_button with specified three_state,...
static light_button font(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button previous(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_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 light_button that represent settings light_button with specified parent,...
static light_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 light_button that represent open light_button with specified parent,...
static light_button ok(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button paste()
Create a system-defined light_button that represent paste light_button.
static light_button index(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent index light_button with specified check_state,...
static light_button print(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button info(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent info light_button with specified check_state,...
static light_button help(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button help(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent help light_button with specified three_state,...
static light_button down(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent down light_button with specified three_state,...
static light_button remove(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent remove light_button with specified three_state,...
static light_button first(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button zoom_out(const control &parent)
Create a system-defined light_button that represent zoom_out light_button with specified parent.
static light_button info(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent info light_button with specified three_state,...
static light_button zoom_in(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button justified(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button retry(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button options(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button save(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button back(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button home(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button yes(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_button clear(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent clear light_button with specified check_state,...
static light_button print_preview(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_button harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button align_right(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button up(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button window(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button replace(const drawing::point &location)
Create a system-defined light_button that represent replace light_button with specified location.
static light_button save(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button ascending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ascending light_button with specified three_state...
static light_button retry(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent retry light_button with specified check_state,...
static light_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 light_button that represent find light_button with specified parent,...
static light_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 light_button that represent font light_button with specified parent,...
static light_button italic(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent italic light_button with specified three_state,...
static light_button print_preview(const drawing::point &location)
Create a system-defined light_button that represent print_preview light_button with specified locatio...
static light_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 light_button that represent clear light_button with specified parent,...
static light_button print(const control &parent)
Create a system-defined light_button that represent print light_button with specified parent.
static light_button color(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button undo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent undo light_button with specified three_state,...
static light_button actual_size(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent actual_size light_button with specified three_sta...
static light_button yes(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent yes light_button with specified check_state,...
static light_button align_left(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button network(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent network light_button with specified three_state,...
static light_button up(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent up light_button with specified check_state,...
static light_button new_(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent new_ light_button with specified location,...
static light_button remove(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent remove light_button with specified check_state,...
static light_button cut(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_button stop(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button properties(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent properties light_button with specified location,...
static light_button down(const drawing::point &location)
Create a system-defined light_button that represent down light_button with specified location.
static light_button add(const control &parent)
Create a system-defined light_button that represent add light_button with specified parent.
static light_button last(xtd::forms::check_state check_state)
Create a system-defined light_button that represent last light_button with specified and check_state.
static light_button file()
Create a system-defined light_button that represent file light_button.
static light_button info(const drawing::point &location)
Create a system-defined light_button that represent info light_button with specified location.
static light_button new_(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent new_ light_button with specified three_state,...
static light_button stop(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent stop light_button with specified three_state,...
static light_button ascending(const control &parent)
Create a system-defined light_button that represent ascending light_button with specified parent.
static light_button align_left(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button save_as(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button preferences(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button home(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button floppy(const control &parent)
Create a system-defined light_button that represent floppy light_button with specified parent.
static light_button indent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent indent light_button with specified three_state,...
static light_button tools(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button add(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button copy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button help(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent help light_button with specified check_state,...
static light_button about()
Create a system-defined light_button that represent about light_button.
static light_button bold(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_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::string &name)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_button properties(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button cut(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cut light_button with specified three_state,...
static light_button save(const control &parent)
Create a system-defined light_button that represent save light_button with specified parent.
static light_button next(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent next light_button with specified three_state,...
static light_button top(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent top light_button with specified location,...
static light_button customize(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button open(xtd::forms::check_state check_state)
Create a system-defined light_button that represent open light_button with specified and check_state.
static light_button preferences(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent preferences light_button with specified check_sta...
static light_button harddisk(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent harddisk light_button with specified check_state,...
static light_button apply(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent apply light_button with specified check_state,...
static light_button new_(xtd::forms::check_state check_state)
Create a system-defined light_button that represent new_ light_button with specified and check_state.
static light_button yes(xtd::forms::check_state check_state)
Create a system-defined light_button that represent yes light_button with specified and check_state.
static light_button floppy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button del(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button add(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button harddisk(xtd::forms::check_state check_state)
Create a system-defined light_button that represent harddisk light_button with specified and check_st...
static light_button jump_to(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button copy(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent copy light_button with specified location,...
static light_button ok(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button spell_check(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button refresh(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent refresh light_button with specified check_state,...
static light_button home(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button ok(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ok light_button with specified three_state,...
static light_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 light_button that represent last light_button with specified parent,...
static light_button abort(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent abort light_button with specified check_state,...
static light_button print(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button window(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent window light_button with specified check_state,...
static light_button ignore(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ignore light_button with specified check_state,...
static light_button descending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_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 light_button that represent ascending light_button with specified parent,...
static light_button up(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button last(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent last light_button with specified three_state,...
static light_button save_as(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button new_(const control &parent)
Create a system-defined light_button that represent new_ light_button with specified parent.
static light_button last(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_button index()
Create a system-defined light_button that represent index light_button.
static light_button info(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent info light_button with specified three_state,...
static light_button back(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button forward(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent forward light_button with specified check_state,...
static light_button alignment(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent alignment light_button with specified location,...
static light_button window(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent window light_button with specified location,...
static light_button next(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button del(const drawing::point &location)
Create a system-defined light_button that represent del light_button with specified location.
static light_button harddisk(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent harddisk light_button with specified three_state,...
static light_button zoom_out(xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_out light_button with specified and check_st...
static light_button back(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent back light_button with specified location,...
static light_button network(const drawing::point &location)
Create a system-defined light_button that represent network light_button with specified location.
static light_button save(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save light_button with specified check_state,...
static light_button find(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button retry(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button centered(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent centered light_button with specified three_state,...
static light_button apply(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent apply light_button with specified three_state,...
static light_button cut(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_button find(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button ok(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ok light_button with specified three_state,...
static light_button align_right(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent align_right light_button with specified check_sta...
static light_button harddisk(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button convert(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button ignore(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ignore light_button with specified check_state,...
static light_button home(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button convert(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button properties(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button font(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button strikeout(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button add(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent add light_button with specified three_state,...
static light_button refresh()
Create a system-defined light_button that represent refresh light_button.
static light_button view(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button quit(xtd::forms::check_state check_state)
Create a system-defined light_button that represent quit light_button with specified and check_state.
static light_button file(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent file light_button with specified three_state,...
static light_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 light_button that represent harddisk light_button with specified parent,...
static light_button bold(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent bold light_button with specified three_state,...
static light_button paste(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent paste light_button with specified three_state,...
static light_button open(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button last(const control &parent)
Create a system-defined light_button that represent last light_button with specified parent.
static light_button copy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button file(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button align_left(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent align_left light_button with specified three_stat...
static light_button justified(const control &parent)
Create a system-defined light_button that represent justified light_button with specified parent.
static light_button print_preview(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print_preview light_button with specified check_s...
static light_button view(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent view light_button with specified check_state,...
static light_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 light_button that represent strikeout light_button with specified parent,...
static light_button replace(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent replace light_button with specified three_state,...
static light_button contents(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent contents light_button with specified check_state,...
static light_button abort(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_button font(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent font light_button with specified three_state,...
static light_button search(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent search light_button with specified three_state,...
static light_button abort(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_button file(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button copy(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent copy light_button with specified three_state,...
static light_button ascending()
Create a system-defined light_button that represent ascending light_button.
static light_button print(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print light_button with specified check_state,...
static light_button search(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button edit(const control &parent)
Create a system-defined light_button that represent edit light_button with specified parent.
static light_button contents(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button exit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button floppy(xtd::forms::check_state check_state)
Create a system-defined light_button that represent floppy light_button with specified and check_stat...
static light_button color(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button about(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button replace(const control &parent)
Create a system-defined light_button that represent replace light_button with specified parent.
static light_button new_(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent new_ light_button with specified three_state,...
static light_button exit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent exit light_button with specified check_state,...
static light_button edit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent edit light_button with specified check_state,...
static light_button cut(const control &parent)
Create a system-defined light_button that represent cut light_button with specified parent.
static light_button top(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button contents(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent contents light_button with specified location,...
static light_button help(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button zoom_to_fit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_to_fit light_button with specified three_sta...
static light_button cut(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cut light_button with specified location,...
static light_button down(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent down light_button with specified three_state,...
static light_button no(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent no light_button with specified check_state,...
static light_button cancel(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cancel light_button with specified check_state,...
static light_button edit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent edit light_button with specified check_state,...
static light_button del(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent del light_button with specified three_state,...
static light_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 light_button that represent up light_button with specified parent,...
static light_button zoom_out(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_out light_button with specified three_state,...
static light_button view(const drawing::point &location)
Create a system-defined light_button that represent view light_button with specified location.
static light_button window(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent window light_button with specified three_state,...
static light_button next(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent next light_button with specified check_state,...
static light_button view(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent view light_button with specified three_state,...
static light_button save(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent save light_button with specified three_state,...
static light_button spell_check(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent spell_check light_button with specified three_sta...
static light_button contents(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button refresh(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button undelete(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button back(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent back light_button with specified location,...
static light_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 light_button that represent close light_button with specified parent,...
static light_button stop(xtd::forms::check_state check_state)
Create a system-defined light_button that represent stop light_button with specified and check_state.
static light_button convert(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button alignment()
Create a system-defined light_button that represent alignment light_button.
static light_button top(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent top light_button with specified check_state,...
static light_button harddisk(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent harddisk light_button with specified three_state,...
static light_button open(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button color(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button unindent(xtd::forms::check_state check_state)
Create a system-defined light_button that represent unindent light_button with specified and check_st...
static light_button harddisk(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button del(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button color(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button zoom_to_fit()
Create a system-defined light_button that represent zoom_to_fit light_button.
static light_button execute(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent execute light_button with specified three_state,...
static light_button del(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent del light_button with specified check_state,...
static light_button redo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent redo light_button with specified check_state,...
static light_button replace(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button ok(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button home(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button strikeout(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button next()
Create a system-defined light_button that represent next light_button.
static light_button revert_to_saved(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent revert_to_saved light_button with specified three...
static light_button customize(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button info(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button print(xtd::forms::check_state check_state)
Create a system-defined light_button that represent print light_button with specified and check_state...
static light_button customize(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent customize light_button with specified check_state...
static light_button align_left(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_left light_button with specified location,...
static light_button apply(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent apply light_button with specified three_state,...
static light_button justified(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button stop()
Create a system-defined light_button that represent stop light_button.
static light_button customize(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button strikeout(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent strikeout light_button with specified three_state...
static light_button font(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button execute()
Create a system-defined light_button that represent execute light_button.
static light_button retry(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button bold(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button close(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_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 light_button that represent yes light_button with specified parent,...
static light_button justified(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent justified light_button with specified three_state...
static light_button zoom_out(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button color(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent color light_button with specified check_state,...
static light_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 light_button that represent underline light_button with specified parent,...
static light_button align_left(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_left light_button with specified check_stat...
static light_button tools(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button zoom_out(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_out light_button with specified check_state,...
static light_button customize(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent customize light_button with specified check_state...
static light_button justified(xtd::forms::check_state check_state)
Create a system-defined light_button that represent justified light_button with specified and check_s...
static light_button indent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent indent light_button with specified three_state,...
static light_button harddisk(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent harddisk light_button with specified check_state,...
static light_button index(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button up(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button index(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent index light_button with specified location,...
static light_button abort(const drawing::point &location)
Create a system-defined light_button that represent abort light_button with specified location.
static light_button paste(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent paste light_button with specified location,...
static light_button align_right(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button redo(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button save_as(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent save_as light_button with specified check_state,...
static light_button jump_to(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent jump_to light_button with specified location,...
static light_button undo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undo light_button with specified check_state,...
static light_button home(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent home light_button with specified three_state,...
static light_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 light_button that represent cdrom light_button with specified parent,...
static light_button save_as()
Create a system-defined light_button that represent save_as light_button.
static light_button abort(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_button file(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent file light_button with specified check_state,...
static light_button descending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent descending light_button with specified three_stat...
static light_button ok(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button bold(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bold light_button with specified check_state,...
static light_button tools(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button preferences(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent preferences light_button with specified three_sta...
static light_button zoom_out(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_out light_button with specified three_state,...
static light_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 light_button that represent quit light_button with specified parent,...
static light_button contents(xtd::forms::check_state check_state)
Create a system-defined light_button that represent contents light_button with specified and check_st...
static light_button properties(const control &parent)
Create a system-defined light_button that represent properties light_button with specified parent.
static light_button harddisk(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent harddisk light_button with specified three_state,...
static light_button up(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button copy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent copy light_button with specified three_state,...
static light_button jump_to(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent jump_to light_button with specified three_state,...
static light_button revert_to_saved(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent revert_to_saved light_button with specified check...
static light_button zoom_to_fit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_to_fit light_button with specified check_sta...
static light_button redo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button first()
Create a system-defined light_button that represent first light_button.
static light_button actual_size(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent actual_size light_button with specified check_sta...
static light_button open(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent open light_button with specified check_state,...
static light_button back(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent back light_button with specified check_state,...
static light_button bottom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bottom light_button with specified check_state,...
static light_button customize(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent customize light_button with specified location,...
static light_button undelete(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button undo(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_button retry(xtd::forms::check_state check_state)
Create a system-defined light_button that represent retry light_button with specified and check_state...
static light_button next(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent next light_button with specified check_state,...
static light_button align_right(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_right light_button with specified check_sta...
static light_button find(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent find light_button with specified three_state,...
static light_button file(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent file light_button with specified three_state,...
static light_button undo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_button find(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button back(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button align_right(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button zoom_in(const drawing::point &location)
Create a system-defined light_button that represent zoom_in light_button with specified location.
static light_button open(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button replace(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button file(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button zoom_in(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_in light_button with specified three_state,...
static light_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 light_button that represent file light_button with specified parent,...
static light_button top(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button actual_size(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent actual_size light_button with specified three_sta...
static light_button settings(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent settings light_button with specified check_state,...
static light_button about(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button bottom(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bottom light_button with specified location,...
static light_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 light_button that represent help light_button with specified parent,...
static light_button undo(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_button paste(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button view(const control &parent)
Create a system-defined light_button that represent view light_button with specified parent.
static light_button copy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent copy light_button with specified three_state,...
static light_button new_(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button redo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent redo light_button with specified check_state,...
static light_button underline(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button zoom_to_fit(xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_to_fit light_button with specified and check...
static light_button view(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent view light_button with specified location,...
static light_button ok(const control &parent)
Create a system-defined light_button that represent ok light_button with specified parent.
static light_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 light_button that represent zoom_to_fit light_button with specified parent,...
static light_button retry()
Create a system-defined light_button that represent retry light_button.
static light_button view(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent view light_button with specified location,...
static light_button index(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent index light_button with specified location,...
static light_button quit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent quit light_button with specified three_state,...
static light_button align_right(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_right light_button with specified three_sta...
static light_button convert(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent convert light_button with specified location,...
static light_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::string &name)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button no(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent no light_button with specified three_state,...
static light_button descending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button options(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button tools(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button clear(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent clear light_button with specified location,...
static light_button execute(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent execute light_button with specified check_state,...
static light_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 light_button that represent italic light_button with specified parent,...
static light_button find(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent find light_button with specified three_state,...
static light_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 light_button that represent window light_button with specified parent,...
static light_button stop(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button window(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button open(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button save(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button save_as(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save_as light_button with specified three_state,...
static light_button clear(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent clear light_button with specified three_state,...
static light_button index(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent index light_button with specified three_state,...
static light_button alignment(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button replace(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent replace light_button with specified location,...
static light_button stop(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button revert_to_saved(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent revert_to_saved light_button with specified locat...
static light_button previous()
Create a system-defined light_button that represent previous light_button.
static light_button tools(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent tools light_button with specified location,...
static light_button ignore(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button save_as(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save_as light_button with specified check_state,...
static light_button italic(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent italic light_button with specified check_state,...
static light_button exit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button back(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent back light_button with specified check_state,...
static light_button next(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent next light_button with specified three_state,...
static light_button window(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button justified(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button font(const drawing::point &location)
Create a system-defined light_button that represent font light_button with specified location.
static light_button first(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button options(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button zoom_to_fit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button customize(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button remove(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent remove light_button with specified location,...
static light_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 light_button that represent top light_button with specified parent,...
static light_button copy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent copy light_button with specified check_state,...
static light_button exit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button customize(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent customize light_button with specified three_state...
static light_button back(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button close(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_button save(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save light_button with specified location,...
static light_button info(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button undo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_button find(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button apply(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button clear(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button zoom_in(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button last(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent last light_button with specified three_state,...
static light_button align_right(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button spell_check(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button spell_check()
Create a system-defined light_button that represent spell_check light_button.
static light_button del(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent del light_button with specified three_state,...
static light_button forward(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent forward light_button with specified check_state,...
static light_button save_as(const drawing::point &location)
Create a system-defined light_button that represent save_as light_button with specified location.
static light_button exit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button view(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button alignment(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button ignore(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button font(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent font light_button with specified check_state,...
static light_button yes(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_button floppy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button italic(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button centered(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button replace(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent replace light_button with specified three_state,...
static light_button justified(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button alignment(const control &parent)
Create a system-defined light_button that represent alignment light_button with specified parent.
static light_button undelete(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button copy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent copy light_button with specified three_state,...
static light_button ok(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ok light_button with specified check_state,...
static light_button del(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent del light_button with specified location,...
static light_button view()
Create a system-defined light_button that represent view light_button.
static light_button tools(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent tools light_button with specified three_state,...
static light_button no(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button options(xtd::forms::check_state check_state)
Create a system-defined light_button that represent options light_button with specified and check_sta...
static light_button up(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent up light_button with specified location,...
static light_button underline(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button save_as(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button network(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button undelete(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undelete light_button with specified location,...
static light_button add(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button view(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent view light_button with specified three_state,...
static light_button actual_size(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button network(const control &parent)
Create a system-defined light_button that represent network light_button with specified parent.
static light_button floppy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent floppy light_button with specified three_state,...
static light_button no(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button cancel(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button replace(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent replace light_button with specified check_state,...
static light_button justified()
Create a system-defined light_button that represent justified light_button.
static light_button replace(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button no(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent no light_button with specified check_state,...
static light_button quit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_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 light_button that represent align_right light_button with specified parent,...
static light_button about(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent about light_button with specified three_state,...
static light_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 light_button that represent apply light_button with specified parent,...
static light_button bold(const control &parent)
Create a system-defined light_button that represent bold light_button with specified parent.
static light_button bold(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button cdrom(const drawing::point &location)
Create a system-defined light_button that represent cdrom light_button with specified location.
static light_button save()
Create a system-defined light_button that represent save light_button.
static light_button print_preview(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_button abort(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent abort light_button with specified three_state,...
static light_button quit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent quit light_button with specified three_state,...
static light_button paste(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button harddisk(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent harddisk light_button with specified three_state,...
static light_button alignment(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button print(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button contents(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button next(const drawing::point &location)
Create a system-defined light_button that represent next light_button with specified location.
static light_button unindent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent unindent light_button with specified check_state,...
static light_button yes(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_button save_as(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button previous(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button zoom_to_fit(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_to_fit light_button with specified location,...
static light_button close(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_button edit(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button convert(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent convert light_button with specified three_state,...
static light_button print_preview(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print_preview light_button with specified three_s...
static light_button floppy()
Create a system-defined light_button that represent floppy light_button.
static light_button unindent()
Create a system-defined light_button that represent unindent light_button.
static light_button file(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent file light_button with specified check_state,...
static light_button ascending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button down(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent down light_button with specified check_state,...
static light_button window(const control &parent)
Create a system-defined light_button that represent window light_button with specified parent.
static light_button descending(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button open(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent open light_button with specified location,...
static light_button search(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button down(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent down light_button with specified check_state,...
static light_button back(const drawing::point &location)
Create a system-defined light_button that represent back light_button with specified location.
static light_button jump_to(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent jump_to light_button with specified location,...
static light_button network(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button zoom_out(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button floppy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent floppy light_button with specified check_state,...
static light_button paste(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent paste light_button with specified three_state,...
static light_button save_as(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save_as light_button with specified check_state,...
static light_button ok(xtd::forms::check_state check_state)
Create a system-defined light_button that represent ok light_button with specified and check_state.
static light_button save_as(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent save_as light_button with specified parent,...
static light_button font(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent font light_button with specified three_state,...
static light_button del(const control &parent)
Create a system-defined light_button that represent del light_button with specified parent.
static light_button clear(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button tools(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent tools light_button with specified check_state,...
static light_button strikeout(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent strikeout light_button with specified three_state...
static light_button previous(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button retry(const control &parent)
Create a system-defined light_button that represent retry light_button with specified parent.
static light_button ignore(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button ok(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ok light_button with specified check_state,...
static light_button justified(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent justified light_button with specified three_state...
static light_button paste(const drawing::point &location)
Create a system-defined light_button that represent paste light_button with specified location.
static light_button settings(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button preferences(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button color(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent color light_button with specified location,...
static light_button add(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button align_right(xtd::forms::check_state check_state)
Create a system-defined light_button that represent align_right light_button with specified and check...
static light_button back(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent back light_button with specified three_state,...
static light_button undelete(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button add(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent add light_button with specified three_state,...
static light_button zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_to_fit light_button with specified three_sta...
static light_button close(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent close light_button with specified three_state,...
static light_button floppy(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent floppy light_button with specified location,...
static light_button first(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button print(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button jump_to(xtd::forms::check_state check_state)
Create a system-defined light_button that represent jump_to light_button with specified and check_sta...
static light_button bottom(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button settings(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent settings light_button with specified check_state,...
static light_button remove(const drawing::point &location)
Create a system-defined light_button that represent remove light_button with specified location.
static light_button ascending(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button next(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent next light_button with specified check_state,...
static light_button floppy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button print_preview(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print_preview light_button with specified locatio...
static light_button harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button print_preview(xtd::forms::check_state check_state)
Create a system-defined light_button that represent print_preview light_button with specified and che...
static light_button abort(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_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 light_button that represent home light_button with specified parent,...
static light_button undelete(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undelete light_button with specified three_state,...
static light_button centered(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button align_left(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_left light_button with specified three_stat...
static light_button cancel(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cancel light_button with specified location,...
static light_button align_right(const drawing::point &location)
Create a system-defined light_button that represent align_right light_button with specified location.
static light_button first(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent first light_button with specified three_state,...
static light_button descending()
Create a system-defined light_button that represent descending light_button.
static light_button properties(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent properties light_button with specified three_stat...
static light_button last(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_button strikeout(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent strikeout light_button with specified location,...
static light_button bottom(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button color(const control &parent)
Create a system-defined light_button that represent color light_button with specified parent.
static light_button print_preview(const control &parent)
Create a system-defined light_button that represent print_preview light_button with specified parent.
static light_button edit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button revert_to_saved(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button centered(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent centered light_button with specified three_state,...
static light_button options(const drawing::point &location)
Create a system-defined light_button that represent options light_button with specified location.
static light_button previous(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button spell_check(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent spell_check light_button with specified three_sta...
static light_button add(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent add light_button with specified three_state,...
static light_button apply(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent apply light_button with specified location,...
static light_button refresh(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent refresh light_button with specified check_state,...
static light_button zoom_to_fit(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button quit(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent quit light_button with specified location,...
static light_button redo(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent redo light_button with specified location,...
static light_button redo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button edit()
Create a system-defined light_button that represent edit light_button.
static light_button options(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent options light_button with specified check_state,...
static light_button descending(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent descending light_button with specified check_stat...
static light_button centered(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent centered light_button with specified location,...
static light_button preferences(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent preferences light_button with specified three_sta...
static light_button settings(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent settings light_button with specified three_state,...
static light_button yes()
Create a system-defined light_button that represent yes light_button.
static light_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 light_button that represent bottom light_button with specified parent,...
static light_button execute(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent execute light_button with specified check_state,...
static light_button refresh(xtd::forms::check_state check_state)
Create a system-defined light_button that represent refresh light_button with specified and check_sta...
static light_button properties(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent properties light_button with specified three_stat...
static light_button ok(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ok light_button with specified parent,...
static light_button ignore(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button exit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent exit light_button with specified three_state,...
static light_button execute(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent execute light_button with specified check_state,...
static light_button unindent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button indent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button cdrom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button refresh(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button yes(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent yes light_button with specified three_state,...
static light_button search(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button first(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_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::string &name)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button actual_size(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button forward(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button previous(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button zoom_to_fit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent zoom_to_fit light_button with specified location,...
static light_button contents(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent contents light_button with specified check_state,...
static light_button zoom_in(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_in light_button with specified three_state,...
static light_button cut(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cut light_button with specified check_state,...
static light_button index(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button color(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent color light_button with specified three_state,...
static light_button jump_to(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button copy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button convert(xtd::forms::check_state check_state)
Create a system-defined light_button that represent convert light_button with specified and check_sta...
static light_button abort(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent abort light_button with specified location,...
static light_button customize(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent customize light_button with specified location,...
static light_button print_preview(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_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 light_button that represent unindent light_button with specified parent,...
static light_button settings(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent settings light_button with specified location,...
static light_button bold(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button top(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button add(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent add light_button with specified location,...
static light_button exit(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent exit light_button with specified location,...
static light_button ignore(const drawing::point &location)
Create a system-defined light_button that represent ignore light_button with specified location.
static light_button file(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent file light_button with specified location,...
static light_button copy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button window(xtd::forms::check_state check_state)
Create a system-defined light_button that represent window light_button with specified and check_stat...
static light_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 light_button that represent abort light_button with specified parent,...
static light_button color(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button del(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button edit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button info(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent info light_button with specified check_state,...
static light_button open(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent open light_button with specified three_state,...
static light_button cut(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cut light_button with specified check_state,...
static light_button ascending(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button paste(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button apply(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button no(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent no light_button with specified location,...
static light_button new_(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button floppy(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent floppy light_button with specified check_state,...
static light_button cdrom(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cdrom light_button with specified location,...
static light_button no(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button down(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button file(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button no(const control &parent)
Create a system-defined light_button that represent no light_button with specified parent.
static light_button exit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button previous(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent previous light_button with specified three_state,...
static light_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 light_button that represent info light_button with specified parent,...
static light_button info(const control &parent)
Create a system-defined light_button that represent info light_button with specified parent.
static light_button preferences()
Create a system-defined light_button that represent preferences light_button.
static light_button view(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent view light_button with specified three_state,...
static light_button paste(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button window(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent window light_button with specified check_state,...
static light_button redo(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent redo light_button with specified check_state,...
static light_button cancel(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cancel light_button with specified three_state,...
static light_button index(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button color(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button alignment(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent alignment light_button with specified three_state...
static light_button info(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button paste(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent paste light_button with specified location,...
static light_button clear(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button preferences(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button add()
Create a system-defined light_button that represent add light_button.
static light_button select_all(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent select_all light_button with specified location,...
static light_button cancel(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cancel light_button with specified three_state,...
static light_button strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button undelete(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undelete light_button with specified check_state,...
static light_button info(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent info light_button with specified location,...
static light_button descending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent descending light_button with specified check_stat...
static light_button centered(xtd::forms::check_state check_state)
Create a system-defined light_button that represent centered light_button with specified and check_st...
static light_button quit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button indent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent indent light_button with specified check_state,...
static light_button redo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button stop(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button file(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button bottom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button properties()
Create a system-defined light_button that represent properties light_button.
static light_button convert(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button window()
Create a system-defined light_button that represent window light_button.
static light_button descending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button settings(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent settings light_button with specified location,...
static light_button undelete(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent undelete light_button with specified three_state,...
static light_button search(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent search light_button with specified parent,...
static light_button abort(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent abort light_button with specified three_state,...
static light_button cdrom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button home(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent home light_button with specified parent,...
static light_button remove(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button home(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent home light_button with specified check_state,...
static light_button jump_to(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent jump_to light_button with specified three_state,...
static light_button bottom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button no(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent no light_button with specified check_state,...
static light_button ignore(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ignore light_button with specified location,...
static light_button view(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button cancel(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cancel light_button with specified three_state,...
static light_button cut(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_button previous(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button retry(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent retry light_button with specified three_state,...
static light_button ok(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ok light_button with specified three_state,...
static light_button undelete(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undelete light_button with specified parent,...
static light_button first(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent first light_button with specified check_state,...
static light_button customize()
Create a system-defined light_button that represent customize light_button.
static light_button replace(xtd::forms::check_state check_state)
Create a system-defined light_button that represent replace light_button with specified and check_sta...
static light_button new_(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent new_ light_button with specified check_state,...
static light_button save(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save light_button with specified three_state,...
static light_button print(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print light_button with specified location,...
static light_button save(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent save light_button with specified check_state,...
static light_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 light_button that represent zoom_in light_button with specified parent,...
static light_button remove(xtd::forms::check_state check_state)
Create a system-defined light_button that represent remove light_button with specified and check_stat...
static light_button undo(const control &parent)
Create a system-defined light_button that represent undo light_button with specified parent.
static light_button cdrom()
Create a system-defined light_button that represent cdrom light_button.
static light_button align_right(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent align_right light_button with specified parent,...
static light_button up(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent up light_button with specified three_state,...
static light_button bold(const drawing::point &location)
Create a system-defined light_button that represent bold light_button with specified location.
static light_button print(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button index(const drawing::point &location)
Create a system-defined light_button that represent index light_button with specified location.
static light_button apply(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button forward(const drawing::point &location)
Create a system-defined light_button that represent forward light_button with specified location.
static light_button add(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent add light_button with specified location,...
static light_button revert_to_saved(xtd::forms::check_state check_state)
Create a system-defined light_button that represent revert_to_saved light_button with specified and c...
static light_button copy()
Create a system-defined light_button that represent copy light_button.
static light_button options(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button zoom_to_fit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button forward(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button open(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button first(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent first light_button with specified location,...
static light_button previous(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent previous light_button with specified check_state,...
static light_button retry(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button bold(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent bold light_button with specified three_state,...
static light_button tools(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent tools light_button with specified three_state,...
static light_button file(const control &parent)
Create a system-defined light_button that represent file light_button with specified parent.
static light_button search(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent search light_button with specified location,...
static light_button del(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent del light_button with specified parent,...
static light_button unindent(const drawing::point &location)
Create a system-defined light_button that represent unindent light_button with specified location.
static light_button forward(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent forward light_button with specified location,...
static light_button revert_to_saved(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent revert_to_saved light_button with specified three...
static light_button down(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent down light_button with specified location,...
static light_button copy(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button retry(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button actual_size(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent actual_size light_button with specified check_sta...
static light_button centered(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent centered light_button with specified location,...
static light_button abort(xtd::forms::check_state check_state)
Create a system-defined light_button that represent abort light_button with specified and check_state...
static light_button no(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent no light_button with specified three_state,...
static light_button exit(const drawing::point &location)
Create a system-defined light_button that represent exit light_button with specified location.
static light_button ascending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ascending light_button with specified check_state...
static light_button last(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_button tools(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent tools light_button with specified three_state,...
static light_button view(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button contents(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button forward(const control &parent)
Create a system-defined light_button that represent forward light_button with specified parent.
static light_button clear(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button about(xtd::forms::check_state check_state)
Create a system-defined light_button that represent about light_button with specified and check_state...
static light_button info(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button preferences(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent preferences light_button with specified check_sta...
static light_button undo(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent undo light_button with specified three_state,...
static light_button find(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button about(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent about light_button with specified check_state,...
static light_button ascending(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent ascending light_button with specified three_state...
static light_button new_(const drawing::point &location)
Create a system-defined light_button that represent new_ light_button with specified location.
static light_button yes(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent yes light_button with specified check_state,...
static light_button contents(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent contents light_button with specified three_state,...
static light_button centered(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent centered light_button with specified check_state,...
static light_button contents(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent contents light_button with specified parent,...
static light_button remove(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button copy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent copy light_button with specified check_state,...
static light_button revert_to_saved(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent revert_to_saved light_button with specified paren...
static light_button settings(const control &parent)
Create a system-defined light_button that represent settings light_button with specified parent.
static light_button quit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent quit light_button with specified parent,...
static light_button cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cdrom light_button with specified parent,...
static light_button underline(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button network(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button add(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent add light_button with specified check_state,...
static light_button home(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent home light_button with specified check_state,...
static light_button alignment(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent alignment light_button with specified three_state...
static light_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 light_button that represent revert_to_saved light_button with specified paren...
static light_button italic(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent italic light_button with specified three_state,...
static light_button zoom_to_fit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_to_fit light_button with specified check_sta...
static light_button preferences(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent preferences light_button with specified location,...
static light_button close(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent close light_button with specified three_state,...
static light_button down(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button first(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent first light_button with specified three_state,...
static light_button harddisk(const drawing::point &location)
Create a system-defined light_button that represent harddisk light_button with specified location.
static light_button up()
Create a system-defined light_button that represent up light_button.
static light_button underline(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button up(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent up light_button with specified parent,...
static light_button centered(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_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 light_button that represent contents light_button with specified parent,...
static light_button spell_check(xtd::forms::check_state check_state)
Create a system-defined light_button that represent spell_check light_button with specified and check...
static light_button indent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button redo(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_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 light_button that represent undelete light_button with specified parent,...
static light_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 light_button that represent bold light_button with specified parent,...
static light_button index(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent index light_button with specified three_state,...
static light_button color(xtd::forms::check_state check_state)
Create a system-defined light_button that represent color light_button with specified and check_state...
static light_button edit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent edit light_button with specified three_state,...
static light_button cancel(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cancel light_button with specified parent,...
static light_button close(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_button tools(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent tools light_button with specified three_state,...
static light_button yes(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent yes light_button with specified check_state,...
static light_button stop(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button align_left(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_left light_button with specified check_stat...
static light_button exit(const control &parent)
Create a system-defined light_button that represent exit light_button with specified parent.
static light_button previous(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent previous light_button with specified three_state,...
static light_button alignment(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent alignment light_button with specified check_state...
static light_button exit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button clear(const drawing::point &location)
Create a system-defined light_button that represent clear light_button with specified location.
static light_button undelete(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undelete light_button with specified location,...
static light_button refresh(const drawing::point &location)
Create a system-defined light_button that represent refresh light_button with specified location.
static light_button close(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent close light_button with specified parent,...
static light_button alignment(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent alignment light_button with specified parent,...
static light_button abort(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent abort light_button with specified three_state,...
static light_button refresh(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_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 light_button that represent undo light_button with specified parent,...
static light_button convert(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent convert light_button with specified location,...
static light_button up(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent up light_button with specified check_state,...
static light_button zoom_in(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_in light_button with specified location,...
static light_button find(const control &parent)
Create a system-defined light_button that represent find light_button with specified parent.
static light_button down(xtd::forms::check_state check_state)
Create a system-defined light_button that represent down light_button with specified and check_state.
static light_button add(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent add light_button with specified check_state,...
static light_button no(xtd::forms::check_state check_state)
Create a system-defined light_button that represent no light_button with specified and check_state.
static light_button network(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button indent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button print_preview(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print_preview light_button with specified locatio...
static light_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 light_button that represent revert_to_saved light_button with specified three...
static light_button settings(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent settings light_button with specified parent,...
static light_button index(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent index light_button with specified three_state,...
static light_button bold(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button centered(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent centered light_button with specified three_state,...
static light_button network(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent network light_button with specified three_state,...
static light_button save(xtd::forms::check_state check_state)
Create a system-defined light_button that represent save light_button with specified and check_state.
static light_button apply(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent apply light_button with specified check_state,...
static light_button indent(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent indent light_button with specified location,...
static light_button harddisk(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent harddisk light_button with specified location,...
static light_button help(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent help light_button with specified parent,...
static light_button properties(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent properties light_button with specified check_stat...
static light_button stop(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent stop light_button with specified three_state,...
static light_button replace(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button previous(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent previous light_button with specified three_state,...
static light_button color(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent color light_button with specified check_state,...
static light_button refresh(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button new_()
Create a system-defined light_button that represent new_ light_button.
static light_button last(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_button forward(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button view(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_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 light_button that represent print_preview light_button with specified parent,...
static light_button search(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent search light_button with specified three_state,...
static light_button file(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button cut()
Create a system-defined light_button that represent cut light_button.
static light_button zoom_in(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent zoom_in light_button with specified check_state,...
static light_button redo(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button open(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent open light_button with specified three_state,...
static light_button cancel(xtd::forms::check_state check_state)
Create a system-defined light_button that represent cancel light_button with specified and check_stat...
static light_button open(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button refresh(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent refresh light_button with specified check_state,...
static light_button zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button underline(xtd::forms::check_state check_state)
Create a system-defined light_button that represent underline light_button with specified and check_s...
static light_button print(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button convert(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent convert light_button with specified parent,...
static light_button jump_to(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_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 light_button that represent down light_button with specified parent,...
static light_button window(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent window light_button with specified parent,...
static light_button properties(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent properties light_button with specified check_stat...
static light_button window(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent window light_button with specified check_state,...
static light_button close(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent close light_button with specified check_state,...
static light_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 light_button that represent new_ light_button with specified parent,...
static light_button unindent(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent unindent light_button with specified check_state,...
static light_button contents()
Create a system-defined light_button that represent contents light_button.
static light_button underline(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent underline light_button with specified check_state...
static light_button bold(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent bold light_button with specified parent,...
static light_button yes(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_button properties(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button bottom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bottom light_button with specified parent,...
static light_button tools(const control &parent)
Create a system-defined light_button that represent tools light_button with specified parent.
static light_button redo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent redo light_button with specified parent,...
static light_button undelete(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undelete light_button with specified three_state,...
static light_button customize(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent customize light_button with specified parent,...
static light_button edit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent edit light_button with specified three_state,...
static light_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::string &name)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button help(const drawing::point &location)
Create a system-defined light_button that represent help light_button with specified location.
static light_button no(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent no light_button with specified three_state,...
static light_button remove(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button strikeout()
Create a system-defined light_button that represent strikeout light_button.
static light_button info(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button retry(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent retry light_button with specified three_state,...
static light_button retry(const drawing::point &location)
Create a system-defined light_button that represent retry light_button with specified location.
static light_button ok(const drawing::point &location)
Create a system-defined light_button that represent ok light_button with specified location.
static light_button customize(xtd::forms::check_state check_state)
Create a system-defined light_button that represent customize light_button with specified and check_s...
static light_button retry(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button remove(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent remove light_button with specified check_state,...
static light_button customize(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent customize light_button with specified three_state...
static light_button edit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button zoom_out(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button actual_size(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent actual_size light_button with specified location,...
static light_button floppy(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button close(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent close light_button with specified location,...
static light_button print_preview(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent print_preview light_button with specified three_s...
static light_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 light_button that represent revert_to_saved light_button with specified paren...
static light_button align_left(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button clear(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent clear light_button with specified parent,...
static light_button index(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent index light_button with specified parent,...
static light_button font(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button contents(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent contents light_button with specified location,...
static light_button ascending(xtd::forms::check_state check_state)
Create a system-defined light_button that represent ascending light_button with specified and check_s...
static light_button ignore(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button last(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent last light_button with specified parent,...
static light_button refresh(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent refresh light_button with specified parent,...
static light_button jump_to(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent jump_to light_button with specified three_state,...
static light_button indent(xtd::forms::check_state check_state)
Create a system-defined light_button that represent indent light_button with specified and check_stat...
static light_button abort()
Create a system-defined light_button that represent abort light_button.
static light_button unindent(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent unindent light_button with specified three_state,...
static light_button zoom_in(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button yes(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent yes light_button with specified three_state,...
static light_button descending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent descending light_button with specified three_stat...
static light_button color(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent color light_button with specified parent,...
static light_button execute(const drawing::point &location)
Create a system-defined light_button that represent execute light_button with specified location.
static light_button view(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent view light_button with specified parent,...
static light_button tools(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button underline(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent underline light_button with specified location,...
static light_button about(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent about light_button with specified three_state,...
static light_button edit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent edit light_button with specified three_state,...
static light_button cut(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_button select_all(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent select_all light_button with specified check_stat...
static light_button cut(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cut light_button with specified three_state,...
static light_button abort(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_button print_preview(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print_preview light_button with specified three_s...
static light_button justified(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent justified light_button with specified three_state...
static light_button abort(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent abort light_button with specified check_state,...
static light_button undo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_button harddisk(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button no(const drawing::point &location)
Create a system-defined light_button that represent no light_button with specified location.
static light_button ok(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ok light_button with specified check_state,...
static light_button underline(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent underline light_button with specified three_state...
static light_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 light_button that represent alignment light_button with specified parent,...
static light_button spell_check(const drawing::point &location)
Create a system-defined light_button that represent spell_check light_button with specified location.
static light_button actual_size(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent actual_size light_button with specified three_sta...
static light_button paste(const control &parent)
Create a system-defined light_button that represent paste light_button with specified parent.
static light_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::string &name)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button descending(const drawing::point &location)
Create a system-defined light_button that represent descending light_button with specified location.
static light_button convert(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent convert light_button with specified check_state,...
static light_button cdrom(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cdrom light_button with specified location,...
static light_button save(const drawing::point &location)
Create a system-defined light_button that represent save light_button with specified location.
static light_button convert(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent convert light_button with specified three_state,...
static light_button settings(const drawing::point &location)
Create a system-defined light_button that represent settings light_button with specified location.
static light_button copy(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button zoom_to_fit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent,...
static light_button home()
Create a system-defined light_button that represent home light_button.
static light_button forward(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent forward light_button with specified three_state,...
static light_button about(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button copy(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent copy light_button with specified parent,...
static light_button cdrom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cdrom light_button with specified check_state,...
static light_button apply(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button find(xtd::forms::check_state check_state)
Create a system-defined light_button that represent find light_button with specified and check_state.
static light_button down(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button indent()
Create a system-defined light_button that represent indent light_button.
static light_button zoom_out(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent zoom_out light_button with specified parent,...
static light_button search(xtd::forms::check_state check_state)
Create a system-defined light_button that represent search light_button with specified and check_stat...
static light_button remove(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button spell_check(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent spell_check light_button with specified location,...
static light_button retry(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button retry(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent retry light_button with specified location,...
static light_button jump_to(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent jump_to light_button with specified parent,...
static light_button copy(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent copy light_button with specified check_state,...
static light_button select_all(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button zoom_in(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_in light_button with specified parent,...
static light_button save(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save light_button with specified location,...
static light_button harddisk(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent harddisk light_button with specified parent,...
static light_button save(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent save light_button with specified parent,...
static light_button new_(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent new_ light_button with specified location,...
static light_button properties(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent properties light_button with specified parent,...
static light_button execute(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent execute light_button with specified parent,...
static light_button bold(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent bold light_button with specified three_state,...
static light_button index(const control &parent)
Create a system-defined light_button that represent index light_button with specified parent.
static light_button search(const drawing::point &location)
Create a system-defined light_button that represent search light_button with specified location.
static light_button help(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent help light_button with specified three_state,...
static light_button ignore(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ignore light_button with specified three_state,...
static light_button spell_check(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent spell_check light_button with specified check_sta...
static light_button clear(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent clear light_button with specified three_state,...
static light_button color(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent color light_button with specified three_state,...
static light_button align_left()
Create a system-defined light_button that represent align_left light_button.
static light_button color(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent color light_button with specified check_state,...
static light_button info(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent info light_button with specified parent,...
static light_button underline(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent underline light_button with specified location,...
static light_button jump_to(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent jump_to light_button with specified check_state,...
static light_button font(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent font light_button with specified check_state,...
static light_button about(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent about light_button with specified location,...
static light_button no(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent no light_button with specified location,...
static light_button remove(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_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 light_button that represent network light_button with specified parent,...
static light_button ignore(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent ignore light_button with specified location,...
static light_button open(const control &parent)
Create a system-defined light_button that represent open light_button with specified parent.
static light_button previous(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent strikeout light_button with specified parent,...
static light_button search(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent search light_button with specified three_state,...
static light_button tools(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent tools light_button with specified location,...
static light_button options(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent options light_button with specified parent,...
static light_button select_all(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent select_all light_button with specified parent,...
static light_button options(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent options light_button with specified check_state,...
static light_button floppy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent floppy light_button with specified check_state,...
static light_button convert(const drawing::point &location)
Create a system-defined light_button that represent convert light_button with specified location.
static light_button underline(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent underline light_button with specified parent,...
static light_button up(xtd::forms::check_state check_state)
Create a system-defined light_button that represent up light_button with specified and check_state.
static light_button back(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button down(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button retry(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent retry light_button with specified parent,...
static light_button previous(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button bold(xtd::forms::check_state check_state)
Create a system-defined light_button that represent bold light_button with specified and check_state.
static light_button italic(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent italic light_button with specified check_state,...
static light_button jump_to(const drawing::point &location)
Create a system-defined light_button that represent jump_to light_button with specified location.
static light_button actual_size(xtd::forms::check_state check_state)
Create a system-defined light_button that represent actual_size light_button with specified and check...
static light_button ascending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button up(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent up light_button with specified three_state,...
static light_button ignore(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button open(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent open light_button with specified location,...
static light_button copy(const control &parent)
Create a system-defined light_button that represent copy light_button with specified parent.
static light_button replace(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_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 light_button that represent spell_check light_button with specified parent,...
static light_button customize(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent customize light_button with specified three_state...
static light_button index(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent index light_button with specified three_state,...
static light_button paste(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button paste(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent paste light_button with specified parent,...
static light_button find(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent find light_button with specified parent,...
static light_button find()
Create a system-defined light_button that represent find light_button.
static light_button ignore(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ignore light_button with specified parent,...
static light_button indent(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button top(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent top light_button with specified parent,...
static light_button color(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent color light_button with specified three_state,...
static light_button remove(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent remove light_button with specified parent,...
static light_button actual_size(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button stop(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button align_left(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button cut(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cut light_button with specified parent,...
static light_button customize(const control &parent)
Create a system-defined light_button that represent customize light_button with specified parent.
static light_button convert(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent convert light_button with specified three_state,...
static light_button centered(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent centered light_button with specified three_state,...
static light_button first(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button find(const drawing::point &location)
Create a system-defined light_button that represent find light_button with specified location.
static light_button print(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print light_button with specified parent,...
static light_button unindent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent unindent light_button with specified three_state,...
static light_button apply()
Create a system-defined light_button that represent apply light_button.
static light_button quit(const drawing::point &location)
Create a system-defined light_button that represent quit light_button with specified location.
static light_button properties(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent properties light_button with specified location,...
static light_button cdrom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent cdrom light_button with specified check_state,...
static light_button print(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent print light_button with specified three_state,...
static light_button preferences(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button new_(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent new_ light_button with specified check_state,...
static light_button forward(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent forward light_button with specified three_state,...
static light_button centered(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent centered light_button with specified parent,...
static light_button ascending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ascending light_button with specified parent,...
static light_button next(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent next light_button with specified location,...
static light_button file(xtd::forms::check_state check_state)
Create a system-defined light_button that represent file light_button with specified and check_state.
static light_button stop(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent stop light_button with specified parent,...
static light_button forward(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button file(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent file light_button with specified location,...
static light_button new_(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent new_ light_button with specified parent,...
static light_button file(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent file light_button with specified three_state,...
static light_button file(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent file light_button with specified three_state,...
static light_button strikeout(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent strikeout light_button with specified check_state...
static light_button print_preview(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent print_preview light_button with specified parent,...
static light_button indent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent indent light_button with specified parent,...
static light_button search(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent search light_button with specified location,...
static light_button no(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent no light_button with specified three_state,...
static light_button next(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button underline(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent underline light_button with specified three_state...
static light_button edit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent edit light_button with specified three_state,...
static light_button align_right(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent align_right light_button with specified three_sta...
static light_button undo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent undo light_button with specified parent,...
static light_button undo(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent undo light_button with specified check_state,...
static light_button font(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent font light_button with specified location,...
static light_button down(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent down light_button with specified parent,...
static light_button floppy(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent floppy light_button with specified parent,...
static light_button actual_size(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent actual_size light_button with specified parent,...
static light_button stop(const control &parent)
Create a system-defined light_button that represent stop light_button with specified parent.
static light_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 light_button that represent edit light_button with specified parent,...
static light_button top(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent top light_button with specified three_state,...
static light_button network(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button descending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent descending light_button with specified parent,...
static light_button forward(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent forward light_button with specified parent,...
static light_button no(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button last(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent last light_button with specified location,...
static light_button add(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent add light_button with specified check_state,...
static light_button italic()
Create a system-defined light_button that represent italic light_button.
static light_button contents(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent contents light_button with specified check_state,...
static light_button stop(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent stop light_button with specified check_state,...
static light_button italic(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button justified(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button add(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_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 light_button that represent redo light_button with specified parent,...
static light_button help(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent help light_button with specified check_state,...
static light_button next(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent next light_button with specified parent,...
static light_button apply(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent apply light_button with specified check_state,...
static light_button network(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent network light_button with specified check_state,...
static light_button underline(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent underline light_button with specified check_state...
static light_button abort(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent abort light_button with specified check_state,...
static light_button alignment(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent alignment light_button with specified three_state...
static light_button edit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button align_right(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent align_right light_button with specified location,...
static light_button network(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent network light_button with specified parent,...
static light_button bottom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent bottom light_button with specified three_state,...
static light_button abort(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent abort light_button with specified parent,...
static light_button execute(xtd::forms::check_state check_state)
Create a system-defined light_button that represent execute light_button with specified and check_sta...
static light_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 light_button that represent ok light_button with specified parent,...
static light_button options(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent options light_button with specified three_state,...
static light_button add(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent add light_button with specified parent,...
static light_button underline(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent underline light_button with specified three_state...
static light_button find(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent find light_button with specified check_state,...
static light_button back(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent back light_button with specified parent,...
static light_button harddisk(const control &parent)
Create a system-defined light_button that represent harddisk light_button with specified parent.
static light_button edit(xtd::forms::check_state check_state)
Create a system-defined light_button that represent edit light_button with specified and check_state.
static light_button no(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button select_all(const control &parent)
Create a system-defined light_button that represent select_all light_button with specified parent.
static light_button first(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent first light_button with specified parent,...
static light_button cancel(const control &parent)
Create a system-defined light_button that represent cancel light_button with specified parent.
static light_button contents(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent contents light_button with specified three_state,...
static light_button ascending(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ascending light_button with specified location,...
static light_button no(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent no light_button with specified parent,...
static light_button retry(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent retry light_button with specified check_state,...
static light_button preferences(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent preferences light_button with specified parent,...
static light_button strikeout(const drawing::point &location)
Create a system-defined light_button that represent strikeout light_button with specified location.
static light_button previous(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button revert_to_saved(const drawing::point &location)
Create a system-defined light_button that represent revert_to_saved light_button with specified locat...
static light_button print(const drawing::point &location)
Create a system-defined light_button that represent print light_button with specified location.
static light_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 light_button that represent first light_button with specified parent,...
static light_button zoom_out(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent zoom_out light_button with specified three_state,...
static light_button align_left(const control &parent, const drawing::point &location)
Create a system-defined light_button that represent align_left light_button with specified parent,...
static light_button italic(const control &parent)
Create a system-defined light_button that represent italic light_button with specified parent.
static light_button unindent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent unindent light_button with specified check_state,...
static light_button previous(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent previous light_button with specified parent,...
static light_button retry(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent retry light_button with specified location,...
static light_button tools(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent tools light_button with specified check_state,...
static light_button clear(xtd::forms::check_state check_state)
Create a system-defined light_button that represent clear light_button with specified and check_state...
static light_button up(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent up light_button with specified check_state,...
static light_button close(const control &parent)
Create a system-defined light_button that represent close light_button with specified parent.
static light_button del()
Create a system-defined light_button that represent del light_button.
static light_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 light_button that represent execute light_button with specified parent,...
static light_button execute(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent execute light_button with specified three_state,...
static light_button italic(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button redo(const drawing::point &location)
Create a system-defined light_button that represent redo light_button with specified location.
static light_button file(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent file light_button with specified parent,...
static light_button about(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button italic(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent italic light_button with specified parent,...
static light_button undelete(const drawing::point &location)
Create a system-defined light_button that represent undelete light_button with specified location.
static light_button about(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent about light_button with specified parent,...
static light_button cut(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent cut light_button with specified three_state,...
static light_button add(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent add light_button with specified three_state,...
static light_button replace(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent replace light_button with specified parent,...
static light_button font(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent font light_button with specified parent,...
static light_button ignore(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent ignore light_button with specified three_state,...
static light_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 light_button that represent align_left light_button with specified parent,...
static light_button centered(const control &parent)
Create a system-defined light_button that represent centered light_button with specified parent.
static light_button file(const drawing::point &location)
Create a system-defined light_button that represent file light_button with specified location.
static light_button help()
Create a system-defined light_button that represent help light_button.
static light_button descending(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent descending light_button with specified location,...
static light_button edit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent edit light_button with specified parent,...
static light_button align_left(const control &parent)
Create a system-defined light_button that represent align_left light_button with specified parent.
static light_button quit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent quit light_button with specified three_state,...
static light_button abort(const control &parent)
Create a system-defined light_button that represent abort light_button with specified parent.
static light_button index(xtd::forms::check_state check_state)
Create a system-defined light_button that represent index light_button with specified and check_state...
static light_button apply(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent apply light_button with specified parent,...
static light_button undo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent undo light_button with specified three_state,...
static light_button open(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button tools(const drawing::point &location)
Create a system-defined light_button that represent tools light_button with specified location.
static light_button preferences(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent preferences light_button with specified three_sta...
static light_button exit(xtd::forms::check_state check_state)
Create a system-defined light_button that represent exit light_button with specified and check_state.
static light_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::string &name)
Create a system-defined light_button that represent spell_check light_button with specified parent,...
static light_button select_all(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent select_all light_button with specified three_stat...
static light_button tools(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent tools light_button with specified parent,...
static light_button yes(bool three_state, xtd::forms::check_state check_state)
Create a system-defined light_button that represent yes light_button with specified three_state,...
static light_button retry(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent retry light_button with specified check_state,...
static light_button print(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent print light_button with specified three_state,...
static light_button justified(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent justified light_button with specified parent,...
static light_button unindent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent unindent light_button with specified parent,...
static light_button select_all(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined light_button that represent select_all light_button with specified three_stat...
static light_button execute(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent execute light_button with specified location,...
static light_button zoom_to_fit(const control &parent)
Create a system-defined light_button that represent zoom_to_fit light_button with specified parent.
static light_button yes(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent yes light_button with specified parent,...
static light_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 light_button that represent actual_size light_button with specified parent,...
static light_button exit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent exit light_button with specified parent,...
static light_button open(const control &parent, xtd::forms::check_state check_state)
Create a system-defined light_button that represent open light_button with specified parent,...
static light_button clear(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined light_button that represent clear light_button with specified location,...
static light_button zoom_out(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent zoom_out light_button with specified check_state,...
static light_button back(const control &parent)
Create a system-defined light_button that represent back light_button with specified parent.
static light_button network(const drawing::point &location, const drawing::size &size)
Create a system-defined light_button that represent network light_button with specified location,...
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
size_t size
Represents a size of any object in bytes.
Definition size.h:23
check_state
Specifies the state of a control, such as a check box, that can be checked, unchecked,...
Definition check_state.h:23
@ location
Specifies that both the x and y coordinates of the control are defined.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::light_button control.