xtd 0.2.0
Loading...
Searching...
No Matches
check_boxes.h
Go to the documentation of this file.
1
4#pragma once
5#include "check_box.h"
6
8namespace xtd {
10 namespace forms {
24 class check_boxes final static_ {
25 public:
27
31 static check_box abort();
98 static check_box abort(const control& parent);
103 static check_box abort(const control& parent, const drawing::point& location);
109 static check_box abort(const control& parent, const drawing::point& location, const drawing::size& size);
116 static check_box abort(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
148 static check_box abort(const control& parent, bool three_state, xtd::forms::check_state check_state);
155 static check_box abort(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
163 static check_box abort(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
172 static check_box 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
176 static check_box about();
243 static check_box about(const control& parent);
248 static check_box about(const control& parent, const drawing::point& location);
254 static check_box about(const control& parent, const drawing::point& location, const drawing::size& size);
261 static check_box about(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
293 static check_box about(const control& parent, bool three_state, xtd::forms::check_state check_state);
300 static check_box about(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
308 static check_box about(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
317 static check_box 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 check_box actual_size(const control& parent);
393 static check_box actual_size(const control& parent, const drawing::point& location);
406 static check_box actual_size(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
438 static check_box actual_size(const control& parent, bool three_state, xtd::forms::check_state check_state);
462 static check_box 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
466 static check_box add();
481 static check_box add(const drawing::point& location, const drawing::size& size, const xtd::string& name);
533 static check_box add(const control& parent);
538 static check_box add(const control& parent, const drawing::point& location);
544 static check_box add(const control& parent, const drawing::point& location, const drawing::size& size);
551 static check_box add(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
583 static check_box add(const control& parent, bool three_state, xtd::forms::check_state check_state);
590 static check_box add(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
598 static check_box add(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
607 static check_box 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 check_box alignment(const control& parent);
683 static check_box alignment(const control& parent, const drawing::point& location);
689 static check_box alignment(const control& parent, const drawing::point& location, const drawing::size& size);
696 static check_box alignment(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
728 static check_box alignment(const control& parent, bool three_state, xtd::forms::check_state check_state);
735 static check_box alignment(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
752 static check_box 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 check_box align_left(const control& parent);
828 static check_box align_left(const control& parent, const drawing::point& location);
834 static check_box align_left(const control& parent, const drawing::point& location, const drawing::size& size);
841 static check_box align_left(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
873 static check_box align_left(const control& parent, bool three_state, xtd::forms::check_state check_state);
897 static check_box 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 check_box align_right(const control& parent);
973 static check_box align_right(const control& parent, const drawing::point& location);
986 static check_box align_right(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1018 static check_box align_right(const control& parent, bool three_state, xtd::forms::check_state check_state);
1042 static check_box 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 check_box apply(const control& parent);
1118 static check_box apply(const control& parent, const drawing::point& location);
1124 static check_box apply(const control& parent, const drawing::point& location, const drawing::size& size);
1131 static check_box apply(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1163 static check_box apply(const control& parent, bool three_state, xtd::forms::check_state check_state);
1170 static check_box apply(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1178 static check_box apply(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
1187 static check_box 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 check_box ascending(const control& parent);
1263 static check_box ascending(const control& parent, const drawing::point& location);
1269 static check_box ascending(const control& parent, const drawing::point& location, const drawing::size& size);
1276 static check_box ascending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1308 static check_box ascending(const control& parent, bool three_state, xtd::forms::check_state check_state);
1332 static check_box 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
1336 static check_box back();
1403 static check_box back(const control& parent);
1408 static check_box back(const control& parent, const drawing::point& location);
1414 static check_box back(const control& parent, const drawing::point& location, const drawing::size& size);
1421 static check_box back(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1453 static check_box back(const control& parent, bool three_state, xtd::forms::check_state check_state);
1460 static check_box back(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1468 static check_box back(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
1477 static check_box 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
1481 static check_box bold();
1548 static check_box bold(const control& parent);
1553 static check_box bold(const control& parent, const drawing::point& location);
1559 static check_box bold(const control& parent, const drawing::point& location, const drawing::size& size);
1566 static check_box bold(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1598 static check_box bold(const control& parent, bool three_state, xtd::forms::check_state check_state);
1605 static check_box bold(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1613 static check_box bold(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
1622 static check_box 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 check_box bottom(const control& parent);
1698 static check_box bottom(const control& parent, const drawing::point& location);
1704 static check_box bottom(const control& parent, const drawing::point& location, const drawing::size& size);
1711 static check_box bottom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1743 static check_box bottom(const control& parent, bool three_state, xtd::forms::check_state check_state);
1750 static check_box bottom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1758 static check_box bottom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
1767 static check_box 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 check_box cancel(const control& parent);
1843 static check_box cancel(const control& parent, const drawing::point& location);
1849 static check_box cancel(const control& parent, const drawing::point& location, const drawing::size& size);
1856 static check_box cancel(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
1888 static check_box cancel(const control& parent, bool three_state, xtd::forms::check_state check_state);
1895 static check_box cancel(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
1903 static check_box cancel(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
1912 static check_box 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 check_box cdrom(const control& parent);
1988 static check_box cdrom(const control& parent, const drawing::point& location);
1994 static check_box cdrom(const control& parent, const drawing::point& location, const drawing::size& size);
2001 static check_box cdrom(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2033 static check_box cdrom(const control& parent, bool three_state, xtd::forms::check_state check_state);
2040 static check_box cdrom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2048 static check_box cdrom(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
2057 static check_box 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 check_box centered(const control& parent);
2133 static check_box centered(const control& parent, const drawing::point& location);
2139 static check_box centered(const control& parent, const drawing::point& location, const drawing::size& size);
2146 static check_box centered(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2178 static check_box centered(const control& parent, bool three_state, xtd::forms::check_state check_state);
2185 static check_box centered(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2202 static check_box 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 check_box clear(const control& parent);
2278 static check_box clear(const control& parent, const drawing::point& location);
2284 static check_box clear(const control& parent, const drawing::point& location, const drawing::size& size);
2291 static check_box clear(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2323 static check_box clear(const control& parent, bool three_state, xtd::forms::check_state check_state);
2330 static check_box clear(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2338 static check_box clear(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
2347 static check_box 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 check_box close(const control& parent);
2423 static check_box close(const control& parent, const drawing::point& location);
2429 static check_box close(const control& parent, const drawing::point& location, const drawing::size& size);
2436 static check_box close(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2468 static check_box close(const control& parent, bool three_state, xtd::forms::check_state check_state);
2475 static check_box close(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2483 static check_box close(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
2492 static check_box 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 check_box color(const control& parent);
2568 static check_box color(const control& parent, const drawing::point& location);
2574 static check_box color(const control& parent, const drawing::point& location, const drawing::size& size);
2581 static check_box color(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2613 static check_box color(const control& parent, bool three_state, xtd::forms::check_state check_state);
2620 static check_box color(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2628 static check_box color(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
2637 static check_box 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 check_box contents(const control& parent);
2713 static check_box contents(const control& parent, const drawing::point& location);
2719 static check_box contents(const control& parent, const drawing::point& location, const drawing::size& size);
2726 static check_box contents(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2758 static check_box contents(const control& parent, bool three_state, xtd::forms::check_state check_state);
2765 static check_box contents(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2782 static check_box 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 check_box convert(const control& parent);
2858 static check_box convert(const control& parent, const drawing::point& location);
2864 static check_box convert(const control& parent, const drawing::point& location, const drawing::size& size);
2871 static check_box convert(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
2903 static check_box convert(const control& parent, bool three_state, xtd::forms::check_state check_state);
2910 static check_box convert(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
2927 static check_box 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
2931 static check_box copy();
2998 static check_box copy(const control& parent);
3003 static check_box copy(const control& parent, const drawing::point& location);
3009 static check_box copy(const control& parent, const drawing::point& location, const drawing::size& size);
3016 static check_box copy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3048 static check_box copy(const control& parent, bool three_state, xtd::forms::check_state check_state);
3055 static check_box copy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3063 static check_box copy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
3072 static check_box 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 check_box customize(const control& parent);
3148 static check_box customize(const control& parent, const drawing::point& location);
3154 static check_box customize(const control& parent, const drawing::point& location, const drawing::size& size);
3161 static check_box customize(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3193 static check_box customize(const control& parent, bool three_state, xtd::forms::check_state check_state);
3217 static check_box 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
3221 static check_box cut();
3288 static check_box cut(const control& parent);
3293 static check_box cut(const control& parent, const drawing::point& location);
3299 static check_box cut(const control& parent, const drawing::point& location, const drawing::size& size);
3306 static check_box cut(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3338 static check_box cut(const control& parent, bool three_state, xtd::forms::check_state check_state);
3345 static check_box cut(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3353 static check_box cut(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
3362 static check_box 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
3366 static check_box del();
3433 static check_box del(const control& parent);
3438 static check_box del(const control& parent, const drawing::point& location);
3444 static check_box del(const control& parent, const drawing::point& location, const drawing::size& size);
3451 static check_box del(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3483 static check_box del(const control& parent, bool three_state, xtd::forms::check_state check_state);
3490 static check_box del(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3498 static check_box del(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
3507 static check_box 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 check_box descending(const control& parent);
3583 static check_box descending(const control& parent, const drawing::point& location);
3596 static check_box descending(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3628 static check_box descending(const control& parent, bool three_state, xtd::forms::check_state check_state);
3652 static check_box 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
3656 static check_box down();
3723 static check_box down(const control& parent);
3728 static check_box down(const control& parent, const drawing::point& location);
3734 static check_box down(const control& parent, const drawing::point& location, const drawing::size& size);
3741 static check_box down(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3773 static check_box down(const control& parent, bool three_state, xtd::forms::check_state check_state);
3780 static check_box down(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3788 static check_box down(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
3797 static check_box 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
3801 static check_box edit();
3868 static check_box edit(const control& parent);
3873 static check_box edit(const control& parent, const drawing::point& location);
3879 static check_box edit(const control& parent, const drawing::point& location, const drawing::size& size);
3886 static check_box edit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
3918 static check_box edit(const control& parent, bool three_state, xtd::forms::check_state check_state);
3925 static check_box edit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
3933 static check_box edit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
3942 static check_box 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 check_box execute(const control& parent);
4018 static check_box execute(const control& parent, const drawing::point& location);
4024 static check_box execute(const control& parent, const drawing::point& location, const drawing::size& size);
4031 static check_box execute(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4063 static check_box execute(const control& parent, bool three_state, xtd::forms::check_state check_state);
4070 static check_box execute(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4087 static check_box 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
4091 static check_box exit();
4158 static check_box exit(const control& parent);
4163 static check_box exit(const control& parent, const drawing::point& location);
4169 static check_box exit(const control& parent, const drawing::point& location, const drawing::size& size);
4176 static check_box exit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4208 static check_box exit(const control& parent, bool three_state, xtd::forms::check_state check_state);
4215 static check_box exit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4223 static check_box exit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
4232 static check_box 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
4236 static check_box file();
4303 static check_box file(const control& parent);
4308 static check_box file(const control& parent, const drawing::point& location);
4314 static check_box file(const control& parent, const drawing::point& location, const drawing::size& size);
4321 static check_box file(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4353 static check_box file(const control& parent, bool three_state, xtd::forms::check_state check_state);
4360 static check_box file(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4368 static check_box file(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
4377 static check_box 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
4381 static check_box find();
4448 static check_box find(const control& parent);
4453 static check_box find(const control& parent, const drawing::point& location);
4459 static check_box find(const control& parent, const drawing::point& location, const drawing::size& size);
4466 static check_box find(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4498 static check_box find(const control& parent, bool three_state, xtd::forms::check_state check_state);
4505 static check_box find(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4513 static check_box find(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
4522 static check_box 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 check_box first(const control& parent);
4598 static check_box first(const control& parent, const drawing::point& location);
4604 static check_box first(const control& parent, const drawing::point& location, const drawing::size& size);
4611 static check_box first(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4643 static check_box first(const control& parent, bool three_state, xtd::forms::check_state check_state);
4650 static check_box first(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4658 static check_box first(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
4667 static check_box 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 check_box floppy(const control& parent);
4743 static check_box floppy(const control& parent, const drawing::point& location);
4749 static check_box floppy(const control& parent, const drawing::point& location, const drawing::size& size);
4756 static check_box floppy(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4788 static check_box floppy(const control& parent, bool three_state, xtd::forms::check_state check_state);
4795 static check_box floppy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4803 static check_box floppy(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
4812 static check_box 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
4816 static check_box font();
4883 static check_box font(const control& parent);
4888 static check_box font(const control& parent, const drawing::point& location);
4894 static check_box font(const control& parent, const drawing::point& location, const drawing::size& size);
4901 static check_box font(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
4933 static check_box font(const control& parent, bool three_state, xtd::forms::check_state check_state);
4940 static check_box font(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
4948 static check_box font(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
4957 static check_box 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 check_box forward(const control& parent);
5033 static check_box forward(const control& parent, const drawing::point& location);
5039 static check_box forward(const control& parent, const drawing::point& location, const drawing::size& size);
5046 static check_box forward(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5078 static check_box forward(const control& parent, bool three_state, xtd::forms::check_state check_state);
5085 static check_box forward(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5102 static check_box 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 check_box harddisk(const control& parent);
5178 static check_box harddisk(const control& parent, const drawing::point& location);
5184 static check_box harddisk(const control& parent, const drawing::point& location, const drawing::size& size);
5191 static check_box harddisk(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5223 static check_box harddisk(const control& parent, bool three_state, xtd::forms::check_state check_state);
5230 static check_box harddisk(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5247 static check_box 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
5251 static check_box help();
5318 static check_box help(const control& parent);
5323 static check_box help(const control& parent, const drawing::point& location);
5329 static check_box help(const control& parent, const drawing::point& location, const drawing::size& size);
5336 static check_box help(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5368 static check_box help(const control& parent, bool three_state, xtd::forms::check_state check_state);
5375 static check_box help(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5383 static check_box help(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
5392 static check_box 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
5396 static check_box home();
5463 static check_box home(const control& parent);
5468 static check_box home(const control& parent, const drawing::point& location);
5474 static check_box home(const control& parent, const drawing::point& location, const drawing::size& size);
5481 static check_box home(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5513 static check_box home(const control& parent, bool three_state, xtd::forms::check_state check_state);
5520 static check_box home(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5528 static check_box home(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
5537 static check_box 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 check_box ignore(const control& parent);
5613 static check_box ignore(const control& parent, const drawing::point& location);
5619 static check_box ignore(const control& parent, const drawing::point& location, const drawing::size& size);
5626 static check_box ignore(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5658 static check_box ignore(const control& parent, bool three_state, xtd::forms::check_state check_state);
5665 static check_box ignore(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5673 static check_box ignore(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
5682 static check_box 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 check_box indent(const control& parent);
5758 static check_box indent(const control& parent, const drawing::point& location);
5764 static check_box indent(const control& parent, const drawing::point& location, const drawing::size& size);
5771 static check_box indent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5803 static check_box indent(const control& parent, bool three_state, xtd::forms::check_state check_state);
5810 static check_box indent(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5818 static check_box indent(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
5827 static check_box 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 check_box index(const control& parent);
5903 static check_box index(const control& parent, const drawing::point& location);
5909 static check_box index(const control& parent, const drawing::point& location, const drawing::size& size);
5916 static check_box index(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
5948 static check_box index(const control& parent, bool three_state, xtd::forms::check_state check_state);
5955 static check_box index(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
5963 static check_box index(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
5972 static check_box 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
5976 static check_box info();
6043 static check_box info(const control& parent);
6048 static check_box info(const control& parent, const drawing::point& location);
6054 static check_box info(const control& parent, const drawing::point& location, const drawing::size& size);
6061 static check_box info(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6093 static check_box info(const control& parent, bool three_state, xtd::forms::check_state check_state);
6100 static check_box info(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6108 static check_box info(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
6117 static check_box 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 check_box italic(const control& parent);
6193 static check_box italic(const control& parent, const drawing::point& location);
6199 static check_box italic(const control& parent, const drawing::point& location, const drawing::size& size);
6206 static check_box italic(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6238 static check_box italic(const control& parent, bool three_state, xtd::forms::check_state check_state);
6245 static check_box italic(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6253 static check_box italic(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
6262 static check_box 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 check_box justified(const control& parent);
6338 static check_box justified(const control& parent, const drawing::point& location);
6344 static check_box justified(const control& parent, const drawing::point& location, const drawing::size& size);
6351 static check_box justified(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6383 static check_box justified(const control& parent, bool three_state, xtd::forms::check_state check_state);
6407 static check_box 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 check_box jump_to(const control& parent);
6483 static check_box jump_to(const control& parent, const drawing::point& location);
6489 static check_box jump_to(const control& parent, const drawing::point& location, const drawing::size& size);
6496 static check_box jump_to(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6528 static check_box jump_to(const control& parent, bool three_state, xtd::forms::check_state check_state);
6535 static check_box jump_to(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6552 static check_box 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
6556 static check_box last();
6623 static check_box last(const control& parent);
6628 static check_box last(const control& parent, const drawing::point& location);
6634 static check_box last(const control& parent, const drawing::point& location, const drawing::size& size);
6641 static check_box last(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6673 static check_box last(const control& parent, bool three_state, xtd::forms::check_state check_state);
6680 static check_box last(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6688 static check_box last(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
6697 static check_box 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 check_box network(const control& parent);
6773 static check_box network(const control& parent, const drawing::point& location);
6779 static check_box network(const control& parent, const drawing::point& location, const drawing::size& size);
6786 static check_box network(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6818 static check_box network(const control& parent, bool three_state, xtd::forms::check_state check_state);
6825 static check_box network(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6842 static check_box 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
6846 static check_box new_();
6913 static check_box new_(const control& parent);
6918 static check_box new_(const control& parent, const drawing::point& location);
6924 static check_box new_(const control& parent, const drawing::point& location, const drawing::size& size);
6931 static check_box new_(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
6963 static check_box new_(const control& parent, bool three_state, xtd::forms::check_state check_state);
6970 static check_box new_(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
6978 static check_box new_(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
6987 static check_box 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
6991 static check_box next();
7058 static check_box next(const control& parent);
7063 static check_box next(const control& parent, const drawing::point& location);
7069 static check_box next(const control& parent, const drawing::point& location, const drawing::size& size);
7076 static check_box next(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7108 static check_box next(const control& parent, bool three_state, xtd::forms::check_state check_state);
7115 static check_box next(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7123 static check_box next(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7132 static check_box 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
7136 static check_box no();
7151 static check_box no(const drawing::point& location, const drawing::size& size, const xtd::string& name);
7203 static check_box no(const control& parent);
7208 static check_box no(const control& parent, const drawing::point& location);
7214 static check_box no(const control& parent, const drawing::point& location, const drawing::size& size);
7221 static check_box no(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7253 static check_box no(const control& parent, bool three_state, xtd::forms::check_state check_state);
7260 static check_box no(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7268 static check_box no(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7277 static check_box 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
7281 static check_box ok();
7296 static check_box ok(const drawing::point& location, const drawing::size& size, const xtd::string& name);
7348 static check_box ok(const control& parent);
7353 static check_box ok(const control& parent, const drawing::point& location);
7359 static check_box ok(const control& parent, const drawing::point& location, const drawing::size& size);
7366 static check_box ok(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7398 static check_box ok(const control& parent, bool three_state, xtd::forms::check_state check_state);
7405 static check_box ok(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7413 static check_box ok(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7422 static check_box 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
7426 static check_box open();
7493 static check_box open(const control& parent);
7498 static check_box open(const control& parent, const drawing::point& location);
7504 static check_box open(const control& parent, const drawing::point& location, const drawing::size& size);
7511 static check_box open(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7543 static check_box open(const control& parent, bool three_state, xtd::forms::check_state check_state);
7550 static check_box open(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7558 static check_box open(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7567 static check_box 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 check_box options(const control& parent);
7643 static check_box options(const control& parent, const drawing::point& location);
7649 static check_box options(const control& parent, const drawing::point& location, const drawing::size& size);
7656 static check_box options(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7688 static check_box options(const control& parent, bool three_state, xtd::forms::check_state check_state);
7695 static check_box options(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7712 static check_box 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 check_box paste(const control& parent);
7788 static check_box paste(const control& parent, const drawing::point& location);
7794 static check_box paste(const control& parent, const drawing::point& location, const drawing::size& size);
7801 static check_box paste(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7833 static check_box paste(const control& parent, bool three_state, xtd::forms::check_state check_state);
7840 static check_box paste(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
7848 static check_box paste(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
7857 static check_box 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 check_box preferences(const control& parent);
7933 static check_box preferences(const control& parent, const drawing::point& location);
7946 static check_box preferences(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
7978 static check_box preferences(const control& parent, bool three_state, xtd::forms::check_state check_state);
8002 static check_box 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 check_box previous(const control& parent);
8078 static check_box previous(const control& parent, const drawing::point& location);
8084 static check_box previous(const control& parent, const drawing::point& location, const drawing::size& size);
8091 static check_box previous(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8123 static check_box previous(const control& parent, bool three_state, xtd::forms::check_state check_state);
8130 static check_box previous(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8147 static check_box 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 check_box print(const control& parent);
8223 static check_box print(const control& parent, const drawing::point& location);
8229 static check_box print(const control& parent, const drawing::point& location, const drawing::size& size);
8236 static check_box print(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8268 static check_box print(const control& parent, bool three_state, xtd::forms::check_state check_state);
8275 static check_box print(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8283 static check_box print(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
8292 static check_box 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 check_box print_preview(const control& parent);
8381 static check_box print_preview(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8413 static check_box print_preview(const control& parent, bool three_state, xtd::forms::check_state check_state);
8437 static check_box 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 check_box properties(const control& parent);
8513 static check_box properties(const control& parent, const drawing::point& location);
8526 static check_box properties(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8558 static check_box properties(const control& parent, bool three_state, xtd::forms::check_state check_state);
8582 static check_box 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
8586 static check_box quit();
8653 static check_box quit(const control& parent);
8658 static check_box quit(const control& parent, const drawing::point& location);
8664 static check_box quit(const control& parent, const drawing::point& location, const drawing::size& size);
8671 static check_box quit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8703 static check_box quit(const control& parent, bool three_state, xtd::forms::check_state check_state);
8710 static check_box quit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8718 static check_box quit(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
8727 static check_box 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
8731 static check_box redo();
8798 static check_box redo(const control& parent);
8803 static check_box redo(const control& parent, const drawing::point& location);
8809 static check_box redo(const control& parent, const drawing::point& location, const drawing::size& size);
8816 static check_box redo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8848 static check_box redo(const control& parent, bool three_state, xtd::forms::check_state check_state);
8855 static check_box redo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
8863 static check_box redo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
8872 static check_box 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 check_box refresh(const control& parent);
8948 static check_box refresh(const control& parent, const drawing::point& location);
8954 static check_box refresh(const control& parent, const drawing::point& location, const drawing::size& size);
8961 static check_box refresh(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
8993 static check_box refresh(const control& parent, bool three_state, xtd::forms::check_state check_state);
9000 static check_box refresh(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9017 static check_box 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 check_box remove(const control& parent);
9093 static check_box remove(const control& parent, const drawing::point& location);
9099 static check_box remove(const control& parent, const drawing::point& location, const drawing::size& size);
9106 static check_box remove(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9138 static check_box remove(const control& parent, bool three_state, xtd::forms::check_state check_state);
9145 static check_box remove(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9153 static check_box remove(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
9162 static check_box 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 check_box replace(const control& parent);
9238 static check_box replace(const control& parent, const drawing::point& location);
9244 static check_box replace(const control& parent, const drawing::point& location, const drawing::size& size);
9251 static check_box replace(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9283 static check_box replace(const control& parent, bool three_state, xtd::forms::check_state check_state);
9290 static check_box replace(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9307 static check_box 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 check_box retry(const control& parent);
9383 static check_box retry(const control& parent, const drawing::point& location);
9389 static check_box retry(const control& parent, const drawing::point& location, const drawing::size& size);
9396 static check_box retry(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9428 static check_box retry(const control& parent, bool three_state, xtd::forms::check_state check_state);
9435 static check_box retry(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9443 static check_box retry(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
9452 static check_box 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 check_box revert_to_saved(const control& parent);
9541 static check_box revert_to_saved(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9573 static check_box revert_to_saved(const control& parent, bool three_state, xtd::forms::check_state check_state);
9597 static check_box 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);
9598
9601 static check_box save();
9668 static check_box save(const control& parent);
9673 static check_box save(const control& parent, const drawing::point& location);
9679 static check_box save(const control& parent, const drawing::point& location, const drawing::size& size);
9686 static check_box save(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9718 static check_box save(const control& parent, bool three_state, xtd::forms::check_state check_state);
9725 static check_box save(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9733 static check_box save(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
9742 static check_box 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 check_box save_as(const control& parent);
9818 static check_box save_as(const control& parent, const drawing::point& location);
9824 static check_box save_as(const control& parent, const drawing::point& location, const drawing::size& size);
9831 static check_box save_as(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
9863 static check_box save_as(const control& parent, bool three_state, xtd::forms::check_state check_state);
9870 static check_box save_as(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
9887 static check_box 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 check_box search(const control& parent);
9963 static check_box search(const control& parent, const drawing::point& location);
9969 static check_box search(const control& parent, const drawing::point& location, const drawing::size& size);
9976 static check_box search(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10008 static check_box search(const control& parent, bool three_state, xtd::forms::check_state check_state);
10015 static check_box search(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
10023 static check_box search(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
10032 static check_box 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 check_box select_all(const control& parent);
10108 static check_box select_all(const control& parent, const drawing::point& location);
10121 static check_box select_all(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10153 static check_box select_all(const control& parent, bool three_state, xtd::forms::check_state check_state);
10177 static check_box 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 check_box settings(const control& parent);
10253 static check_box settings(const control& parent, const drawing::point& location);
10259 static check_box settings(const control& parent, const drawing::point& location, const drawing::size& size);
10266 static check_box settings(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10298 static check_box settings(const control& parent, bool three_state, xtd::forms::check_state check_state);
10305 static check_box settings(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
10322 static check_box 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 check_box spell_check(const control& parent);
10398 static check_box spell_check(const control& parent, const drawing::point& location);
10411 static check_box spell_check(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10443 static check_box spell_check(const control& parent, bool three_state, xtd::forms::check_state check_state);
10467 static check_box 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
10471 static check_box stop();
10538 static check_box stop(const control& parent);
10543 static check_box stop(const control& parent, const drawing::point& location);
10549 static check_box stop(const control& parent, const drawing::point& location, const drawing::size& size);
10556 static check_box stop(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10588 static check_box stop(const control& parent, bool three_state, xtd::forms::check_state check_state);
10595 static check_box stop(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
10603 static check_box stop(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
10612 static check_box 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 check_box strikeout(const control& parent);
10688 static check_box strikeout(const control& parent, const drawing::point& location);
10694 static check_box strikeout(const control& parent, const drawing::point& location, const drawing::size& size);
10701 static check_box strikeout(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10733 static check_box strikeout(const control& parent, bool three_state, xtd::forms::check_state check_state);
10757 static check_box 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 check_box tools(const control& parent);
10833 static check_box tools(const control& parent, const drawing::point& location);
10839 static check_box tools(const control& parent, const drawing::point& location, const drawing::size& size);
10846 static check_box tools(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
10878 static check_box tools(const control& parent, bool three_state, xtd::forms::check_state check_state);
10885 static check_box tools(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
10893 static check_box tools(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
10902 static check_box 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
10906 static check_box top();
10973 static check_box top(const control& parent);
10978 static check_box top(const control& parent, const drawing::point& location);
10984 static check_box top(const control& parent, const drawing::point& location, const drawing::size& size);
10991 static check_box top(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11023 static check_box top(const control& parent, bool three_state, xtd::forms::check_state check_state);
11030 static check_box top(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11038 static check_box top(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
11047 static check_box 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 check_box undelete(const control& parent);
11123 static check_box undelete(const control& parent, const drawing::point& location);
11129 static check_box undelete(const control& parent, const drawing::point& location, const drawing::size& size);
11136 static check_box undelete(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11168 static check_box undelete(const control& parent, bool three_state, xtd::forms::check_state check_state);
11175 static check_box undelete(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11192 static check_box 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 check_box underline(const control& parent);
11268 static check_box underline(const control& parent, const drawing::point& location);
11274 static check_box underline(const control& parent, const drawing::point& location, const drawing::size& size);
11281 static check_box underline(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11313 static check_box underline(const control& parent, bool three_state, xtd::forms::check_state check_state);
11337 static check_box 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
11341 static check_box undo();
11408 static check_box undo(const control& parent);
11413 static check_box undo(const control& parent, const drawing::point& location);
11419 static check_box undo(const control& parent, const drawing::point& location, const drawing::size& size);
11426 static check_box undo(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11458 static check_box undo(const control& parent, bool three_state, xtd::forms::check_state check_state);
11465 static check_box undo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11473 static check_box undo(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
11482 static check_box 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 check_box unindent(const control& parent);
11558 static check_box unindent(const control& parent, const drawing::point& location);
11564 static check_box unindent(const control& parent, const drawing::point& location, const drawing::size& size);
11571 static check_box unindent(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11603 static check_box unindent(const control& parent, bool three_state, xtd::forms::check_state check_state);
11610 static check_box unindent(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11627 static check_box 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
11631 static check_box up();
11646 static check_box up(const drawing::point& location, const drawing::size& size, const xtd::string& name);
11698 static check_box up(const control& parent);
11703 static check_box up(const control& parent, const drawing::point& location);
11709 static check_box up(const control& parent, const drawing::point& location, const drawing::size& size);
11716 static check_box up(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11748 static check_box up(const control& parent, bool three_state, xtd::forms::check_state check_state);
11755 static check_box up(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11763 static check_box up(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
11772 static check_box 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
11776 static check_box view();
11843 static check_box view(const control& parent);
11848 static check_box view(const control& parent, const drawing::point& location);
11854 static check_box view(const control& parent, const drawing::point& location, const drawing::size& size);
11861 static check_box view(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
11893 static check_box view(const control& parent, bool three_state, xtd::forms::check_state check_state);
11900 static check_box view(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
11908 static check_box view(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
11917 static check_box 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 check_box window(const control& parent);
11993 static check_box window(const control& parent, const drawing::point& location);
11999 static check_box window(const control& parent, const drawing::point& location, const drawing::size& size);
12006 static check_box window(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12038 static check_box window(const control& parent, bool three_state, xtd::forms::check_state check_state);
12045 static check_box window(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
12053 static check_box window(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
12062 static check_box 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
12066 static check_box yes();
12133 static check_box yes(const control& parent);
12138 static check_box yes(const control& parent, const drawing::point& location);
12144 static check_box yes(const control& parent, const drawing::point& location, const drawing::size& size);
12151 static check_box yes(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12183 static check_box yes(const control& parent, bool three_state, xtd::forms::check_state check_state);
12190 static check_box yes(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
12198 static check_box yes(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location, const drawing::size& size);
12207 static check_box 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 check_box zoom_in(const control& parent);
12283 static check_box zoom_in(const control& parent, const drawing::point& location);
12289 static check_box zoom_in(const control& parent, const drawing::point& location, const drawing::size& size);
12296 static check_box zoom_in(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12328 static check_box zoom_in(const control& parent, bool three_state, xtd::forms::check_state check_state);
12335 static check_box zoom_in(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
12352 static check_box 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 check_box zoom_out(const control& parent);
12428 static check_box zoom_out(const control& parent, const drawing::point& location);
12434 static check_box zoom_out(const control& parent, const drawing::point& location, const drawing::size& size);
12441 static check_box zoom_out(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12473 static check_box zoom_out(const control& parent, bool three_state, xtd::forms::check_state check_state);
12480 static check_box zoom_out(const control& parent, bool three_state, xtd::forms::check_state check_state, const drawing::point& location);
12497 static check_box 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 check_box zoom_to_fit(const control& parent);
12573 static check_box zoom_to_fit(const control& parent, const drawing::point& location);
12586 static check_box zoom_to_fit(const control& parent, const drawing::point& location, const drawing::size& size, const xtd::string& name);
12618 static check_box zoom_to_fit(const control& parent, bool three_state, xtd::forms::check_state check_state);
12642 static check_box 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
Represents a Windows check_box.
Definition check_box.h:45
Provides a collection of check_box objects for use by a Windows Forms application.
Definition check_boxes.h:24
static check_box last(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent last check_box with specified parent,...
static check_box open(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent open check_box with specified check_state,...
static check_box clear(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent clear check_box with specified check_state,...
static check_box ok(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ok check_box with specified check_state,...
static check_box zoom_to_fit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_to_fit check_box with specified check_state,...
static check_box 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 check_box that represent print check_box with specified parent,...
static check_box replace(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent replace check_box with specified parent,...
static check_box font(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent font check_box with specified check_state,...
static check_box color(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent color check_box with specified check_state,...
static check_box index(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent index check_box with specified parent,...
static check_box add(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent add check_box with specified three_state,...
static check_box customize(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent customize check_box with specified location,...
static check_box 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 check_box that represent preferences check_box with specified parent,...
static check_box 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 check_box that represent search check_box with specified parent,...
static check_box search(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent search check_box with specified parent,...
static check_box centered(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent centered check_box with specified check_state,...
static check_box preferences()
Create a system-defined check_box that represent preferences check_box.
static check_box redo(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent redo check_box with specified check_state,...
static check_box ignore(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ignore check_box with specified three_state,...
static check_box 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 check_box that represent underline check_box with specified parent,...
static check_box no(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent no check_box with specified parent,...
static check_box select_all(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent select_all check_box with specified location,...
static check_box search(xtd::forms::check_state check_state)
Create a system-defined check_box that represent search check_box with specified and check_state.
static check_box 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 check_box that represent view check_box with specified parent,...
static check_box revert_to_saved(const control &parent)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent.
static check_box align_right(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent align_right check_box with specified location,...
static check_box 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 check_box that represent clear check_box with specified parent,...
static check_box justified(xtd::forms::check_state check_state)
Create a system-defined check_box that represent justified check_box with specified and check_state.
static check_box 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 check_box that represent centered check_box with specified three_state,...
static check_box file(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent file check_box with specified three_state,...
static check_box cut(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cut check_box with specified check_state,...
static check_box settings(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent settings check_box with specified three_state,...
static check_box edit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent edit check_box with specified parent,...
static check_box revert_to_saved(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent,...
static check_box cancel(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cancel check_box with specified parent,...
static check_box bottom(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bottom check_box with specified location,...
static check_box 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 check_box that represent tools check_box with specified parent,...
static check_box execute(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent execute check_box with specified check_state,...
static check_box undelete(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent undelete check_box with specified parent,...
static check_box redo()
Create a system-defined check_box that represent redo check_box.
static check_box revert_to_saved(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent,...
static check_box 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 check_box that represent print_preview check_box with specified parent,...
static check_box 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 check_box that represent save_as check_box with specified parent,...
static check_box no(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent no check_box with specified parent,...
static check_box 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 check_box that represent apply check_box with specified parent,...
static check_box paste(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent paste check_box with specified three_state,...
static check_box 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 check_box that represent print check_box with specified three_state,...
static check_box replace(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent replace check_box with specified three_state,...
static check_box actual_size(const drawing::point &location)
Create a system-defined check_box that represent actual_size check_box with specified location.
static check_box exit(xtd::forms::check_state check_state)
Create a system-defined check_box that represent exit check_box with specified and check_state.
static check_box unindent(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent unindent check_box with specified parent,...
static check_box copy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent copy check_box with specified parent,...
static check_box 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 check_box that represent file check_box with specified three_state,...
static check_box 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 check_box that represent bold check_box with specified three_state,...
static check_box info(xtd::forms::check_state check_state)
Create a system-defined check_box that represent info check_box with specified and check_state.
static check_box replace(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent replace check_box with specified check_state,...
static check_box new_(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent new_ check_box with specified three_state,...
static check_box find(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent find check_box with specified parent,...
static check_box 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 check_box that represent floppy check_box with specified parent,...
static check_box convert(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent convert check_box with specified parent,...
static check_box zoom_in(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent zoom_in check_box with specified check_state,...
static check_box indent(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent indent check_box with specified location,...
static check_box new_(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent new_ check_box with specified parent,...
static check_box paste(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent paste check_box with specified parent,...
static check_box replace(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent replace check_box with specified location,...
static check_box top(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent top check_box with specified location,...
static check_box yes(xtd::forms::check_state check_state)
Create a system-defined check_box that represent yes check_box with specified and check_state.
static check_box execute(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent execute check_box with specified check_state,...
static check_box 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 check_box that represent italic check_box with specified three_state,...
static check_box copy(const control &parent)
Create a system-defined check_box that represent copy check_box with specified parent.
static check_box color(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent color check_box with specified parent,...
static check_box 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 check_box that represent search check_box with specified three_state,...
static check_box search(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent search check_box with specified three_state,...
static check_box index(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent index check_box with specified check_state,...
static check_box apply(xtd::forms::check_state check_state)
Create a system-defined check_box that represent apply check_box with specified and check_state.
static check_box 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 check_box that represent exit check_box with specified parent,...
static check_box font(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent font check_box with specified parent,...
static check_box print_preview(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print_preview check_box with specified three_state,...
static check_box forward(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent forward check_box with specified parent,...
static check_box add()
Create a system-defined check_box that represent add check_box.
static check_box forward(xtd::forms::check_state check_state)
Create a system-defined check_box that represent forward check_box with specified and check_state.
static check_box remove(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent remove check_box with specified parent,...
static check_box revert_to_saved(const drawing::point &location)
Create a system-defined check_box that represent revert_to_saved check_box with specified location.
static check_box stop(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent stop check_box with specified three_state,...
static check_box apply(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent apply check_box with specified parent,...
static check_box ok(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ok check_box with specified three_state,...
static check_box bottom(xtd::forms::check_state check_state)
Create a system-defined check_box that represent bottom check_box with specified and check_state.
static check_box align_left(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent align_left check_box with specified parent,...
static check_box view(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent view check_box with specified parent,...
static check_box index(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent index check_box with specified parent,...
static check_box 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 check_box that represent about check_box with specified parent,...
static check_box preferences(xtd::forms::check_state check_state)
Create a system-defined check_box that represent preferences check_box with specified and check_state...
static check_box yes(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent yes check_box with specified check_state,...
static check_box 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 check_box that represent apply check_box with specified three_state,...
static check_box customize(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent customize check_box with specified parent,...
static check_box close(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent close check_box with specified three_state,...
static check_box 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 check_box that represent justified check_box with specified parent,...
static check_box find(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent find check_box with specified parent,...
static check_box bottom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent bottom check_box with specified parent,...
static check_box zoom_to_fit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent zoom_to_fit check_box with specified location,...
static check_box print(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent print check_box with specified parent,...
static check_box find(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent find check_box with specified three_state,...
static check_box add(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent add check_box with specified location,...
static check_box alignment(const control &parent)
Create a system-defined check_box that represent alignment check_box with specified parent.
static check_box del(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent del check_box with specified check_state,...
static check_box paste(const control &parent)
Create a system-defined check_box that represent paste check_box with specified parent.
static check_box align_right(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_right check_box with specified parent,...
static check_box ascending()
Create a system-defined check_box that represent ascending check_box.
static check_box retry(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent retry check_box with specified parent,...
static check_box replace(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent replace check_box with specified parent,...
static check_box bottom(const control &parent)
Create a system-defined check_box that represent bottom check_box with specified parent.
static check_box jump_to(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent jump_to check_box with specified parent,...
static check_box revert_to_saved(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent,...
static check_box print(xtd::forms::check_state check_state)
Create a system-defined check_box that represent print check_box with specified and check_state.
static check_box select_all(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent select_all check_box with specified parent,...
static check_box strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent strikeout check_box with specified parent,...
static check_box 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 check_box that represent unindent check_box with specified parent,...
static check_box 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 check_box that represent zoom_out check_box with specified parent,...
static check_box 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 check_box that represent harddisk check_box with specified parent,...
static check_box unindent(const control &parent)
Create a system-defined check_box that represent unindent check_box with specified parent.
static check_box print(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print check_box with specified location,...
static check_box about(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent about check_box with specified parent,...
static check_box 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 check_box that represent color check_box with specified parent,...
static check_box justified(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent justified check_box with specified location,...
static check_box last(const control &parent)
Create a system-defined check_box that represent last check_box with specified parent.
static check_box zoom_in(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_in check_box with specified parent,...
static check_box floppy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent floppy check_box with specified parent,...
static check_box 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 check_box that represent undelete check_box with specified parent,...
static check_box paste(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent paste check_box with specified check_state,...
static check_box save(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent save check_box with specified parent,...
static check_box unindent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent unindent check_box with specified parent,...
static check_box no(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent no check_box with specified three_state,...
static check_box properties(const drawing::point &location)
Create a system-defined check_box that represent properties check_box with specified location.
static check_box quit(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent quit check_box with specified parent,...
static check_box replace(xtd::forms::check_state check_state)
Create a system-defined check_box that represent replace check_box with specified and check_state.
static check_box execute()
Create a system-defined check_box that represent execute check_box.
static check_box properties(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent properties check_box with specified parent,...
static check_box down(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent down check_box with specified check_state,...
static check_box preferences(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent preferences check_box with specified location,...
static check_box add(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent add check_box with specified parent,...
static check_box find(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent find check_box with specified parent,...
static check_box open(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent open check_box with specified parent,...
static check_box down(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent down check_box with specified three_state,...
static check_box del(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent del check_box with specified parent,...
static check_box indent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent indent check_box with specified check_state,...
static check_box spell_check(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent spell_check check_box with specified check_state,...
static check_box 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 check_box that represent ignore check_box with specified parent,...
static check_box color(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent color check_box with specified location,...
static check_box edit(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent edit check_box with specified location,...
static check_box select_all(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent select_all check_box with specified location,...
static check_box actual_size(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent actual_size check_box with specified parent,...
static check_box redo(xtd::forms::check_state check_state)
Create a system-defined check_box that represent redo check_box with specified and check_state.
static check_box cdrom(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent cdrom check_box with specified parent,...
static check_box retry(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent retry check_box with specified check_state,...
static check_box options(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent options check_box with specified check_state,...
static check_box index(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent index check_box with specified check_state,...
static check_box 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 check_box that represent refresh check_box with specified parent,...
static check_box 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 check_box that represent back check_box with specified parent,...
static check_box 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 check_box that represent remove check_box with specified parent,...
static check_box about(xtd::forms::check_state check_state)
Create a system-defined check_box that represent about check_box with specified and check_state.
static check_box jump_to(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent jump_to check_box with specified check_state,...
static check_box save_as(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent save_as check_box with specified location,...
static check_box align_right(const control &parent)
Create a system-defined check_box that represent align_right check_box with specified parent.
static check_box add(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent add check_box with specified parent,...
static check_box remove(xtd::forms::check_state check_state)
Create a system-defined check_box that represent remove check_box with specified and check_state.
static check_box 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 check_box that represent preferences check_box with specified parent,...
static check_box convert(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent convert check_box with specified parent,...
static check_box 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 check_box that represent paste check_box with specified parent,...
static check_box undelete(xtd::forms::check_state check_state)
Create a system-defined check_box that represent undelete check_box with specified and check_state.
static check_box 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 check_box that represent back check_box with specified parent,...
static check_box centered(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent centered check_box with specified parent,...
static check_box actual_size(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent actual_size check_box with specified location,...
static check_box ascending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ascending check_box with specified parent,...
static check_box search(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent search check_box with specified parent,...
static check_box alignment(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent alignment check_box with specified parent,...
static check_box convert(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent convert check_box with specified parent,...
static check_box 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 check_box that represent redo check_box with specified three_state,...
static check_box quit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent quit check_box with specified three_state,...
static check_box yes(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent yes check_box with specified parent,...
static check_box 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 check_box that represent open check_box with specified parent,...
static check_box settings(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent settings check_box with specified check_state,...
static check_box no(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent no check_box with specified parent,...
static check_box zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state,...
static check_box clear(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent clear check_box with specified check_state,...
static check_box ok(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ok check_box with specified parent,...
static check_box strikeout(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent strikeout check_box with specified parent,...
static check_box floppy(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent floppy check_box with specified parent,...
static check_box 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 check_box that represent clear check_box with specified three_state,...
static check_box contents(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent contents check_box with specified check_state,...
static check_box 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 check_box that represent del check_box with specified three_state,...
static check_box 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 check_box that represent replace check_box with specified parent,...
static check_box 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 check_box that represent zoom_to_fit check_box with specified parent,...
static check_box open(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent open check_box with specified check_state,...
static check_box contents(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent contents check_box with specified check_state,...
static check_box alignment(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent alignment check_box with specified check_state,...
static check_box apply(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent apply check_box with specified location,...
static check_box 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 check_box that represent cancel check_box with specified parent,...
static check_box 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 check_box that represent view check_box with specified three_state,...
static check_box revert_to_saved()
Create a system-defined check_box that represent revert_to_saved check_box.
static check_box new_(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent new_ check_box with specified check_state,...
static check_box align_left(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent align_left check_box with specified parent,...
static check_box unindent(const drawing::point &location)
Create a system-defined check_box that represent unindent check_box with specified location.
static check_box del(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent del check_box with specified location,...
static check_box descending(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent descending check_box with specified location,...
static check_box search(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent search check_box with specified parent,...
static check_box 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 check_box that represent clear check_box with specified parent,...
static check_box window(const drawing::point &location)
Create a system-defined check_box that represent window check_box with specified location.
static check_box replace(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent replace check_box with specified three_state,...
static check_box up(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent up check_box with specified three_state,...
static check_box 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 check_box that represent strikeout check_box with specified three_state,...
static check_box first(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent first check_box with specified three_state,...
static check_box window(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent window check_box with specified location,...
static check_box ascending(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ascending check_box with specified location,...
static check_box index(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent index check_box with specified three_state,...
static check_box close(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent close check_box with specified parent,...
static check_box 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 check_box that represent font check_box with specified three_state,...
static check_box align_right(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_right check_box with specified parent,...
static check_box cdrom(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cdrom check_box with specified check_state,...
static check_box no(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent no check_box with specified parent,...
static check_box clear(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent clear check_box with specified check_state,...
static check_box zoom_out(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_out check_box with specified parent,...
static check_box options(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent options check_box with specified three_state,...
static check_box back(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent back check_box with specified parent,...
static check_box zoom_in(const drawing::point &location)
Create a system-defined check_box that represent zoom_in check_box with specified location.
static check_box forward(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent forward check_box with specified parent,...
static check_box save(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent save check_box with specified parent,...
static check_box cut(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cut check_box with specified parent,...
static check_box down(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent down check_box with specified parent,...
static check_box descending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent descending check_box with specified parent,...
static check_box retry(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent retry check_box with specified location,...
static check_box next(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent next check_box with specified three_state,...
static check_box open(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent open check_box with specified parent,...
static check_box retry(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent retry check_box with specified check_state,...
static check_box options(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent options check_box with specified three_state,...
static check_box find(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent find check_box with specified parent,...
static check_box no(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent no check_box with specified parent,...
static check_box jump_to(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent jump_to check_box with specified three_state,...
static check_box ascending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ascending check_box with specified three_state,...
static check_box 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 check_box that represent open check_box with specified three_state,...
static check_box forward(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent forward check_box with specified location,...
static check_box align_left(const drawing::point &location)
Create a system-defined check_box that represent align_left check_box with specified location.
static check_box help(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent help check_box with specified parent,...
static check_box quit(const control &parent)
Create a system-defined check_box that represent quit check_box with specified parent.
static check_box retry(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent retry check_box with specified three_state,...
static check_box execute(const drawing::point &location)
Create a system-defined check_box that represent execute check_box with specified location.
static check_box abort(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent abort check_box with specified parent,...
static check_box ascending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ascending check_box with specified three_state,...
static check_box forward(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent forward check_box with specified three_state,...
static check_box undo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undo check_box with specified parent,...
static check_box 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 check_box that represent new_ check_box with specified parent,...
static check_box print(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent print check_box with specified parent,...
static check_box floppy(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent floppy check_box with specified parent,...
static check_box alignment(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent alignment check_box with specified parent,...
static check_box clear(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent clear check_box with specified parent,...
static check_box 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 check_box that represent customize check_box with specified three_state,...
static check_box print(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent print check_box with specified parent,...
static check_box 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 check_box that represent actual_size check_box with specified three_state,...
static check_box cancel(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent cancel check_box with specified parent,...
static check_box spell_check(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent spell_check check_box with specified parent,...
static check_box unindent(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent unindent check_box with specified three_state,...
static check_box previous(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent previous check_box with specified location,...
static check_box cdrom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cdrom check_box with specified parent,...
static check_box jump_to(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent jump_to check_box with specified parent,...
static check_box preferences(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent preferences check_box with specified parent,...
static check_box centered(xtd::forms::check_state check_state)
Create a system-defined check_box that represent centered check_box with specified and check_state.
static check_box edit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent edit check_box with specified three_state,...
static check_box ascending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ascending check_box with specified check_state,...
static check_box about(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent about check_box with specified parent,...
static check_box 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 check_box that represent new_ check_box with specified parent,...
static check_box retry(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent retry check_box with specified parent,...
static check_box exit(const control &parent)
Create a system-defined check_box that represent exit check_box with specified parent.
static check_box del(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent del check_box with specified check_state,...
static check_box previous(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent previous check_box with specified parent,...
static check_box 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 check_box that represent home check_box with specified parent,...
static check_box unindent(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent unindent check_box with specified parent,...
static check_box 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 check_box that represent actual_size check_box with specified parent,...
static check_box underline(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent underline check_box with specified parent,...
static check_box properties(xtd::forms::check_state check_state)
Create a system-defined check_box that represent properties check_box with specified and check_state.
static check_box floppy(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent floppy check_box with specified location,...
static check_box cdrom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cdrom check_box with specified three_state,...
static check_box italic(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent italic check_box with specified parent,...
static check_box up(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent up check_box with specified check_state,...
static check_box centered(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent centered check_box with specified parent,...
static check_box harddisk(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent harddisk check_box with specified parent,...
static check_box home(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent home check_box with specified check_state,...
static check_box 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 check_box that represent align_left check_box with specified parent,...
static check_box cut(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cut check_box with specified location,...
static check_box customize(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent customize check_box with specified three_state,...
static check_box save_as(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent save_as check_box with specified three_state,...
static check_box print_preview(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent print_preview check_box with specified parent,...
static check_box 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 check_box that represent stop check_box with specified parent,...
static check_box cut(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cut check_box with specified parent,...
static check_box save_as(const drawing::point &location)
Create a system-defined check_box that represent save_as check_box with specified location.
static check_box 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 check_box that represent zoom_in check_box with specified three_state,...
static check_box execute(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent execute check_box with specified parent,...
static check_box clear(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent clear check_box with specified parent,...
static check_box retry(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent retry check_box with specified parent,...
static check_box 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 check_box that represent cdrom check_box with specified three_state,...
static check_box home(xtd::forms::check_state check_state)
Create a system-defined check_box that represent home check_box with specified and check_state.
static check_box 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 check_box that represent spell_check check_box with specified three_state,...
static check_box customize(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent customize check_box with specified parent,...
static check_box no(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent no check_box with specified parent,...
static check_box 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 check_box that represent print_preview check_box with specified parent,...
static check_box view(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent view check_box with specified location,...
static check_box spell_check(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent spell_check check_box with specified three_state,...
static check_box bold(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent bold check_box with specified parent,...
static check_box previous(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent previous check_box with specified check_state,...
static check_box 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 check_box that represent find check_box with specified three_state,...
static check_box zoom_to_fit(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent,...
static check_box 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 check_box that represent replace check_box with specified parent,...
static check_box 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 check_box that represent convert check_box with specified parent,...
static check_box customize(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent customize check_box with specified three_state,...
static check_box abort(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent abort check_box with specified three_state,...
static check_box indent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent indent check_box with specified parent,...
static check_box unindent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent unindent check_box with specified parent,...
static check_box help(const drawing::point &location)
Create a system-defined check_box that represent help check_box with specified location.
static check_box window(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent window check_box with specified check_state,...
static check_box bold(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent bold check_box with specified three_state,...
static check_box del(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent del check_box with specified parent,...
static check_box alignment(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent alignment check_box with specified location,...
static check_box color(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent color check_box with specified parent,...
static check_box 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 check_box that represent help check_box with specified parent,...
static check_box 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 check_box that represent font check_box with specified parent,...
static check_box 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 check_box that represent window check_box with specified parent,...
static check_box contents(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent contents check_box with specified parent,...
static check_box 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 check_box that represent revert_to_saved check_box with specified parent,...
static check_box bold(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent bold check_box with specified three_state,...
static check_box back(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent back check_box with specified three_state,...
static check_box new_(const drawing::point &location)
Create a system-defined check_box that represent new_ check_box with specified location.
static check_box undo(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent undo check_box with specified check_state,...
static check_box floppy(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent floppy check_box with specified parent,...
static check_box 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 check_box that represent justified check_box with specified three_state,...
static check_box customize(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent customize check_box with specified location,...
static check_box info(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent info check_box with specified three_state,...
static check_box retry(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent retry check_box with specified location,...
static check_box refresh(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent refresh check_box with specified parent,...
static check_box top()
Create a system-defined check_box that represent top check_box.
static check_box 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 check_box that represent yes check_box with specified parent,...
static check_box no(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent no check_box with specified three_state,...
static check_box clear(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent clear check_box with specified three_state,...
static check_box search(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent search check_box with specified parent,...
static check_box info(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent info check_box with specified parent,...
static check_box apply(const control &parent)
Create a system-defined check_box that represent apply check_box with specified parent.
static check_box copy(xtd::forms::check_state check_state)
Create a system-defined check_box that represent copy check_box with specified and check_state.
static check_box alignment(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent alignment check_box with specified three_state,...
static check_box stop(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent stop check_box with specified parent,...
static check_box bottom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bottom check_box with specified parent,...
static check_box floppy(const control &parent)
Create a system-defined check_box that represent floppy check_box with specified parent.
static check_box close(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent close check_box with specified check_state,...
static check_box 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 check_box that represent preferences check_box with specified three_state,...
static check_box about(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent about check_box with specified location,...
static check_box ascending(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent ascending check_box with specified parent,...
static check_box cut(xtd::forms::check_state check_state)
Create a system-defined check_box that represent cut check_box with specified and check_state.
static check_box ok(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent ok check_box with specified parent,...
static check_box quit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent quit check_box with specified parent,...
static check_box descending(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent descending check_box with specified parent,...
static check_box 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 check_box that represent customize check_box with specified parent,...
static check_box bottom(const drawing::point &location)
Create a system-defined check_box that represent bottom check_box with specified location.
static check_box window(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent window check_box with specified three_state,...
static check_box save_as(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent save_as check_box with specified parent,...
static check_box zoom_out(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent zoom_out check_box with specified parent,...
static check_box properties(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent properties check_box with specified check_state,...
static check_box align_right(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent align_right check_box with specified parent,...
static check_box tools(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent tools check_box with specified parent,...
static check_box italic(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent italic check_box with specified parent,...
static check_box 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 check_box that represent properties check_box with specified parent,...
static check_box find(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent find check_box with specified parent,...
static check_box cancel(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cancel check_box with specified location,...
static check_box save(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent save check_box with specified parent,...
static check_box bottom(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent bottom check_box with specified parent,...
static check_box redo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent redo check_box with specified check_state,...
static check_box copy(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent copy check_box with specified location,...
static check_box actual_size(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent actual_size check_box with specified parent,...
static check_box strikeout(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent strikeout check_box with specified parent,...
static check_box close(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent close check_box with specified parent,...
static check_box floppy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent floppy check_box with specified check_state,...
static check_box clear(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent clear check_box with specified parent,...
static check_box preferences(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent preferences check_box with specified check_state,...
static check_box unindent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent unindent check_box with specified parent,...
static check_box view(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent view check_box with specified check_state,...
static check_box undelete(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent undelete check_box with specified location,...
static check_box 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 check_box that represent find check_box with specified parent,...
static check_box cut(const control &parent)
Create a system-defined check_box that represent cut check_box with specified parent.
static check_box ignore(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ignore check_box with specified parent,...
static check_box settings(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent settings check_box with specified parent,...
static check_box ascending(xtd::forms::check_state check_state)
Create a system-defined check_box that represent ascending check_box with specified and check_state.
static check_box justified(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent justified check_box with specified three_state,...
static check_box copy(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent copy check_box with specified location,...
static check_box exit(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent exit check_box with specified parent,...
static check_box 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 check_box that represent align_right check_box with specified three_state,...
static check_box add(const control &parent)
Create a system-defined check_box that represent add check_box with specified parent.
static check_box print(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent print check_box with specified three_state,...
static check_box 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 check_box that represent del check_box with specified parent,...
static check_box properties(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent properties check_box with specified parent,...
static check_box save(const control &parent)
Create a system-defined check_box that represent save check_box with specified parent.
static check_box settings(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent settings check_box with specified parent,...
static check_box info(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent info check_box with specified parent,...
static check_box tools(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent tools check_box with specified three_state,...
static check_box abort(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent abort check_box with specified three_state,...
static check_box settings(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent settings check_box with specified three_state,...
static check_box underline(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent underline check_box with specified location,...
static check_box close(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent close check_box with specified parent,...
static check_box forward(const control &parent)
Create a system-defined check_box that represent forward check_box with specified parent.
static check_box revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent,...
static check_box about(const control &parent)
Create a system-defined check_box that represent about check_box with specified parent.
static check_box bottom(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent bottom check_box with specified location,...
static check_box font(const control &parent)
Create a system-defined check_box that represent font check_box with specified parent.
static check_box back(xtd::forms::check_state check_state)
Create a system-defined check_box that represent back check_box with specified and check_state.
static check_box 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 check_box that represent bold check_box with specified parent,...
static check_box undo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undo check_box with specified check_state,...
static check_box execute(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent execute check_box with specified check_state,...
static check_box strikeout(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent strikeout check_box with specified check_state,...
static check_box actual_size(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent actual_size check_box with specified parent,...
static check_box select_all(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent select_all check_box with specified three_state,...
static check_box new_(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent new_ check_box with specified parent,...
static check_box save_as(const control &parent)
Create a system-defined check_box that represent save_as check_box with specified parent.
static check_box back(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent back check_box with specified location,...
static check_box add(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent add check_box with specified parent,...
static check_box top(const control &parent)
Create a system-defined check_box that represent top check_box with specified parent.
static check_box revert_to_saved(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent,...
static check_box harddisk(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent harddisk check_box with specified parent,...
static check_box revert_to_saved(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent revert_to_saved check_box with specified location,...
static check_box help(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent help check_box with specified parent,...
static check_box edit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent edit check_box with specified check_state,...
static check_box 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 check_box that represent remove check_box with specified parent,...
static check_box find(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent find check_box with specified parent,...
static check_box copy(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent copy check_box with specified three_state,...
static check_box 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 check_box that represent save_as check_box with specified parent,...
static check_box floppy(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent floppy check_box with specified location,...
static check_box contents(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent contents check_box with specified three_state,...
static check_box jump_to(xtd::forms::check_state check_state)
Create a system-defined check_box that represent jump_to check_box with specified and check_state.
static check_box edit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent edit check_box with specified three_state,...
static check_box del(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent del check_box with specified parent,...
static check_box search(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent search check_box with specified parent,...
static check_box clear(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent clear check_box with specified three_state,...
static check_box zoom_to_fit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state,...
static check_box align_right(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent align_right check_box with specified parent,...
static check_box paste(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent paste check_box with specified parent,...
static check_box convert()
Create a system-defined check_box that represent convert check_box.
static check_box print_preview(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent print_preview check_box with specified location,...
static check_box index(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent index check_box with specified parent,...
static check_box open(const drawing::point &location)
Create a system-defined check_box that represent open check_box with specified location.
static check_box tools(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent tools check_box with specified three_state,...
static check_box zoom_out(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_out check_box with specified check_state,...
static check_box ok(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ok check_box with specified parent,...
static check_box 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 check_box that represent network check_box with specified parent,...
static check_box preferences(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent preferences check_box with specified parent,...
static check_box print(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent print check_box with specified three_state,...
static check_box italic(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent italic check_box with specified parent,...
static check_box strikeout(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent strikeout check_box with specified three_state,...
static check_box previous(xtd::forms::check_state check_state)
Create a system-defined check_box that represent previous check_box with specified and check_state.
static check_box save()
Create a system-defined check_box that represent save check_box.
static check_box redo(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent redo check_box with specified parent,...
static check_box quit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent quit check_box with specified parent,...
static check_box zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent,...
static check_box 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 check_box that represent replace check_box with specified parent,...
static check_box font(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent font check_box with specified location,...
static check_box del(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent del check_box with specified parent,...
static check_box view(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent view check_box with specified parent,...
static check_box help(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent help check_box with specified parent,...
static check_box 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 check_box that represent next check_box with specified parent,...
static check_box 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 check_box that represent zoom_out check_box with specified parent,...
static check_box quit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent quit check_box with specified parent,...
static check_box options(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent options check_box with specified three_state,...
static check_box view(const control &parent)
Create a system-defined check_box that represent view check_box with specified parent.
static check_box zoom_in(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_in check_box with specified check_state,...
static check_box 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 check_box that represent cdrom check_box with specified parent,...
static check_box add(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent add check_box with specified parent,...
static check_box harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent harddisk check_box with specified parent,...
static check_box redo(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent redo check_box with specified location,...
static check_box first(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent first check_box with specified parent,...
static check_box undo(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent undo check_box with specified three_state,...
static check_box view(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent view check_box with specified three_state,...
static check_box index(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent index check_box with specified three_state,...
static check_box yes(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent yes check_box with specified parent,...
static check_box bold(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent bold check_box with specified parent,...
static check_box paste(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent paste check_box with specified parent,...
static check_box ok(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ok check_box with specified parent,...
static check_box clear(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent clear check_box with specified parent,...
static check_box ok(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ok check_box with specified parent,...
static check_box 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 check_box that represent index check_box with specified parent,...
static check_box ok(const drawing::point &location)
Create a system-defined check_box that represent ok check_box with specified location.
static check_box floppy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent floppy check_box with specified three_state,...
static check_box bottom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent bottom check_box with specified check_state,...
static check_box customize(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent customize check_box with specified three_state,...
static check_box 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 check_box that represent search check_box with specified parent,...
static check_box cdrom(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cdrom check_box with specified three_state,...
static check_box save_as(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent save_as check_box with specified parent,...
static check_box info(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent info check_box with specified check_state,...
static check_box cancel(xtd::forms::check_state check_state)
Create a system-defined check_box that represent cancel check_box with specified and check_state.
static check_box first(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent first check_box with specified parent,...
static check_box font(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent font check_box with specified check_state,...
static check_box align_right(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent align_right check_box with specified three_state,...
static check_box copy()
Create a system-defined check_box that represent copy check_box.
static check_box 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 check_box that represent strikeout check_box with specified parent,...
static check_box align_right(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent align_right check_box with specified parent,...
static check_box open(const control &parent)
Create a system-defined check_box that represent open check_box with specified parent.
static check_box del(const drawing::point &location)
Create a system-defined check_box that represent del check_box with specified location.
static check_box back(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent back check_box with specified parent,...
static check_box forward(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent forward check_box with specified parent,...
static check_box 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 check_box that represent forward check_box with specified parent,...
static check_box customize(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent customize check_box with specified check_state,...
static check_box cancel(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cancel check_box with specified check_state,...
static check_box alignment(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent alignment check_box with specified parent,...
static check_box edit(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent edit check_box with specified parent,...
static check_box 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 check_box that represent exit check_box with specified parent,...
static check_box bold(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent bold check_box with specified parent,...
static check_box alignment(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent alignment check_box with specified three_state,...
static check_box info(const drawing::point &location)
Create a system-defined check_box that represent info check_box with specified location.
static check_box indent(const control &parent)
Create a system-defined check_box that represent indent check_box with specified parent.
static check_box previous(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent previous check_box with specified parent,...
static check_box convert(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent convert check_box with specified check_state,...
static check_box 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 check_box that represent file check_box with specified parent,...
static check_box properties(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent properties check_box with specified parent,...
static check_box 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 check_box that represent harddisk check_box with specified three_state,...
static check_box refresh(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent refresh check_box with specified check_state,...
static check_box window(const control &parent)
Create a system-defined check_box that represent window check_box with specified parent.
static check_box properties(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent properties check_box with specified three_state,...
static check_box previous(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent previous check_box with specified parent,...
static check_box italic(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent italic check_box with specified parent,...
static check_box paste(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent paste check_box with specified parent,...
static check_box 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 check_box that represent zoom_in check_box with specified parent,...
static check_box network(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent network check_box with specified parent,...
static check_box network(const drawing::point &location)
Create a system-defined check_box that represent network check_box with specified location.
static check_box underline(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent underline check_box with specified parent,...
static check_box down(xtd::forms::check_state check_state)
Create a system-defined check_box that represent down check_box with specified and check_state.
static check_box edit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent edit check_box with specified location,...
static check_box 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 check_box that represent refresh check_box with specified three_state,...
static check_box refresh(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent refresh check_box with specified parent,...
static check_box about(const drawing::point &location)
Create a system-defined check_box that represent about check_box with specified location.
static check_box forward(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent forward check_box with specified parent,...
static check_box new_(xtd::forms::check_state check_state)
Create a system-defined check_box that represent new_ check_box with specified and check_state.
static check_box redo(const control &parent)
Create a system-defined check_box that represent redo check_box with specified parent.
static check_box customize(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent customize check_box with specified parent,...
static check_box cancel(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cancel check_box with specified parent,...
static check_box italic(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent italic check_box with specified parent,...
static check_box cut(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cut check_box with specified parent,...
static check_box align_left(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent align_left check_box with specified location,...
static check_box bottom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bottom check_box with specified check_state,...
static check_box forward(const drawing::point &location)
Create a system-defined check_box that represent forward check_box with specified location.
static check_box yes(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent yes check_box with specified parent,...
static check_box 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 check_box that represent new_ check_box with specified three_state,...
static check_box paste(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent paste check_box with specified location,...
static check_box 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 check_box that represent top check_box with specified parent,...
static check_box align_left(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent align_left check_box with specified parent,...
static check_box 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 check_box that represent options check_box with specified parent,...
static check_box cancel(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cancel check_box with specified three_state,...
static check_box back(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent back check_box with specified parent,...
static check_box bold(const control &parent)
Create a system-defined check_box that represent bold check_box with specified parent.
static check_box undelete(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent undelete check_box with specified parent,...
static check_box copy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent copy check_box with specified three_state,...
static check_box bold(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent bold check_box with specified check_state,...
static check_box next(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent next check_box with specified parent,...
static check_box save(const drawing::point &location)
Create a system-defined check_box that represent save check_box with specified location.
static check_box cut(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cut check_box with specified parent,...
static check_box 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 check_box that represent info check_box with specified parent,...
static check_box 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 check_box that represent down check_box with specified parent,...
static check_box indent(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent indent check_box with specified check_state,...
static check_box retry(const drawing::point &location)
Create a system-defined check_box that represent retry check_box with specified location.
static check_box add(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent add check_box with specified check_state,...
static check_box 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 check_box that represent indent check_box with specified parent,...
static check_box harddisk(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent harddisk check_box with specified three_state,...
static check_box view(xtd::forms::check_state check_state)
Create a system-defined check_box that represent view check_box with specified and check_state.
static check_box info(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent info check_box with specified parent,...
static check_box open()
Create a system-defined check_box that represent open check_box.
static check_box preferences(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent preferences check_box with specified parent,...
static check_box italic(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent italic check_box with specified location,...
static check_box tools(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent tools check_box with specified parent,...
static check_box 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 check_box that represent revert_to_saved check_box with specified three_state...
static check_box alignment(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent alignment check_box with specified location,...
static check_box next(const control &parent)
Create a system-defined check_box that represent next check_box with specified parent.
static check_box font(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent font check_box with specified parent,...
static check_box ignore(const drawing::point &location)
Create a system-defined check_box that represent ignore check_box with specified location.
static check_box apply(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent apply check_box with specified parent,...
static check_box home(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent home check_box with specified parent,...
static check_box yes(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent yes check_box with specified three_state,...
static check_box 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 check_box that represent open check_box with specified parent,...
static check_box 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 check_box that represent zoom_to_fit check_box with specified check_state,...
static check_box cancel(const drawing::point &location)
Create a system-defined check_box that represent cancel check_box with specified location.
static check_box 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 check_box that represent contents check_box with specified three_state,...
static check_box descending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent descending check_box with specified parent,...
static check_box 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 check_box that represent align_right check_box with specified parent,...
static check_box 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 check_box that represent exit check_box with specified three_state,...
static check_box stop(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent stop check_box with specified parent,...
static check_box harddisk(const control &parent)
Create a system-defined check_box that represent harddisk check_box with specified parent.
static check_box bold(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bold check_box with specified three_state,...
static check_box no(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent no check_box with specified check_state,...
static check_box view(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent view check_box with specified parent,...
static check_box help(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent help check_box with specified three_state,...
static check_box convert(const control &parent)
Create a system-defined check_box that represent convert check_box with specified parent.
static check_box 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 check_box that represent open check_box with specified parent,...
static check_box redo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent redo check_box with specified three_state,...
static check_box save_as(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save_as check_box with specified three_state,...
static check_box customize(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent customize check_box with specified check_state,...
static check_box ignore(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ignore check_box with specified parent,...
static check_box justified(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent justified check_box with specified parent,...
static check_box file(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent file check_box with specified location,...
static check_box new_(const control &parent)
Create a system-defined check_box that represent new_ check_box with specified parent.
static check_box spell_check(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent spell_check check_box with specified check_state,...
static check_box no(const drawing::point &location)
Create a system-defined check_box that represent no check_box with specified location.
static check_box abort(const control &parent)
Create a system-defined check_box that represent abort check_box with specified parent.
static check_box color(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent color check_box with specified parent,...
static check_box up(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent up check_box with specified location,...
static check_box network()
Create a system-defined check_box that represent network check_box.
static check_box save(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent save check_box with specified location,...
static check_box quit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent quit check_box with specified check_state,...
static check_box open(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent open check_box with specified parent,...
static check_box undo(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent undo check_box with specified location,...
static check_box info()
Create a system-defined check_box that represent info check_box.
static check_box refresh(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent refresh check_box with specified check_state,...
static check_box 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 check_box that represent no check_box with specified parent,...
static check_box 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 check_box that represent edit check_box with specified three_state,...
static check_box del(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent del check_box with specified parent,...
static check_box 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 check_box that represent execute check_box with specified parent,...
static check_box ignore(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ignore check_box with specified parent,...
static check_box preferences(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent preferences check_box with specified three_state,...
static check_box redo(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent redo check_box with specified three_state,...
static check_box spell_check(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent spell_check check_box with specified parent,...
static check_box ignore(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ignore check_box with specified parent,...
static check_box save(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save check_box with specified three_state,...
static check_box zoom_out(const drawing::point &location)
Create a system-defined check_box that represent zoom_out check_box with specified location.
static check_box new_()
Create a system-defined check_box that represent new_ check_box.
static check_box 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 check_box that represent edit check_box with specified parent,...
static check_box centered(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent centered check_box with specified location,...
static check_box bottom(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent bottom check_box with specified parent,...
static check_box 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 check_box that represent index check_box with specified three_state,...
static check_box back(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent back check_box with specified three_state,...
static check_box back(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent back check_box with specified parent,...
static check_box abort(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent abort check_box with specified parent,...
static check_box strikeout(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent strikeout check_box with specified three_state,...
static check_box 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 check_box that represent bold check_box with specified parent,...
static check_box up(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent up check_box with specified parent,...
static check_box underline(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent underline check_box with specified three_state,...
static check_box underline(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent underline check_box with specified check_state,...
static check_box about(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent about check_box with specified parent,...
static check_box up(const drawing::point &location)
Create a system-defined check_box that represent up check_box with specified location.
static check_box underline(const drawing::point &location)
Create a system-defined check_box that represent underline check_box with specified location.
static check_box cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cdrom check_box with specified parent,...
static check_box refresh(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent refresh check_box with specified parent,...
static check_box top(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent top check_box with specified three_state,...
static check_box tools(const drawing::point &location)
Create a system-defined check_box that represent tools check_box with specified location.
static check_box zoom_in()
Create a system-defined check_box that represent zoom_in check_box.
static check_box 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 check_box that represent alignment check_box with specified parent,...
static check_box strikeout()
Create a system-defined check_box that represent strikeout check_box.
static check_box redo(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent redo check_box with specified parent,...
static check_box save_as(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save_as check_box with specified parent,...
static check_box redo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent redo check_box with specified parent,...
static check_box settings()
Create a system-defined check_box that represent settings check_box.
static check_box 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 check_box that represent ascending check_box with specified three_state,...
static check_box file(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent file check_box with specified parent,...
static check_box descending(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent descending check_box with specified location,...
static check_box options(xtd::forms::check_state check_state)
Create a system-defined check_box that represent options check_box with specified and check_state.
static check_box open(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent open check_box with specified location,...
static check_box tools(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent tools check_box with specified location,...
static check_box jump_to(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent jump_to check_box with specified check_state,...
static check_box home(const drawing::point &location)
Create a system-defined check_box that represent home check_box with specified location.
static check_box print_preview(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print_preview check_box with specified parent,...
static check_box about(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent about check_box with specified parent,...
static check_box 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 check_box that represent properties check_box with specified parent,...
static check_box color(xtd::forms::check_state check_state)
Create a system-defined check_box that represent color check_box with specified and check_state.
static check_box top(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent top check_box with specified three_state,...
static check_box view()
Create a system-defined check_box that represent view check_box.
static check_box 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 check_box that represent redo check_box with specified parent,...
static check_box harddisk()
Create a system-defined check_box that represent harddisk check_box.
static check_box undelete(const drawing::point &location)
Create a system-defined check_box that represent undelete check_box with specified location.
static check_box 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 check_box that represent up check_box with specified parent,...
static check_box info(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent info check_box with specified parent,...
static check_box font(xtd::forms::check_state check_state)
Create a system-defined check_box that represent font check_box with specified and check_state.
static check_box abort(xtd::forms::check_state check_state)
Create a system-defined check_box that represent abort check_box with specified and check_state.
static check_box last(const drawing::point &location)
Create a system-defined check_box that represent last check_box with specified location.
static check_box spell_check(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent spell_check check_box with specified three_state,...
static check_box customize(const control &parent)
Create a system-defined check_box that represent customize check_box with specified parent.
static check_box properties(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent properties check_box with specified parent,...
static check_box descending(const drawing::point &location)
Create a system-defined check_box that represent descending check_box with specified location.
static check_box cancel()
Create a system-defined check_box that represent cancel check_box.
static check_box view(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent view check_box with specified check_state,...
static check_box align_left(const control &parent)
Create a system-defined check_box that represent align_left check_box with specified parent.
static check_box top(const drawing::point &location)
Create a system-defined check_box that represent top check_box with specified location.
static check_box save_as(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save_as check_box with specified parent,...
static check_box refresh(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent refresh check_box with specified three_state,...
static check_box ok(const control &parent)
Create a system-defined check_box that represent ok check_box with specified parent.
static check_box window(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent window check_box with specified parent,...
static check_box spell_check(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent spell_check check_box with specified parent,...
static check_box 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 check_box that represent print_preview check_box with specified parent,...
static check_box view(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent view check_box with specified location,...
static check_box save(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent save check_box with specified check_state,...
static check_box harddisk(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent harddisk check_box with specified parent,...
static check_box italic(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent italic check_box with specified parent,...
static check_box select_all(const control &parent)
Create a system-defined check_box that represent select_all check_box with specified parent.
static check_box view(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent view check_box with specified parent,...
static check_box down(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent down check_box with specified parent,...
static check_box 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 check_box that represent file check_box with specified parent,...
static check_box yes()
Create a system-defined check_box that represent yes check_box.
static check_box strikeout(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent strikeout check_box with specified location,...
static check_box clear(const control &parent)
Create a system-defined check_box that represent clear check_box with specified parent.
static check_box actual_size(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent actual_size check_box with specified location,...
static check_box actual_size(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent actual_size check_box with specified three_state,...
static check_box 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 check_box that represent last check_box with specified three_state,...
static check_box edit(xtd::forms::check_state check_state)
Create a system-defined check_box that represent edit check_box with specified and check_state.
static check_box settings(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent settings check_box with specified parent,...
static check_box floppy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent floppy check_box with specified parent,...
static check_box bold(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bold check_box with specified location,...
static check_box select_all(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent select_all check_box with specified check_state,...
static check_box 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 check_box that represent bold check_box with specified parent,...
static check_box home(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent home check_box with specified parent,...
static check_box replace(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent replace check_box with specified three_state,...
static check_box last(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent last check_box with specified three_state,...
static check_box cut(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cut check_box with specified three_state,...
static check_box remove(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent remove check_box with specified three_state,...
static check_box zoom_in(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_in check_box with specified parent,...
static check_box contents(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent contents check_box with specified three_state,...
static check_box abort(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent abort check_box with specified location,...
static check_box file(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent file check_box with specified parent,...
static check_box undo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent undo check_box with specified parent,...
static check_box window(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent window check_box with specified parent,...
static check_box justified(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent justified check_box with specified three_state,...
static check_box window(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent window check_box with specified parent,...
static check_box 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 check_box that represent select_all check_box with specified parent,...
static check_box 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 check_box that represent abort check_box with specified parent,...
static check_box descending(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent descending check_box with specified three_state,...
static check_box cut(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cut check_box with specified parent,...
static check_box up()
Create a system-defined check_box that represent up check_box.
static check_box first(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent first check_box with specified parent,...
static check_box print_preview(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent print_preview check_box with specified parent,...
static check_box preferences(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent preferences check_box with specified three_state,...
static check_box harddisk(const drawing::point &location)
Create a system-defined check_box that represent harddisk check_box with specified location.
static check_box cut(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cut check_box with specified check_state,...
static check_box previous()
Create a system-defined check_box that represent previous check_box.
static check_box remove(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent remove check_box with specified check_state,...
static check_box first(const control &parent)
Create a system-defined check_box that represent first check_box with specified parent.
static check_box spell_check(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent spell_check check_box with specified parent,...
static check_box 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 check_box that represent yes check_box with specified parent,...
static check_box apply(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent apply check_box with specified three_state,...
static check_box options(const control &parent)
Create a system-defined check_box that represent options check_box with specified parent.
static check_box 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 check_box that represent zoom_to_fit check_box with specified parent,...
static check_box replace(const control &parent)
Create a system-defined check_box that represent replace check_box with specified parent.
static check_box 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 check_box that represent stop check_box with specified three_state,...
static check_box 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 check_box that represent window check_box with specified three_state,...
static check_box next(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent next check_box with specified check_state,...
static check_box indent(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent indent check_box with specified parent,...
static check_box last(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent last check_box with specified check_state,...
static check_box refresh(const control &parent)
Create a system-defined check_box that represent refresh check_box with specified parent.
static check_box actual_size(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent actual_size check_box with specified check_state,...
static check_box stop(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent stop check_box with specified three_state,...
static check_box down(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent down check_box with specified parent,...
static check_box zoom_to_fit(xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_to_fit check_box with specified and check_state...
static check_box cut()
Create a system-defined check_box that represent cut check_box.
static check_box print(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent print check_box with specified parent,...
static check_box cdrom(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cdrom check_box with specified location,...
static check_box unindent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent unindent check_box with specified check_state,...
static check_box options()
Create a system-defined check_box that represent options check_box.
static check_box bottom()
Create a system-defined check_box that represent bottom check_box.
static check_box no(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent no check_box with specified check_state,...
static check_box 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 check_box that represent descending check_box with specified three_state,...
static check_box help(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent help check_box with specified location,...
static check_box cancel(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cancel check_box with specified check_state,...
static check_box centered(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent centered check_box with specified parent,...
static check_box redo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent redo check_box with specified parent,...
static check_box 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 check_box that represent exit check_box with specified parent,...
static check_box justified(const drawing::point &location)
Create a system-defined check_box that represent justified check_box with specified location.
static check_box spell_check(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent spell_check check_box with specified location,...
static check_box forward(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent forward check_box with specified three_state,...
static check_box file(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent file check_box with specified parent,...
static check_box 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 check_box that represent ok check_box with specified parent,...
static check_box print_preview(const drawing::point &location)
Create a system-defined check_box that represent print_preview check_box with specified location.
static check_box edit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent edit check_box with specified parent,...
static check_box redo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent redo check_box with specified parent,...
static check_box indent(const drawing::point &location)
Create a system-defined check_box that represent indent check_box with specified location.
static check_box preferences(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent preferences check_box with specified three_state,...
static check_box 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 check_box that represent floppy check_box with specified parent,...
static check_box unindent(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent unindent check_box with specified check_state,...
static check_box quit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent quit check_box with specified parent,...
static check_box zoom_in(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent zoom_in check_box with specified parent,...
static check_box 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 check_box that represent up check_box with specified three_state,...
static check_box zoom_out(xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_out check_box with specified and check_state.
static check_box harddisk(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent harddisk check_box with specified location,...
static check_box print_preview(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print_preview check_box with specified check_state,...
static check_box redo(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent redo check_box with specified parent,...
static check_box harddisk(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent harddisk check_box with specified parent,...
static check_box home(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent home check_box with specified parent,...
static check_box cancel(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cancel check_box with specified parent,...
static check_box contents(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent contents check_box with specified three_state,...
static check_box descending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent descending check_box with specified parent,...
static check_box add(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent add check_box with specified three_state,...
static check_box close(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent close check_box with specified parent,...
static check_box last(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent last check_box with specified three_state,...
static check_box tools(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent tools check_box with specified parent,...
static check_box 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 check_box that represent last check_box with specified parent,...
static check_box yes(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent yes check_box with specified parent,...
static check_box open(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent open check_box with specified check_state,...
static check_box floppy(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent floppy check_box with specified three_state,...
static check_box execute(const control &parent)
Create a system-defined check_box that represent execute check_box with specified parent.
static check_box strikeout(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent strikeout check_box with specified check_state,...
static check_box options(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent options check_box with specified parent,...
static check_box find(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent find check_box with specified location,...
static check_box 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 check_box that represent quit check_box with specified three_state,...
static check_box previous(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent previous check_box with specified three_state,...
static check_box jump_to(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent jump_to check_box with specified parent,...
static check_box back(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent back check_box with specified check_state,...
static check_box remove(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent remove check_box with specified parent,...
static check_box unindent(xtd::forms::check_state check_state)
Create a system-defined check_box that represent unindent check_box with specified and check_state.
static check_box del(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent del check_box with specified parent,...
static check_box info(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent info check_box with specified parent,...
static check_box redo(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent redo check_box with specified location,...
static check_box undo(const drawing::point &location)
Create a system-defined check_box that represent undo check_box with specified location.
static check_box stop()
Create a system-defined check_box that represent stop check_box.
static check_box del(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent del check_box with specified three_state,...
static check_box preferences(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent preferences check_box with specified parent,...
static check_box help(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent help check_box with specified parent,...
static check_box 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 check_box that represent up check_box with specified parent,...
static check_box bold(const drawing::point &location)
Create a system-defined check_box that represent bold check_box with specified location.
static check_box abort(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent abort check_box with specified parent,...
static check_box clear(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent clear check_box with specified parent,...
static check_box open(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent open check_box with specified parent,...
static check_box new_(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent new_ check_box with specified location,...
static check_box align_left(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_left check_box with specified parent,...
static check_box back(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent back check_box with specified check_state,...
static check_box close()
Create a system-defined check_box that represent close check_box.
static check_box zoom_in(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_in check_box with specified check_state,...
static check_box last(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent last check_box with specified location,...
static check_box zoom_out()
Create a system-defined check_box that represent zoom_out check_box.
static check_box edit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent edit check_box with specified parent,...
static check_box top(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent top check_box with specified parent,...
static check_box 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 check_box that represent zoom_in check_box with specified parent,...
static check_box apply(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent apply check_box with specified parent,...
static check_box save(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent save check_box with specified three_state,...
static check_box italic()
Create a system-defined check_box that represent italic check_box.
static check_box align_right(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent align_right check_box with specified parent,...
static check_box preferences(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent preferences check_box with specified parent,...
static check_box copy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent copy check_box with specified parent,...
static check_box apply(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent apply check_box with specified location,...
static check_box align_right(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent align_right check_box with specified parent,...
static check_box alignment(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent alignment check_box with specified parent,...
static check_box underline(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent underline check_box with specified parent,...
static check_box next(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent next check_box with specified location,...
static check_box replace(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent replace check_box with specified check_state,...
static check_box home(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent home check_box with specified check_state,...
static check_box zoom_in(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_in check_box with specified location,...
static check_box zoom_to_fit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent,...
static check_box cut(const drawing::point &location)
Create a system-defined check_box that represent cut check_box with specified location.
static check_box ok()
Create a system-defined check_box that represent ok check_box.
static check_box previous(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent previous check_box with specified check_state,...
static check_box exit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent exit check_box with specified three_state,...
static check_box align_left(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent align_left check_box with specified check_state,...
static check_box color(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent color check_box with specified three_state,...
static check_box refresh()
Create a system-defined check_box that represent refresh check_box.
static check_box 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 check_box that represent undo check_box with specified three_state,...
static check_box print_preview(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print_preview check_box with specified location,...
static check_box align_right(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent align_right check_box with specified three_state,...
static check_box print_preview(const control &parent)
Create a system-defined check_box that represent print_preview check_box with specified parent.
static check_box indent(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent indent check_box with specified location,...
static check_box indent(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent indent check_box with specified parent,...
static check_box floppy(xtd::forms::check_state check_state)
Create a system-defined check_box that represent floppy check_box with specified and check_state.
static check_box down(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent down check_box with specified parent,...
static check_box ignore(const control &parent)
Create a system-defined check_box that represent ignore check_box with specified parent.
static check_box add(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent add check_box with specified parent,...
static check_box stop(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent stop check_box with specified location,...
static check_box abort(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent abort check_box with specified parent,...
static check_box 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 check_box that represent revert_to_saved check_box with specified parent,...
static check_box settings(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent settings check_box with specified check_state,...
static check_box save_as(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save_as check_box with specified check_state,...
static check_box underline(const control &parent)
Create a system-defined check_box that represent underline check_box with specified parent.
static check_box abort(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent abort check_box with specified three_state,...
static check_box close(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent close check_box with specified parent,...
static check_box 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 check_box that represent save check_box with specified three_state,...
static check_box zoom_out(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_out check_box with specified parent,...
static check_box close(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent close check_box with specified check_state,...
static check_box del(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent del check_box with specified three_state,...
static check_box 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 check_box that represent previous check_box with specified parent,...
static check_box properties(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent properties check_box with specified parent,...
static check_box 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 check_box that represent align_left check_box with specified parent,...
static check_box zoom_out(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_out check_box with specified parent,...
static check_box first(const drawing::point &location)
Create a system-defined check_box that represent first check_box with specified location.
static check_box no(const control &parent)
Create a system-defined check_box that represent no check_box with specified parent.
static check_box save(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save check_box with specified check_state,...
static check_box print_preview(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent print_preview check_box with specified three_state,...
static check_box indent(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent indent check_box with specified parent,...
static check_box properties(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent properties check_box with specified check_state,...
static check_box 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 check_box that represent find check_box with specified parent,...
static check_box 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 check_box that represent revert_to_saved check_box with specified parent,...
static check_box about()
Create a system-defined check_box that represent about check_box.
static check_box 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 check_box that represent abort check_box with specified three_state,...
static check_box tools(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent tools check_box with specified check_state,...
static check_box close(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent close check_box with specified parent,...
static check_box info(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent info check_box with specified check_state,...
static check_box first(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent first check_box with specified parent,...
static check_box last(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent last check_box with specified parent,...
static check_box add(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent add check_box with specified check_state,...
static check_box network(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent network check_box with specified check_state,...
static check_box forward(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent forward check_box with specified three_state,...
static check_box italic(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent italic check_box with specified parent,...
static check_box centered(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent centered check_box with specified three_state,...
static check_box top(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent top check_box with specified check_state,...
static check_box tools(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent tools check_box with specified parent,...
static check_box first(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent first check_box with specified check_state,...
static check_box options(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent options check_box with specified parent,...
static check_box back(const control &parent)
Create a system-defined check_box that represent back check_box with specified parent.
static check_box undelete(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent undelete check_box with specified three_state,...
static check_box 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 check_box that represent add check_box with specified parent,...
static check_box abort(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent abort check_box with specified location,...
static check_box 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 check_box that represent zoom_out check_box with specified three_state,...
static check_box top(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent top check_box with specified parent,...
static check_box info(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent info check_box with specified location,...
static check_box first(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent first check_box with specified parent,...
static check_box refresh(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent refresh check_box with specified location,...
static check_box ok(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ok check_box with specified three_state,...
static check_box convert(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent convert check_box with specified check_state,...
static check_box info(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent info check_box with specified check_state,...
static check_box ascending(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ascending check_box with specified parent,...
static check_box descending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent descending check_box with specified three_state,...
static check_box paste(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent paste check_box with specified check_state,...
static check_box first(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent first check_box with specified check_state,...
static check_box copy(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent copy check_box with specified parent,...
static check_box descending(const control &parent)
Create a system-defined check_box that represent descending check_box with specified parent.
static check_box 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 check_box that represent save_as check_box with specified three_state,...
static check_box back(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent back check_box with specified location,...
static check_box window(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent window check_box with specified parent,...
static check_box copy(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent copy check_box with specified parent,...
static check_box copy(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent copy check_box with specified parent,...
static check_box customize(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent customize check_box with specified check_state,...
static check_box forward(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent forward check_box with specified parent,...
static check_box open(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent open check_box with specified location,...
static check_box copy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent copy check_box with specified check_state,...
static check_box 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 check_box that represent zoom_to_fit check_box with specified parent,...
static check_box stop(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent stop check_box with specified parent,...
static check_box print_preview(xtd::forms::check_state check_state)
Create a system-defined check_box that represent print_preview check_box with specified and check_sta...
static check_box down(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent down check_box with specified three_state,...
static check_box harddisk(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent harddisk check_box with specified check_state,...
static check_box strikeout(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent strikeout check_box with specified parent,...
static check_box new_(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent new_ check_box with specified three_state,...
static check_box replace(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent replace check_box with specified parent,...
static check_box 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 check_box that represent indent check_box with specified parent,...
static check_box find(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent find check_box with specified check_state,...
static check_box up(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent up check_box with specified three_state,...
static check_box cancel(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cancel check_box with specified check_state,...
static check_box zoom_to_fit(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_to_fit check_box with specified location,...
static check_box remove(const drawing::point &location)
Create a system-defined check_box that represent remove check_box with specified location.
static check_box align_left(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent align_left check_box with specified parent,...
static check_box abort(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent abort check_box with specified parent,...
static check_box bottom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bottom check_box with specified parent,...
static check_box info(const control &parent)
Create a system-defined check_box that represent info check_box with specified parent.
static check_box centered(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent centered check_box with specified check_state,...
static check_box exit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent exit check_box with specified parent,...
static check_box info(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent info check_box with specified location,...
static check_box exit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent exit check_box with specified location,...
static check_box 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 check_box that represent up check_box with specified parent,...
static check_box jump_to()
Create a system-defined check_box that represent jump_to check_box.
static check_box align_left(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent align_left check_box with specified parent,...
static check_box refresh(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent refresh check_box with specified location,...
static check_box 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 check_box that represent justified check_box with specified parent,...
static check_box home(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent home check_box with specified parent,...
static check_box 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 check_box that represent contents check_box with specified parent,...
static check_box alignment(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent alignment check_box with specified parent,...
static check_box 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 check_box that represent jump_to check_box with specified parent,...
static check_box ok(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ok check_box with specified check_state,...
static check_box align_right(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_right check_box with specified location,...
static check_box next(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent next check_box with specified parent,...
static check_box last(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent last check_box with specified check_state,...
static check_box ignore(xtd::forms::check_state check_state)
Create a system-defined check_box that represent ignore check_box with specified and check_state.
static check_box bottom(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent bottom check_box with specified parent,...
static check_box yes(const control &parent)
Create a system-defined check_box that represent yes check_box with specified parent.
static check_box cut(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cut check_box with specified location,...
static check_box help(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent help check_box with specified parent,...
static check_box indent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent indent check_box with specified parent,...
static check_box 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 check_box that represent centered check_box with specified parent,...
static check_box preferences(const control &parent)
Create a system-defined check_box that represent preferences check_box with specified parent.
static check_box revert_to_saved(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent,...
static check_box refresh(const drawing::point &location)
Create a system-defined check_box that represent refresh check_box with specified location.
static check_box unindent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent unindent check_box with specified three_state,...
static check_box 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 check_box that represent previous check_box with specified parent,...
static check_box underline(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent underline check_box with specified three_state,...
static check_box alignment(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent alignment check_box with specified check_state,...
static check_box 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 check_box that represent tools check_box with specified parent,...
static check_box jump_to(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent jump_to check_box with specified parent,...
static check_box 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 check_box that represent zoom_out check_box with specified parent,...
static check_box revert_to_saved(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent revert_to_saved check_box with specified location,...
static check_box floppy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent floppy check_box with specified check_state,...
static check_box edit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent edit check_box with specified three_state,...
static check_box quit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent quit check_box with specified parent,...
static check_box font(const drawing::point &location)
Create a system-defined check_box that represent font check_box with specified location.
static check_box indent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent indent check_box with specified check_state,...
static check_box strikeout(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent strikeout check_box with specified location,...
static check_box down(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent down check_box with specified location,...
static check_box contents(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent contents check_box with specified parent,...
static check_box 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 check_box that represent unindent check_box with specified parent,...
static check_box remove(const control &parent)
Create a system-defined check_box that represent remove check_box with specified parent.
static check_box replace(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent replace check_box with specified parent,...
static check_box floppy(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent floppy check_box with specified parent,...
static check_box 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 check_box that represent retry check_box with specified three_state,...
static check_box undelete(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent undelete check_box with specified parent,...
static check_box index(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent index check_box with specified parent,...
static check_box index(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent index check_box with specified parent,...
static check_box 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 check_box that represent options check_box with specified three_state,...
static check_box justified(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent justified check_box with specified check_state,...
static check_box italic(const drawing::point &location)
Create a system-defined check_box that represent italic check_box with specified location.
static check_box 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 check_box that represent save check_box with specified parent,...
static check_box exit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent exit check_box with specified parent,...
static check_box 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 check_box that represent ok check_box with specified parent,...
static check_box ascending(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ascending check_box with specified parent,...
static check_box new_(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent new_ check_box with specified parent,...
static check_box open(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent open check_box with specified three_state,...
static check_box justified(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent justified check_box with specified parent,...
static check_box 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 check_box that represent bottom check_box with specified parent,...
static check_box centered(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent centered check_box with specified parent,...
static check_box network(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent network check_box with specified three_state,...
static check_box 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 check_box that represent close check_box with specified parent,...
static check_box 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 check_box that represent settings check_box with specified parent,...
static check_box save(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save check_box with specified location,...
static check_box bold()
Create a system-defined check_box that represent bold check_box.
static check_box refresh(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent refresh check_box with specified parent,...
static check_box up(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent up check_box with specified parent,...
static check_box underline(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent underline check_box with specified parent,...
static check_box ok(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ok check_box with specified parent,...
static check_box 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 check_box that represent copy check_box with specified three_state,...
static check_box 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 check_box that represent first check_box with specified three_state,...
static check_box bottom(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent bottom check_box with specified three_state,...
static check_box help(const control &parent)
Create a system-defined check_box that represent help check_box with specified parent.
static check_box actual_size(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent actual_size check_box with specified parent,...
static check_box indent(xtd::forms::check_state check_state)
Create a system-defined check_box that represent indent check_box with specified and check_state.
static check_box 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 check_box that represent execute check_box with specified parent,...
static check_box 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 check_box that represent remove check_box with specified three_state,...
static check_box 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 check_box that represent contents check_box with specified parent,...
static check_box convert(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent convert check_box with specified check_state,...
static check_box retry(xtd::forms::check_state check_state)
Create a system-defined check_box that represent retry check_box with specified and check_state.
static check_box align_right()
Create a system-defined check_box that represent align_right check_box.
static check_box customize(const drawing::point &location)
Create a system-defined check_box that represent customize check_box with specified location.
static check_box undo(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent undo check_box with specified parent,...
static check_box 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 check_box that represent view check_box with specified parent,...
static check_box ok(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ok check_box with specified parent,...
static check_box file(const drawing::point &location)
Create a system-defined check_box that represent file check_box with specified location.
static check_box centered(const drawing::point &location)
Create a system-defined check_box that represent centered check_box with specified location.
static check_box find()
Create a system-defined check_box that represent find check_box.
static check_box abort(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent abort check_box with specified check_state,...
static check_box quit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent quit check_box with specified parent,...
static check_box file(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent file check_box with specified parent,...
static check_box execute(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent execute check_box with specified location,...
static check_box unindent(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent unindent check_box with specified location,...
static check_box cdrom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cdrom check_box with specified parent,...
static check_box find(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent find check_box with specified check_state,...
static check_box undelete(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undelete check_box with specified parent,...
static check_box print_preview(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent print_preview check_box with specified parent,...
static check_box 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 check_box that represent print check_box with specified parent,...
static check_box italic(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent italic check_box with specified check_state,...
static check_box 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 check_box that represent down check_box with specified parent,...
static check_box settings(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent settings check_box with specified parent,...
static check_box edit()
Create a system-defined check_box that represent edit check_box.
static check_box 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 check_box that represent last check_box with specified parent,...
static check_box retry(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent retry check_box with specified parent,...
static check_box ok(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ok check_box with specified check_state,...
static check_box 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 check_box that represent close check_box with specified three_state,...
static check_box properties(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent properties check_box with specified location,...
static check_box justified(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent justified check_box with specified parent,...
static check_box about(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent about check_box with specified parent,...
static check_box forward(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent forward check_box with specified check_state,...
static check_box 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 check_box that represent options check_box with specified parent,...
static check_box 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 check_box that represent convert check_box with specified three_state,...
static check_box align_left(xtd::forms::check_state check_state)
Create a system-defined check_box that represent align_left check_box with specified and check_state.
static check_box justified(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent justified check_box with specified parent,...
static check_box help(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent help check_box with specified parent,...
static check_box 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 check_box that represent clear check_box with specified parent,...
static check_box previous(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent previous check_box with specified parent,...
static check_box home(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent home check_box with specified parent,...
static check_box edit(const drawing::point &location)
Create a system-defined check_box that represent edit check_box with specified location.
static check_box tools(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent tools check_box with specified check_state,...
static check_box save_as(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent save_as check_box with specified parent,...
static check_box cancel(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cancel check_box with specified location,...
static check_box align_left(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_left check_box with specified parent,...
static check_box centered()
Create a system-defined check_box that represent centered check_box.
static check_box network(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent network check_box with specified parent,...
static check_box 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 check_box that represent forward check_box with specified three_state,...
static check_box down(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent down check_box with specified parent,...
static check_box justified(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent justified check_box with specified location,...
static check_box first()
Create a system-defined check_box that represent first check_box.
static check_box 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 check_box that represent print check_box with specified parent,...
static check_box justified(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent justified check_box with specified parent,...
static check_box next(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent next check_box with specified parent,...
static check_box indent(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent indent check_box with specified three_state,...
static check_box search(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent search check_box with specified parent,...
static check_box 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 check_box that represent network check_box with specified parent,...
static check_box search(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent search check_box with specified three_state,...
static check_box bold(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bold check_box with specified check_state,...
static check_box home(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent home check_box with specified location,...
static check_box last()
Create a system-defined check_box that represent last check_box.
static check_box ascending(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ascending check_box with specified check_state,...
static check_box down(const drawing::point &location)
Create a system-defined check_box that represent down check_box with specified location.
static check_box unindent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent unindent check_box with specified parent,...
static check_box down(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent down check_box with specified parent,...
static check_box retry(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent retry check_box with specified parent,...
static check_box harddisk(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent harddisk check_box with specified check_state,...
static check_box view(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent view check_box with specified parent,...
static check_box print(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print check_box with specified check_state,...
static check_box top(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent top check_box with specified parent,...
static check_box down(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent down check_box with specified location,...
static check_box spell_check(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent spell_check check_box with specified three_state,...
static check_box 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 check_box that represent settings check_box with specified parent,...
static check_box align_right(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent align_right check_box with specified check_state,...
static check_box align_right(xtd::forms::check_state check_state)
Create a system-defined check_box that represent align_right check_box with specified and check_state...
static check_box descending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent descending check_box with specified check_state,...
static check_box 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 check_box that represent zoom_in check_box with specified parent,...
static check_box apply(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent apply check_box with specified check_state,...
static check_box actual_size(const control &parent)
Create a system-defined check_box that represent actual_size check_box with specified parent.
static check_box harddisk(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent harddisk check_box with specified parent,...
static check_box up(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent up check_box with specified parent,...
static check_box 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 check_box that represent paste check_box with specified parent,...
static check_box del(xtd::forms::check_state check_state)
Create a system-defined check_box that represent del check_box with specified and check_state.
static check_box execute(xtd::forms::check_state check_state)
Create a system-defined check_box that represent execute check_box with specified and check_state.
static check_box window(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent window check_box with specified parent,...
static check_box 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 check_box that represent tools check_box with specified parent,...
static check_box view(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent view check_box with specified parent,...
static check_box 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 check_box that represent jump_to check_box with specified parent,...
static check_box up(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent up check_box with specified location,...
static check_box align_right(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_right check_box with specified three_state,...
static check_box descending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent descending check_box with specified parent,...
static check_box spell_check(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent spell_check check_box with specified check_state,...
static check_box options(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent options check_box with specified location,...
static check_box alignment(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent alignment check_box with specified parent,...
static check_box 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 check_box that represent retry check_box with specified parent,...
static check_box exit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent exit check_box with specified three_state,...
static check_box alignment(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent alignment check_box with specified check_state,...
static check_box last(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent last check_box with specified parent,...
static check_box redo(const drawing::point &location)
Create a system-defined check_box that represent redo check_box with specified location.
static check_box help(xtd::forms::check_state check_state)
Create a system-defined check_box that represent help check_box with specified and check_state.
static check_box abort()
Create a system-defined check_box that represent abort check_box.
static check_box 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 check_box that represent jump_to check_box with specified three_state,...
static check_box floppy(const drawing::point &location)
Create a system-defined check_box that represent floppy check_box with specified location.
static check_box alignment(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent alignment check_box with specified parent,...
static check_box clear(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent clear check_box with specified parent,...
static check_box 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 check_box that represent align_right check_box with specified parent,...
static check_box cancel(const control &parent)
Create a system-defined check_box that represent cancel check_box with specified parent.
static check_box last(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent last check_box with specified location,...
static check_box last(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent last check_box with specified check_state,...
static check_box window(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent window check_box with specified location,...
static check_box save_as(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent save_as check_box with specified parent,...
static check_box 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 check_box that represent paste check_box with specified parent,...
static check_box apply(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent apply check_box with specified parent,...
static check_box save(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent save check_box with specified parent,...
static check_box underline(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent underline check_box with specified parent,...
static check_box execute(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent execute check_box with specified three_state,...
static check_box copy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent copy check_box with specified three_state,...
static check_box zoom_to_fit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent,...
static check_box options(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent options check_box with specified parent,...
static check_box info(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent info check_box with specified three_state,...
static check_box yes(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent yes check_box with specified three_state,...
static check_box font(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent font check_box with specified parent,...
static check_box 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 check_box that represent back check_box with specified parent,...
static check_box 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 check_box that represent alignment check_box with specified parent,...
static check_box jump_to(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent jump_to check_box with specified check_state,...
static check_box close(xtd::forms::check_state check_state)
Create a system-defined check_box that represent close check_box with specified and check_state.
static check_box contents(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent contents check_box with specified location,...
static check_box ascending(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ascending check_box with specified parent,...
static check_box unindent(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent unindent check_box with specified parent,...
static check_box top(xtd::forms::check_state check_state)
Create a system-defined check_box that represent top check_box with specified and check_state.
static check_box find(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent find check_box with specified location,...
static check_box centered(const control &parent)
Create a system-defined check_box that represent centered check_box with specified parent.
static check_box revert_to_saved(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent revert_to_saved check_box with specified three_state...
static check_box font(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent font check_box with specified parent,...
static check_box forward(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent forward check_box with specified parent,...
static check_box exit(const drawing::point &location)
Create a system-defined check_box that represent exit check_box with specified location.
static check_box 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 check_box that represent spell_check check_box with specified parent,...
static check_box contents(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent contents check_box with specified parent,...
static check_box 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 check_box that represent top check_box with specified parent,...
static check_box copy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent copy check_box with specified parent,...
static check_box cut(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cut check_box with specified parent,...
static check_box 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 check_box that represent harddisk check_box with specified parent,...
static check_box 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 check_box that represent descending check_box with specified parent,...
static check_box contents(xtd::forms::check_state check_state)
Create a system-defined check_box that represent contents check_box with specified and check_state.
static check_box remove(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent remove check_box with specified parent,...
static check_box 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 check_box that represent underline check_box with specified three_state,...
static check_box up(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent up check_box with specified parent,...
static check_box ok(xtd::forms::check_state check_state)
Create a system-defined check_box that represent ok check_box with specified and check_state.
static check_box abort(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent abort check_box with specified check_state,...
static check_box save(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent save check_box with specified parent,...
static check_box clear(const drawing::point &location)
Create a system-defined check_box that represent clear check_box with specified location.
static check_box edit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent edit check_box with specified parent,...
static check_box abort(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent abort check_box with specified parent,...
static check_box network(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent network check_box with specified parent,...
static check_box underline(xtd::forms::check_state check_state)
Create a system-defined check_box that represent underline check_box with specified and check_state.
static check_box ok(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ok check_box with specified location,...
static check_box open(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent open check_box with specified parent,...
static check_box del(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent del check_box with specified parent,...
static check_box undelete(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undelete check_box with specified three_state,...
static check_box underline(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent underline check_box with specified three_state,...
static check_box actual_size()
Create a system-defined check_box that represent actual_size check_box.
static check_box file(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent file check_box with specified check_state,...
static check_box settings(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent settings check_box with specified three_state,...
static check_box copy(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent copy check_box with specified check_state,...
static check_box 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 check_box that represent save check_box with specified parent,...
static check_box strikeout(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent strikeout check_box with specified parent,...
static check_box cdrom(const drawing::point &location)
Create a system-defined check_box that represent cdrom check_box with specified location.
static check_box 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 check_box that represent harddisk check_box with specified parent,...
static check_box top(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent top check_box with specified parent,...
static check_box about(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent about check_box with specified check_state,...
static check_box yes(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent yes check_box with specified location,...
static check_box help(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent help check_box with specified check_state,...
static check_box execute(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent execute check_box with specified parent,...
static check_box index(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent index check_box with specified parent,...
static check_box forward(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent forward check_box with specified check_state,...
static check_box info(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent info check_box with specified parent,...
static check_box alignment(const drawing::point &location)
Create a system-defined check_box that represent alignment check_box with specified location.
static check_box no(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent no check_box with specified parent,...
static check_box last(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent last check_box with specified parent,...
static check_box select_all(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent select_all check_box with specified parent,...
static check_box color(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent color check_box with specified three_state,...
static check_box select_all(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent select_all check_box with specified parent,...
static check_box replace(const drawing::point &location)
Create a system-defined check_box that represent replace check_box with specified location.
static check_box bold(xtd::forms::check_state check_state)
Create a system-defined check_box that represent bold check_box with specified and check_state.
static check_box next(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent next check_box with specified parent,...
static check_box 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 check_box that represent actual_size check_box with specified parent,...
static check_box jump_to(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent jump_to check_box with specified three_state,...
static check_box search(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent search check_box with specified three_state,...
static check_box customize(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent customize check_box with specified parent,...
static check_box zoom_to_fit()
Create a system-defined check_box that represent zoom_to_fit check_box.
static check_box cdrom(xtd::forms::check_state check_state)
Create a system-defined check_box that represent cdrom check_box with specified and check_state.
static check_box italic(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent italic check_box with specified check_state,...
static check_box customize()
Create a system-defined check_box that represent customize check_box.
static check_box preferences(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent preferences check_box with specified check_state,...
static check_box 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 check_box that represent underline check_box with specified parent,...
static check_box copy(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent copy check_box with specified parent,...
static check_box italic(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent italic check_box with specified check_state,...
static check_box find(xtd::forms::check_state check_state)
Create a system-defined check_box that represent find check_box with specified and check_state.
static check_box 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 check_box that represent ok check_box with specified three_state,...
static check_box zoom_out(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_out check_box with specified parent,...
static check_box search(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent search check_box with specified parent,...
static check_box search(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent search check_box with specified location,...
static check_box 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 check_box that represent del check_box with specified parent,...
static check_box help()
Create a system-defined check_box that represent help check_box.
static check_box remove(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent remove check_box with specified location,...
static check_box actual_size(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent actual_size check_box with specified parent,...
static check_box italic(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent italic check_box with specified three_state,...
static check_box down()
Create a system-defined check_box that represent down check_box.
static check_box ignore(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ignore check_box with specified location,...
static check_box italic(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent italic check_box with specified three_state,...
static check_box color(const drawing::point &location)
Create a system-defined check_box that represent color check_box with specified location.
static check_box centered(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent centered check_box with specified location,...
static check_box del(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent del check_box with specified three_state,...
static check_box tools(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent tools check_box with specified parent,...
static check_box revert_to_saved(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent,...
static check_box view(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent view check_box with specified parent,...
static check_box 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 check_box that represent add check_box with specified three_state,...
static check_box print_preview(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent print_preview check_box with specified parent,...
static check_box file(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent file check_box with specified check_state,...
static check_box remove(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent remove check_box with specified parent,...
static check_box window(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent window check_box with specified parent,...
static check_box centered(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent centered check_box with specified parent,...
static check_box previous(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent previous check_box with specified parent,...
static check_box save_as(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save_as check_box with specified location,...
static check_box undo(const control &parent)
Create a system-defined check_box that represent undo check_box with specified parent.
static check_box undelete(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent undelete check_box with specified parent,...
static check_box paste(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent paste check_box with specified parent,...
static check_box zoom_out(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_out check_box with specified three_state,...
static check_box 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 check_box that represent refresh check_box with specified parent,...
static check_box select_all(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent select_all check_box with specified three_state,...
static check_box 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 check_box that represent next check_box with specified three_state,...
static check_box actual_size(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent actual_size check_box with specified parent,...
static check_box revert_to_saved(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent revert_to_saved check_box with specified check_state...
static check_box settings(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent settings check_box with specified parent,...
static check_box open(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent open check_box with specified three_state,...
static check_box exit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent exit check_box with specified parent,...
static check_box centered(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent centered check_box with specified three_state,...
static check_box convert(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent convert check_box with specified parent,...
static check_box cut(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cut check_box with specified parent,...
static check_box 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 check_box that represent ascending check_box with specified parent,...
static check_box no(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent no check_box with specified parent,...
static check_box about(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent about check_box with specified three_state,...
static check_box clear(xtd::forms::check_state check_state)
Create a system-defined check_box that represent clear check_box with specified and check_state.
static check_box cdrom(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cdrom check_box with specified parent,...
static check_box alignment(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent alignment check_box with specified three_state,...
static check_box index(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent index check_box with specified location,...
static check_box italic(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent italic check_box with specified three_state,...
static check_box about(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent about check_box with specified three_state,...
static check_box 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 check_box that represent align_left check_box with specified three_state,...
static check_box add(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent add check_box with specified parent,...
static check_box close(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent close check_box with specified three_state,...
static check_box select_all()
Create a system-defined check_box that represent select_all check_box.
static check_box 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 check_box that represent copy check_box with specified parent,...
static check_box del(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent del check_box with specified check_state,...
static check_box stop(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent stop check_box with specified parent,...
static check_box underline(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent underline check_box with specified parent,...
static check_box exit()
Create a system-defined check_box that represent exit check_box.
static check_box save_as(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent save_as check_box with specified parent,...
static check_box 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 check_box that represent color check_box with specified three_state,...
static check_box cut(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cut check_box with specified three_state,...
static check_box home(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent home check_box with specified parent,...
static check_box file(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent file check_box with specified parent,...
static check_box 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 check_box that represent first check_box with specified parent,...
static check_box tools(xtd::forms::check_state check_state)
Create a system-defined check_box that represent tools check_box with specified and check_state.
static check_box zoom_to_fit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent,...
static check_box 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 check_box that represent no check_box with specified parent,...
static check_box select_all(xtd::forms::check_state check_state)
Create a system-defined check_box that represent select_all check_box with specified and check_state.
static check_box zoom_out(const control &parent)
Create a system-defined check_box that represent zoom_out check_box with specified parent.
static check_box 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 check_box that represent convert check_box with specified parent,...
static check_box no(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent no check_box with specified check_state,...
static check_box top(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent top check_box with specified parent,...
static check_box cancel(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cancel check_box with specified parent,...
static check_box ascending(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ascending check_box with specified parent,...
static check_box ignore(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ignore check_box with specified three_state,...
static check_box spell_check(const drawing::point &location)
Create a system-defined check_box that represent spell_check check_box with specified location.
static check_box cancel(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cancel check_box with specified parent,...
static check_box network(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent network check_box with specified parent,...
static check_box quit(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent quit check_box with specified location,...
static check_box 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 check_box that represent font check_box with specified parent,...
static check_box top(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent top check_box with specified parent,...
static check_box new_(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent new_ check_box with specified parent,...
static check_box yes(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent yes check_box with specified parent,...
static check_box 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 check_box that represent new_ check_box with specified parent,...
static check_box zoom_out(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_out check_box with specified three_state,...
static check_box color(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent color check_box with specified parent,...
static check_box forward()
Create a system-defined check_box that represent forward check_box.
static check_box 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 check_box that represent about check_box with specified parent,...
static check_box window(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent window check_box with specified parent,...
static check_box descending(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent descending check_box with specified check_state,...
static check_box home(const control &parent)
Create a system-defined check_box that represent home check_box with specified parent.
static check_box quit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent quit check_box with specified check_state,...
static check_box network(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent network check_box with specified three_state,...
static check_box print_preview(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent print_preview check_box with specified check_state,...
static check_box options(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent options check_box with specified parent,...
static check_box find(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent find check_box with specified check_state,...
static check_box execute(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent execute check_box with specified parent,...
static check_box cdrom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cdrom check_box with specified check_state,...
static check_box underline(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent underline check_box with specified check_state,...
static check_box zoom_out(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_out check_box with specified location,...
static check_box forward(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent forward check_box with specified parent,...
static check_box save_as()
Create a system-defined check_box that represent save_as check_box.
static check_box search(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent search check_box with specified parent,...
static check_box view(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent view check_box with specified three_state,...
static check_box stop(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent stop check_box with specified location,...
static check_box clear(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent clear check_box with specified three_state,...
static check_box color(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent color check_box with specified parent,...
static check_box cdrom()
Create a system-defined check_box that represent cdrom check_box.
static check_box undo(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent undo check_box with specified parent,...
static check_box color(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent color check_box with specified check_state,...
static check_box descending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent descending check_box with specified parent,...
static check_box align_right(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent align_right check_box with specified check_state,...
static check_box refresh(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent refresh check_box with specified three_state,...
static check_box refresh(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent refresh check_box with specified parent,...
static check_box underline()
Create a system-defined check_box that represent underline check_box.
static check_box no(xtd::forms::check_state check_state)
Create a system-defined check_box that represent no check_box with specified and check_state.
static check_box zoom_to_fit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent,...
static check_box jump_to(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent jump_to check_box with specified parent,...
static check_box settings(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent settings check_box with specified location,...
static check_box 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 check_box that represent print_preview check_box with specified three_state,...
static check_box revert_to_saved(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent revert_to_saved check_box with specified check_state...
static check_box convert(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent convert check_box with specified location,...
static check_box quit()
Create a system-defined check_box that represent quit check_box.
static check_box properties(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent properties check_box with specified parent,...
static check_box ignore(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ignore check_box with specified check_state,...
static check_box convert(xtd::forms::check_state check_state)
Create a system-defined check_box that represent convert check_box with specified and check_state.
static check_box close(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent close check_box with specified three_state,...
static check_box last(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent last check_box with specified parent,...
static check_box 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 check_box that represent italic check_box with specified parent,...
static check_box 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 check_box that represent descending check_box with specified parent,...
static check_box 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 check_box that represent descending check_box with specified parent,...
static check_box new_(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent new_ check_box with specified location,...
static check_box find(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent find check_box with specified parent,...
static check_box stop(const drawing::point &location)
Create a system-defined check_box that represent stop check_box with specified location.
static check_box save_as(xtd::forms::check_state check_state)
Create a system-defined check_box that represent save_as check_box with specified and check_state.
static check_box apply(const drawing::point &location)
Create a system-defined check_box that represent apply check_box with specified location.
static check_box 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 check_box that represent add check_box with specified parent,...
static check_box align_left(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent align_left check_box with specified three_state,...
static check_box file(const control &parent)
Create a system-defined check_box that represent file check_box with specified parent.
static check_box cdrom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cdrom check_box with specified three_state,...
static check_box zoom_to_fit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent,...
static check_box next(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent next check_box with specified parent,...
static check_box undo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undo check_box with specified three_state,...
static check_box align_right(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_right check_box with specified check_state,...
static check_box preferences(const drawing::point &location)
Create a system-defined check_box that represent preferences check_box with specified location.
static check_box yes(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent yes check_box with specified check_state,...
static check_box zoom_in(xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_in check_box with specified and check_state.
static check_box quit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent quit check_box with specified parent,...
static check_box cdrom(const control &parent)
Create a system-defined check_box that represent cdrom check_box with specified parent.
static check_box previous(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent previous check_box with specified three_state,...
static check_box 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 check_box that represent save check_box with specified parent,...
static check_box first(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent first check_box with specified three_state,...
static check_box home(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent home check_box with specified parent,...
static check_box close(const control &parent)
Create a system-defined check_box that represent close check_box with specified parent.
static check_box execute(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent execute check_box with specified location,...
static check_box 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 check_box that represent stop check_box with specified parent,...
static check_box settings(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent settings check_box with specified location,...
static check_box network(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent network check_box with specified parent,...
static check_box execute(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent execute check_box with specified three_state,...
static check_box settings(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent settings check_box with specified parent,...
static check_box search(const control &parent)
Create a system-defined check_box that represent search check_box with specified parent.
static check_box strikeout(const control &parent)
Create a system-defined check_box that represent strikeout check_box with specified parent.
static check_box replace(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent replace check_box with specified parent,...
static check_box convert(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent convert check_box with specified parent,...
static check_box customize(xtd::forms::check_state check_state)
Create a system-defined check_box that represent customize check_box with specified and check_state.
static check_box close(const drawing::point &location)
Create a system-defined check_box that represent close check_box with specified location.
static check_box about(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent about check_box with specified location,...
static check_box home()
Create a system-defined check_box that represent home check_box.
static check_box exit(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent exit check_box with specified location,...
static check_box font(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent font check_box with specified location,...
static check_box abort(const drawing::point &location)
Create a system-defined check_box that represent abort check_box with specified location.
static check_box exit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent exit check_box with specified check_state,...
static check_box alignment(xtd::forms::check_state check_state)
Create a system-defined check_box that represent alignment check_box with specified and check_state.
static check_box exit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent exit check_box with specified parent,...
static check_box font(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent font check_box with specified three_state,...
static check_box refresh(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent refresh check_box with specified three_state,...
static check_box back(const drawing::point &location)
Create a system-defined check_box that represent back check_box with specified location.
static check_box back()
Create a system-defined check_box that represent back check_box.
static check_box replace(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent replace check_box with specified location,...
static check_box convert(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent convert check_box with specified parent,...
static check_box centered(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent centered check_box with specified parent,...
static check_box back(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent back check_box with specified parent,...
static check_box refresh(xtd::forms::check_state check_state)
Create a system-defined check_box that represent refresh check_box with specified and check_state.
static check_box select_all(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent select_all check_box with specified parent,...
static check_box font(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent font check_box with specified parent,...
static check_box 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 check_box that represent redo check_box with specified parent,...
static check_box add(const drawing::point &location)
Create a system-defined check_box that represent add check_box with specified location.
static check_box descending(xtd::forms::check_state check_state)
Create a system-defined check_box that represent descending check_box with specified and check_state.
static check_box edit(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent edit check_box with specified parent,...
static check_box spell_check()
Create a system-defined check_box that represent spell_check check_box.
static check_box 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 check_box that represent add check_box with specified parent,...
static check_box up(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent up check_box with specified check_state,...
static check_box zoom_to_fit(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent,...
static check_box spell_check(xtd::forms::check_state check_state)
Create a system-defined check_box that represent spell_check check_box with specified and check_state...
static check_box 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 check_box that represent bottom check_box with specified parent,...
static check_box ascending(const drawing::point &location)
Create a system-defined check_box that represent ascending check_box with specified location.
static check_box previous(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent previous check_box with specified location,...
static check_box window(xtd::forms::check_state check_state)
Create a system-defined check_box that represent window check_box with specified and check_state.
static check_box remove(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent remove check_box with specified check_state,...
static check_box new_(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent new_ check_box with specified parent,...
static check_box descending(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent descending check_box with specified three_state,...
static check_box search(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent search check_box with specified check_state,...
static check_box 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 check_box that represent window check_box with specified parent,...
static check_box quit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent quit check_box with specified three_state,...
static check_box spell_check(const control &parent)
Create a system-defined check_box that represent spell_check check_box with specified parent.
static check_box edit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent edit check_box with specified parent,...
static check_box undo(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent undo check_box with specified parent,...
static check_box exit(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent exit check_box with specified parent,...
static check_box indent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent indent check_box with specified three_state,...
static check_box close(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent close check_box with specified check_state,...
static check_box ok(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ok check_box with specified three_state,...
static check_box indent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent indent check_box with specified three_state,...
static check_box yes(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent yes check_box with specified parent,...
static check_box color()
Create a system-defined check_box that represent color check_box.
static check_box alignment(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent alignment check_box with specified parent,...
static check_box save_as(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent save_as check_box with specified check_state,...
static check_box refresh(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent refresh check_box with specified parent,...
static check_box remove(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent remove check_box with specified parent,...
static check_box cdrom(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent cdrom check_box with specified location,...
static check_box print(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent print check_box with specified check_state,...
static check_box save(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent save check_box with specified three_state,...
static check_box zoom_in(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_in check_box with specified three_state,...
static check_box next(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent next check_box with specified three_state,...
static check_box first(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent first check_box with specified check_state,...
static check_box apply()
Create a system-defined check_box that represent apply check_box.
static check_box select_all(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent select_all check_box with specified check_state,...
static check_box quit(xtd::forms::check_state check_state)
Create a system-defined check_box that represent quit check_box with specified and check_state.
static check_box bottom(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent bottom check_box with specified check_state,...
static check_box execute(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent execute check_box with specified parent,...
static check_box preferences(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent preferences check_box with specified parent,...
static check_box 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 check_box that represent jump_to check_box with specified parent,...
static check_box preferences(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent preferences check_box with specified parent,...
static check_box cdrom(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cdrom check_box with specified check_state,...
static check_box 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 check_box that represent no check_box with specified parent,...
static check_box indent(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent indent check_box with specified parent,...
static check_box centered(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent centered check_box with specified parent,...
static check_box help(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent help check_box with specified check_state,...
static check_box close(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent close check_box with specified parent,...
static check_box tools(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent tools check_box with specified three_state,...
static check_box align_left(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent align_left check_box with specified parent,...
static check_box unindent(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent unindent check_box with specified location,...
static check_box down(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent down check_box with specified parent,...
static check_box underline(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent underline check_box with specified check_state,...
static check_box down(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent down check_box with specified parent,...
static check_box remove(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent remove check_box with specified three_state,...
static check_box justified()
Create a system-defined check_box that represent justified check_box.
static check_box strikeout(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent strikeout check_box with specified parent,...
static check_box search(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent search check_box with specified location,...
static check_box open(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent open check_box with specified parent,...
static check_box options(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent options check_box with specified check_state,...
static check_box select_all(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent select_all check_box with specified parent,...
static check_box 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 check_box that represent retry check_box with specified parent,...
static check_box preferences(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent preferences check_box with specified check_state,...
static check_box 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 check_box that represent customize check_box with specified parent,...
static check_box revert_to_saved(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent revert_to_saved check_box with specified parent,...
static check_box first(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent first check_box with specified location,...
static check_box about(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent about check_box with specified parent,...
static check_box apply(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent apply check_box with specified check_state,...
static check_box del(const control &parent)
Create a system-defined check_box that represent del check_box with specified parent.
static check_box 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 check_box that represent contents check_box with specified parent,...
static check_box 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 check_box that represent last check_box with specified parent,...
static check_box unindent(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent unindent check_box with specified three_state,...
static check_box convert(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent convert check_box with specified three_state,...
static check_box spell_check(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent spell_check check_box with specified location,...
static check_box 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 check_box that represent network check_box with specified three_state,...
static check_box stop(const control &parent)
Create a system-defined check_box that represent stop check_box with specified parent.
static check_box previous(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent previous check_box with specified check_state,...
static check_box 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 check_box that represent replace check_box with specified three_state,...
static check_box select_all(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent select_all check_box with specified check_state,...
static check_box strikeout(xtd::forms::check_state check_state)
Create a system-defined check_box that represent strikeout check_box with specified and check_state.
static check_box spell_check(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent spell_check check_box with specified parent,...
static check_box ascending(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ascending check_box with specified parent,...
static check_box info(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent info check_box with specified three_state,...
static check_box settings(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent settings check_box with specified parent,...
static check_box file(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent file check_box with specified three_state,...
static check_box unindent(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent unindent check_box with specified parent,...
static check_box options(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent options check_box with specified parent,...
static check_box forward(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent forward check_box with specified location,...
static check_box undo(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent undo check_box with specified parent,...
static check_box undelete(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent undelete check_box with specified parent,...
static check_box retry(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent retry check_box with specified three_state,...
static check_box font(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent font check_box with specified parent,...
static check_box stop(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent stop check_box with specified parent,...
static check_box contents(const control &parent)
Create a system-defined check_box that represent contents check_box with specified parent.
static check_box undelete(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undelete check_box with specified location,...
static check_box font(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent font check_box with specified three_state,...
static check_box 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 check_box that represent strikeout check_box with specified parent,...
static check_box cancel(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cancel check_box with specified three_state,...
static check_box 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 check_box that represent unindent check_box with specified parent,...
static check_box options(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent options check_box with specified check_state,...
static check_box search(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent search check_box with specified check_state,...
static check_box last(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent last check_box with specified parent,...
static check_box 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 check_box that represent view check_box with specified parent,...
static check_box select_all(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent select_all check_box with specified three_state,...
static check_box harddisk(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent harddisk check_box with specified check_state,...
static check_box find(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent find check_box with specified three_state,...
static check_box 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 check_box that represent preferences check_box with specified parent,...
static check_box first(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent first check_box with specified location,...
static check_box apply(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent apply check_box with specified three_state,...
static check_box add(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent add check_box with specified parent,...
static check_box ignore()
Create a system-defined check_box that represent ignore check_box.
static check_box refresh(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent refresh check_box with specified parent,...
static check_box previous(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent previous check_box with specified parent,...
static check_box properties(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent properties check_box with specified parent,...
static check_box quit(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent quit check_box with specified location,...
static check_box open(xtd::forms::check_state check_state)
Create a system-defined check_box that represent open check_box with specified and check_state.
static check_box retry(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent retry check_box with specified parent,...
static check_box zoom_in(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_in check_box with specified three_state,...
static check_box undelete()
Create a system-defined check_box that represent undelete check_box.
static check_box next(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent next check_box with specified check_state,...
static check_box open(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent open check_box with specified parent,...
static check_box replace(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent replace check_box with specified check_state,...
static check_box jump_to(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent jump_to check_box with specified location,...
static check_box print_preview(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent print_preview check_box with specified three_state,...
static check_box cdrom(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cdrom check_box with specified parent,...
static check_box redo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent redo check_box with specified three_state,...
static check_box 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 check_box that represent quit check_box with specified parent,...
static check_box up(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent up check_box with specified parent,...
static check_box paste(xtd::forms::check_state check_state)
Create a system-defined check_box that represent paste check_box with specified and check_state.
static check_box clear(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent clear check_box with specified location,...
static check_box up(xtd::forms::check_state check_state)
Create a system-defined check_box that represent up check_box with specified and check_state.
static check_box color(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent color check_box with specified three_state,...
static check_box bottom(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent bottom check_box with specified parent,...
static check_box print_preview(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent print_preview check_box with specified check_state,...
static check_box yes(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent yes check_box with specified location,...
static check_box descending()
Create a system-defined check_box that represent descending check_box.
static check_box replace(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent replace check_box with specified parent,...
static check_box undo(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent undo check_box with specified three_state,...
static check_box properties(const control &parent)
Create a system-defined check_box that represent properties check_box with specified parent.
static check_box 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 check_box that represent abort check_box with specified parent,...
static check_box 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 check_box that represent revert_to_saved check_box with specified check_state...
static check_box customize(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent customize check_box with specified parent,...
static check_box edit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent edit check_box with specified check_state,...
static check_box exit(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent exit check_box with specified parent,...
static check_box italic(xtd::forms::check_state check_state)
Create a system-defined check_box that represent italic check_box with specified and check_state.
static check_box 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 check_box that represent ignore check_box with specified three_state,...
static check_box indent(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent indent check_box with specified parent,...
static check_box unindent()
Create a system-defined check_box that represent unindent check_box.
static check_box view(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent view check_box with specified three_state,...
static check_box 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 check_box that represent alignment check_box with specified parent,...
static check_box 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 check_box that represent remove check_box with specified parent,...
static check_box network(xtd::forms::check_state check_state)
Create a system-defined check_box that represent network check_box with specified and check_state.
static check_box 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 check_box that represent window check_box with specified parent,...
static check_box 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 check_box that represent zoom_to_fit check_box with specified three_state,...
static check_box 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 check_box that represent stop check_box with specified parent,...
static check_box tools(const control &parent)
Create a system-defined check_box that represent tools check_box with specified parent.
static check_box zoom_to_fit(const control &parent)
Create a system-defined check_box that represent zoom_to_fit check_box with specified parent.
static check_box yes(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent yes check_box with specified check_state,...
static check_box zoom_out(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_out check_box with specified parent,...
static check_box top(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent top check_box with specified parent,...
static check_box jump_to(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent jump_to check_box with specified location,...
static check_box 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 check_box that represent edit check_box with specified parent,...
static check_box down(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent down check_box with specified check_state,...
static check_box zoom_out(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_out check_box with specified three_state,...
static check_box undelete(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undelete check_box with specified check_state,...
static check_box print(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent print check_box with specified parent,...
static check_box zoom_to_fit(const drawing::point &location)
Create a system-defined check_box that represent zoom_to_fit check_box with specified location.
static check_box ascending(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ascending check_box with specified location,...
static check_box color(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent color check_box with specified location,...
static check_box yes(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent yes check_box with specified three_state,...
static check_box 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 check_box that represent properties check_box with specified three_state,...
static check_box actual_size(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent actual_size check_box with specified parent,...
static check_box 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 check_box that represent info check_box with specified parent,...
static check_box 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 check_box that represent info check_box with specified parent,...
static check_box 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 check_box that represent select_all check_box with specified three_state,...
static check_box index(const drawing::point &location)
Create a system-defined check_box that represent index check_box with specified location.
static check_box forward(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent forward check_box with specified check_state,...
static check_box select_all(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent select_all check_box with specified parent,...
static check_box unindent(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent unindent check_box with specified check_state,...
static check_box file(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent file check_box with specified location,...
static check_box properties(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent properties check_box with specified parent,...
static check_box save_as(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent save_as check_box with specified parent,...
static check_box contents(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent contents check_box with specified parent,...
static check_box yes(const drawing::point &location)
Create a system-defined check_box that represent yes check_box with specified location.
static check_box 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 check_box that represent customize check_box with specified parent,...
static check_box 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 check_box that represent about check_box with specified parent,...
static check_box contents(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent contents check_box with specified parent,...
static check_box index(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent index check_box with specified parent,...
static check_box 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 check_box that represent paste check_box with specified three_state,...
static check_box ignore(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ignore check_box with specified location,...
static check_box floppy(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent floppy check_box with specified check_state,...
static check_box align_left(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_left check_box with specified location,...
static check_box first(xtd::forms::check_state check_state)
Create a system-defined check_box that represent first check_box with specified and check_state.
static check_box properties(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent properties check_box with specified three_state,...
static check_box 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 check_box that represent del check_box with specified parent,...
static check_box undo(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undo check_box with specified location,...
static check_box del()
Create a system-defined check_box that represent del check_box.
static check_box down(const control &parent)
Create a system-defined check_box that represent down check_box with specified parent.
static check_box print_preview(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent print_preview check_box with specified parent,...
static check_box network(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent network check_box with specified parent,...
static check_box search()
Create a system-defined check_box that represent search check_box.
static check_box redo(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent redo check_box with specified parent,...
static check_box 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 check_box that represent select_all check_box with specified parent,...
static check_box remove(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent remove check_box with specified parent,...
static check_box cut(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cut check_box with specified three_state,...
static check_box next(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent next check_box with specified location,...
static check_box convert(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent convert check_box with specified parent,...
static check_box help(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent help check_box with specified location,...
static check_box help(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent help check_box with specified parent,...
static check_box abort(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent abort check_box with specified parent,...
static check_box 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 check_box that represent alignment check_box with specified three_state,...
static check_box zoom_in(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_in check_box with specified parent,...
static check_box 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 check_box that represent apply check_box with specified parent,...
static check_box file(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent file check_box with specified three_state,...
static check_box align_left()
Create a system-defined check_box that represent align_left check_box.
static check_box undo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent undo check_box with specified check_state,...
static check_box up(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent up check_box with specified parent,...
static check_box execute(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent execute check_box with specified parent,...
static check_box stop(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent stop check_box with specified check_state,...
static check_box 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 check_box that represent select_all check_box with specified parent,...
static check_box 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 check_box that represent index check_box with specified parent,...
static check_box first(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent first check_box with specified parent,...
static check_box 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 check_box that represent back check_box with specified three_state,...
static check_box 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 check_box that represent close check_box with specified parent,...
static check_box 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 check_box that represent undelete check_box with specified parent,...
static check_box replace()
Create a system-defined check_box that represent replace check_box.
static check_box index(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent index check_box with specified parent,...
static check_box no()
Create a system-defined check_box that represent no check_box.
static check_box yes(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent yes check_box with specified parent,...
static check_box actual_size(xtd::forms::check_state check_state)
Create a system-defined check_box that represent actual_size check_box with specified and check_state...
static check_box 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 check_box that represent cancel check_box with specified parent,...
static check_box apply(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent apply check_box with specified parent,...
static check_box contents(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent contents check_box with specified parent,...
static check_box 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 check_box that represent quit check_box with specified parent,...
static check_box font()
Create a system-defined check_box that represent font check_box.
static check_box network(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent network check_box with specified parent,...
static check_box stop(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent stop check_box with specified parent,...
static check_box index(xtd::forms::check_state check_state)
Create a system-defined check_box that represent index check_box with specified and check_state.
static check_box forward(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent forward check_box with specified parent,...
static check_box font(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent font check_box with specified check_state,...
static check_box cancel(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cancel check_box with specified three_state,...
static check_box 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 check_box that represent ignore check_box with specified parent,...
static check_box 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 check_box that represent first check_box with specified parent,...
static check_box copy(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent copy check_box with specified check_state,...
static check_box find(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent find check_box with specified three_state,...
static check_box ignore(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ignore check_box with specified parent,...
static check_box undelete(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent undelete check_box with specified check_state,...
static check_box close(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent close check_box with specified location,...
static check_box help(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent help check_box with specified three_state,...
static check_box justified(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent justified check_box with specified parent,...
static check_box cancel(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cancel check_box with specified parent,...
static check_box apply(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent apply check_box with specified parent,...
static check_box spell_check(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent spell_check check_box with specified parent,...
static check_box 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 check_box that represent options check_box with specified parent,...
static check_box previous(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent previous check_box with specified three_state,...
static check_box options(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent options check_box with specified parent,...
static check_box cdrom(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent cdrom check_box with specified parent,...
static check_box copy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent copy check_box with specified parent,...
static check_box 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 check_box that represent align_left check_box with specified parent,...
static check_box file(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent file check_box with specified parent,...
static check_box down(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent down check_box with specified check_state,...
static check_box 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 check_box that represent search check_box with specified parent,...
static check_box up(const control &parent)
Create a system-defined check_box that represent up check_box with specified parent.
static check_box font(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent font check_box with specified three_state,...
static check_box justified(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent justified check_box with specified parent,...
static check_box convert(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent convert check_box with specified three_state,...
static check_box cdrom(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent cdrom check_box with specified parent,...
static check_box 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 check_box that represent ok check_box with specified parent,...
static check_box print()
Create a system-defined check_box that represent print check_box.
static check_box top(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent top check_box with specified three_state,...
static check_box stop(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent stop check_box with specified three_state,...
static check_box edit(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent edit check_box with specified parent,...
static check_box paste()
Create a system-defined check_box that represent paste check_box.
static check_box info(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent info check_box with specified parent,...
static check_box edit(const control &parent)
Create a system-defined check_box that represent edit check_box with specified parent.
static check_box contents(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent contents check_box with specified location,...
static check_box contents(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent contents check_box with specified check_state,...
static check_box settings(const drawing::point &location)
Create a system-defined check_box that represent settings check_box with specified location.
static check_box contents(const drawing::point &location)
Create a system-defined check_box that represent contents check_box with specified location.
static check_box stop(xtd::forms::check_state check_state)
Create a system-defined check_box that represent stop check_box with specified and check_state.
static check_box home(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent home check_box with specified parent,...
static check_box apply(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent apply check_box with specified parent,...
static check_box 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 check_box that represent quit check_box with specified parent,...
static check_box network(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent network check_box with specified location,...
static check_box save(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent save check_box with specified parent,...
static check_box jump_to(const control &parent)
Create a system-defined check_box that represent jump_to check_box with specified parent.
static check_box jump_to(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent jump_to check_box with specified parent,...
static check_box undelete(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undelete check_box with specified parent,...
static check_box view(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent view check_box with specified parent,...
static check_box add(xtd::forms::check_state check_state)
Create a system-defined check_box that represent add check_box with specified and check_state.
static check_box redo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent redo check_box with specified parent,...
static check_box down(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent down check_box with specified three_state,...
static check_box execute(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent execute check_box with specified three_state,...
static check_box tools()
Create a system-defined check_box that represent tools check_box.
static check_box del(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent del check_box with specified location,...
static check_box floppy(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent floppy check_box with specified three_state,...
static check_box clear(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent clear check_box with specified parent,...
static check_box paste(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent paste check_box with specified check_state,...
static check_box ignore(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent ignore check_box with specified check_state,...
static check_box up(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent up check_box with specified three_state,...
static check_box zoom_in(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_in check_box with specified three_state,...
static check_box print(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print check_box with specified parent,...
static check_box last(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent last check_box with specified three_state,...
static check_box exit(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent exit check_box with specified parent,...
static check_box 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 check_box that represent undo check_box with specified parent,...
static check_box 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 check_box that represent redo check_box with specified parent,...
static check_box 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 check_box that represent spell_check check_box with specified parent,...
static check_box quit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent quit check_box with specified three_state,...
static check_box zoom_in(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent zoom_in check_box with specified parent,...
static check_box harddisk(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent harddisk check_box with specified parent,...
static check_box 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 check_box that represent info check_box with specified three_state,...
static check_box 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 check_box that represent centered check_box with specified parent,...
static check_box ok(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ok check_box with specified parent,...
static check_box 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 check_box that represent close check_box with specified parent,...
static check_box undelete(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent undelete check_box with specified three_state,...
static check_box next(const drawing::point &location)
Create a system-defined check_box that represent next check_box with specified location.
static check_box zoom_to_fit(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state,...
static check_box zoom_in(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent zoom_in check_box with specified parent,...
static check_box align_left(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_left check_box with specified three_state,...
static check_box preferences(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent preferences check_box with specified location,...
static check_box save_as(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent save_as check_box with specified three_state,...
static check_box 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 check_box that represent undelete check_box with specified parent,...
static check_box justified(const control &parent)
Create a system-defined check_box that represent justified check_box with specified parent.
static check_box align_left(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent align_left check_box with specified check_state,...
static check_box about(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent about check_box with specified parent,...
static check_box new_(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent new_ check_box with specified check_state,...
static check_box network(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent network check_box with specified three_state,...
static check_box spell_check(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent spell_check check_box with specified parent,...
static check_box retry()
Create a system-defined check_box that represent retry check_box.
static check_box 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 check_box that represent undo check_box with specified parent,...
static check_box back(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent back check_box with specified parent,...
static check_box 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 check_box that represent copy check_box with specified parent,...
static check_box indent(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent indent check_box with specified parent,...
static check_box refresh(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent refresh check_box with specified parent,...
static check_box file()
Create a system-defined check_box that represent file check_box.
static check_box first(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent first check_box with specified three_state,...
static check_box file(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent file check_box with specified parent,...
static check_box next(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent next check_box with specified parent,...
static check_box color(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent color check_box with specified parent,...
static check_box new_(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent new_ check_box with specified parent,...
static check_box 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 check_box that represent copy check_box with specified parent,...
static check_box 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 check_box that represent strikeout check_box with specified parent,...
static check_box print(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print check_box with specified three_state,...
static check_box select_all(const drawing::point &location)
Create a system-defined check_box that represent select_all check_box with specified location.
static check_box about(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent about check_box with specified three_state,...
static check_box save(xtd::forms::check_state check_state)
Create a system-defined check_box that represent save check_box with specified and check_state.
static check_box top(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent top check_box with specified location,...
static check_box convert(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent convert check_box with specified three_state,...
static check_box no(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent no check_box with specified three_state,...
static check_box 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 check_box that represent abort check_box with specified parent,...
static check_box 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 check_box that represent index check_box with specified parent,...
static check_box harddisk(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent harddisk check_box with specified parent,...
static check_box zoom_in(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent zoom_in check_box with specified parent,...
static check_box strikeout(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent strikeout check_box with specified three_state,...
static check_box window(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent window check_box with specified three_state,...
static check_box paste(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent paste check_box with specified three_state,...
static check_box 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 check_box that represent bottom check_box with specified parent,...
static check_box harddisk(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent harddisk check_box with specified three_state,...
static check_box tools(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent tools check_box with specified location,...
static check_box open(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent open check_box with specified three_state,...
static check_box color(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent color check_box with specified parent,...
static check_box file(xtd::forms::check_state check_state)
Create a system-defined check_box that represent file check_box with specified and check_state.
static check_box 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 check_box that represent underline check_box with specified parent,...
static check_box zoom_out(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_out check_box with specified check_state,...
static check_box apply(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent apply check_box with specified parent,...
static check_box spell_check(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent spell_check check_box with specified parent,...
static check_box preferences(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent preferences check_box with specified parent,...
static check_box ascending(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ascending check_box with specified parent,...
static check_box tools(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent tools check_box with specified check_state,...
static check_box 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 check_box that represent unindent check_box with specified three_state,...
static check_box execute(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent execute check_box with specified parent,...
static check_box redo(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent redo check_box with specified check_state,...
static check_box revert_to_saved(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent revert_to_saved check_box with specified three_state...
static check_box file(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent file check_box with specified parent,...
static check_box options(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent options check_box with specified parent,...
static check_box save(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save check_box with specified parent,...
static check_box justified(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent justified check_box with specified check_state,...
static check_box options(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent options check_box with specified parent,...
static check_box 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 check_box that represent first check_box with specified parent,...
static check_box bold(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bold check_box with specified parent,...
static check_box paste(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent paste check_box with specified location,...
static check_box back(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent back check_box with specified parent,...
static check_box help(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent help check_box with specified three_state,...
static check_box 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 check_box that represent cdrom check_box with specified parent,...
static check_box tools(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent tools check_box with specified parent,...
static check_box italic(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent italic check_box with specified parent,...
static check_box print_preview()
Create a system-defined check_box that represent print_preview check_box.
static check_box cancel(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cancel check_box with specified parent,...
static check_box view(const drawing::point &location)
Create a system-defined check_box that represent view check_box with specified location.
static check_box justified(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent justified check_box with specified three_state,...
static check_box add(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent add check_box with specified three_state,...
static check_box network(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent network check_box with specified location,...
static check_box 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 check_box that represent help check_box with specified parent,...
static check_box refresh(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent refresh check_box with specified check_state,...
static check_box top(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent top check_box with specified check_state,...
static check_box copy(const drawing::point &location)
Create a system-defined check_box that represent copy check_box with specified location.
static check_box revert_to_saved(xtd::forms::check_state check_state)
Create a system-defined check_box that represent revert_to_saved check_box with specified and check_s...
static check_box find(const drawing::point &location)
Create a system-defined check_box that represent find check_box with specified location.
static check_box descending(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent descending check_box with specified parent,...
static check_box ascending(const control &parent)
Create a system-defined check_box that represent ascending check_box with specified parent.
static check_box color(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent color check_box with specified parent,...
static check_box harddisk(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent harddisk check_box with specified location,...
static check_box 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 check_box that represent refresh check_box with specified parent,...
static check_box new_(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent new_ check_box with specified parent,...
static check_box italic(const control &parent)
Create a system-defined check_box that represent italic check_box with specified parent.
static check_box 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 check_box that represent spell_check check_box with specified parent,...
static check_box undo()
Create a system-defined check_box that represent undo check_box.
static check_box color(const control &parent)
Create a system-defined check_box that represent color check_box with specified parent.
static check_box justified(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent justified check_box with specified check_state,...
static check_box align_right(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent align_right check_box with specified parent,...
static check_box 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 check_box that represent forward check_box with specified parent,...
static check_box justified(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent justified check_box with specified parent,...
static check_box properties()
Create a system-defined check_box that represent properties check_box.
static check_box first(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent first check_box with specified parent,...
static check_box quit(const drawing::point &location)
Create a system-defined check_box that represent quit check_box with specified location.
static check_box top(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent top check_box with specified check_state,...
static check_box options(const drawing::point &location)
Create a system-defined check_box that represent options check_box with specified location.
static check_box undo(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent undo check_box with specified parent,...
static check_box zoom_out(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent zoom_out check_box with specified check_state,...
static check_box align_left(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent align_left check_box with specified three_state,...
static check_box up(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent up check_box with specified check_state,...
static check_box print(const control &parent)
Create a system-defined check_box that represent print check_box with specified parent.
static check_box strikeout(const drawing::point &location)
Create a system-defined check_box that represent strikeout check_box with specified location.
static check_box print(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print check_box with specified parent,...
static check_box last(xtd::forms::check_state check_state)
Create a system-defined check_box that represent last check_box with specified and check_state.
static check_box new_(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent new_ check_box with specified parent,...
static check_box 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 check_box that represent home check_box with specified parent,...
static check_box underline(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent underline check_box with specified location,...
static check_box previous(const drawing::point &location)
Create a system-defined check_box that represent previous check_box with specified location.
static check_box strikeout(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent strikeout check_box with specified check_state,...
static check_box about(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent about check_box with specified check_state,...
static check_box remove()
Create a system-defined check_box that represent remove check_box.
static check_box strikeout(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent strikeout check_box with specified parent,...
static check_box index(const control &parent)
Create a system-defined check_box that represent index check_box with specified parent.
static check_box floppy()
Create a system-defined check_box that represent floppy check_box.
static check_box execute(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent execute check_box with specified parent,...
static check_box print_preview(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent print_preview check_box with specified parent,...
static check_box first(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent first check_box with specified parent,...
static check_box save(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent save check_box with specified parent,...
static check_box index(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent index check_box with specified check_state,...
static check_box window(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent window check_box with specified check_state,...
static check_box revert_to_saved(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent revert_to_saved check_box with specified three_state...
static check_box 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 check_box that represent actual_size check_box with specified parent,...
static check_box ascending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ascending check_box with specified check_state,...
static check_box jump_to(const drawing::point &location)
Create a system-defined check_box that represent jump_to check_box with specified location.
static check_box replace(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent replace check_box with specified parent,...
static check_box 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 check_box that represent tools check_box with specified three_state,...
static check_box home(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent home check_box with specified three_state,...
static check_box edit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent edit check_box with specified check_state,...
static check_box convert(const drawing::point &location)
Create a system-defined check_box that represent convert check_box with specified location.
static check_box jump_to(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent jump_to check_box with specified parent,...
static check_box exit(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent exit check_box with specified check_state,...
static check_box next(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent next check_box with specified parent,...
static check_box apply(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent apply check_box with specified check_state,...
static check_box bottom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent bottom check_box with specified three_state,...
static check_box paste(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent paste check_box with specified parent,...
static check_box execute(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent execute check_box with specified parent,...
static check_box indent()
Create a system-defined check_box that represent indent check_box.
static check_box 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 check_box that represent align_right check_box with specified parent,...
static check_box home(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent home check_box with specified check_state,...
static check_box 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 check_box that represent top check_box with specified parent,...
static check_box options(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent options check_box with specified location,...
static check_box ascending(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ascending check_box with specified three_state,...
static check_box customize(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent customize check_box with specified parent,...
static check_box 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 check_box that represent cut check_box with specified three_state,...
static check_box customize(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent customize check_box with specified parent,...
static check_box previous(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent previous check_box with specified parent,...
static check_box open(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent open check_box with specified parent,...
static check_box floppy(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent floppy check_box with specified parent,...
static check_box properties(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent properties check_box with specified location,...
static check_box 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 check_box that represent properties check_box with specified parent,...
static check_box font(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent font check_box with specified parent,...
static check_box index()
Create a system-defined check_box that represent index check_box.
static check_box properties(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent properties check_box with specified check_state,...
static check_box new_(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent new_ check_box with specified three_state,...
static check_box 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 check_box that represent execute check_box with specified three_state,...
static check_box back(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent back check_box with specified parent,...
static check_box about(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent about check_box with specified parent,...
static check_box settings(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent settings check_box with specified check_state,...
static check_box search(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent search check_box with specified check_state,...
static check_box zoom_to_fit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_to_fit check_box with specified check_state,...
static check_box select_all(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent select_all check_box with specified parent,...
static check_box remove(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent remove check_box with specified parent,...
static check_box paste(const drawing::point &location)
Create a system-defined check_box that represent paste check_box with specified location.
static check_box jump_to(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent jump_to check_box with specified parent,...
static check_box print(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent print check_box with specified check_state,...
static check_box remove(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent remove check_box with specified check_state,...
static check_box home(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent home check_box with specified location,...
static check_box 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 check_box that represent about check_box with specified three_state,...
static check_box settings(const control &parent)
Create a system-defined check_box that represent settings check_box with specified parent.
static check_box centered(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent centered check_box with specified three_state,...
static check_box 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 check_box that represent edit check_box with specified parent,...
static check_box window()
Create a system-defined check_box that represent window check_box.
static check_box last(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent last check_box with specified parent,...
static check_box 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 check_box that represent yes check_box with specified three_state,...
static check_box bold(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent bold check_box with specified parent,...
static check_box 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 check_box that represent network check_box with specified parent,...
static check_box 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 check_box that represent find check_box with specified parent,...
static check_box 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 check_box that represent no check_box with specified three_state,...
static check_box ignore(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ignore check_box with specified parent,...
static check_box convert(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent convert check_box with specified parent,...
static check_box actual_size(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent actual_size check_box with specified parent,...
static check_box 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 check_box that represent font check_box with specified parent,...
static check_box close(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent close check_box with specified parent,...
static check_box ok(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ok check_box with specified location,...
static check_box zoom_in(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_in check_box with specified parent,...
static check_box help(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent help check_box with specified parent,...
static check_box view(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent view check_box with specified check_state,...
static check_box jump_to(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent jump_to check_box with specified three_state,...
static check_box print(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent print check_box with specified parent,...
static check_box 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 check_box that represent indent check_box with specified parent,...
static check_box print(const drawing::point &location)
Create a system-defined check_box that represent print check_box with specified location.
static check_box print(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent print check_box with specified location,...
static check_box zoom_out(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent zoom_out check_box with specified location,...
static check_box 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 check_box that represent yes check_box with specified parent,...
static check_box window(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent window check_box with specified parent,...
static check_box stop(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent stop check_box with specified check_state,...
static check_box 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 check_box that represent cut check_box with specified parent,...
static check_box zoom_in(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent zoom_in check_box with specified location,...
static check_box clear(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent clear check_box with specified location,...
static check_box remove(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent remove check_box with specified three_state,...
static check_box 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 check_box that represent bottom check_box with specified three_state,...
static check_box settings(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent settings check_box with specified parent,...
static check_box 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 check_box that represent next check_box with specified parent,...
static check_box harddisk(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent harddisk check_box with specified three_state,...
static check_box up(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent up check_box with specified parent,...
static check_box 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 check_box that represent forward check_box with specified parent,...
static check_box undo(xtd::forms::check_state check_state)
Create a system-defined check_box that represent undo check_box with specified and check_state.
static check_box retry(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent retry check_box with specified parent,...
static check_box index(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent index check_box with specified location,...
static check_box 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 check_box that represent indent check_box with specified three_state,...
static check_box save_as(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent save_as check_box with specified check_state,...
static check_box abort(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent abort check_box with specified parent,...
static check_box print_preview(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent print_preview check_box with specified parent,...
static check_box 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 check_box that represent justified check_box with specified parent,...
static check_box quit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent quit check_box with specified check_state,...
static check_box close(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent close check_box with specified location,...
static check_box tools(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent tools check_box with specified parent,...
static check_box clear(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent clear check_box with specified parent,...
static check_box actual_size(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent actual_size check_box with specified check_state,...
static check_box find(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent find check_box with specified parent,...
static check_box zoom_out(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent zoom_out check_box with specified parent,...
static check_box zoom_out(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent zoom_out check_box with specified parent,...
static check_box 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 check_box that represent settings check_box with specified three_state,...
static check_box clear()
Create a system-defined check_box that represent clear check_box.
static check_box 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 check_box that represent cut check_box with specified parent,...
static check_box 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 check_box that represent undelete check_box with specified three_state,...
static check_box apply(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent apply check_box with specified three_state,...
static check_box top(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent top check_box with specified parent,...
static check_box actual_size(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent actual_size check_box with specified three_state,...
static check_box centered(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent centered check_box with specified parent,...
static check_box centered(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent centered check_box with specified check_state,...
static check_box save(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent save check_box with specified check_state,...
static check_box yes(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent yes check_box with specified parent,...
static check_box home(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent home check_box with specified three_state,...
static check_box italic(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent italic check_box with specified location,...
static check_box exit(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent exit check_box with specified check_state,...
static check_box color(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent color check_box with specified check_state,...
static check_box stop(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent stop check_box with specified parent,...
static check_box abort(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent abort check_box with specified check_state,...
static check_box 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 check_box that represent top check_box with specified three_state,...
static check_box next(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent next check_box with specified parent,...
static check_box 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 check_box that represent cut check_box with specified parent,...
static check_box network(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent network check_box with specified check_state,...
static check_box retry(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent retry check_box with specified parent,...
static check_box retry(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent retry check_box with specified three_state,...
static check_box replace(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent replace check_box with specified parent,...
static check_box retry(const control &parent)
Create a system-defined check_box that represent retry check_box with specified parent.
static check_box properties(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent properties check_box with specified three_state,...
static check_box 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 check_box that represent ignore check_box with specified parent,...
static check_box 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 check_box that represent italic check_box with specified parent,...
static check_box 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 check_box that represent retry check_box with specified parent,...
static check_box 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 check_box that represent cancel check_box with specified three_state,...
static check_box zoom_in(const control &parent)
Create a system-defined check_box that represent zoom_in check_box with specified parent.
static check_box help(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent help check_box with specified check_state,...
static check_box add(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent add check_box with specified parent,...
static check_box descending(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent descending check_box with specified parent,...
static check_box 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 check_box that represent color check_box with specified parent,...
static check_box actual_size(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent actual_size check_box with specified check_state,...
static check_box bold(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bold check_box with specified parent,...
static check_box floppy(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent floppy check_box with specified parent,...
static check_box 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 check_box that represent help check_box with specified three_state,...
static check_box no(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent no check_box with specified location,...
static check_box window(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent window check_box with specified check_state,...
static check_box stop(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent stop check_box with specified parent,...
static check_box bottom(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent bottom check_box with specified three_state,...
static check_box exit(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent exit check_box with specified three_state,...
static check_box remove(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent remove check_box with specified location,...
static check_box 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 check_box that represent centered check_box with specified parent,...
static check_box undelete(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent undelete check_box with specified check_state,...
static check_box 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 check_box that represent cancel check_box with specified parent,...
static check_box next(xtd::forms::check_state check_state)
Create a system-defined check_box that represent next check_box with specified and check_state.
static check_box 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 check_box that represent color check_box with specified parent,...
static check_box search(const drawing::point &location)
Create a system-defined check_box that represent search check_box with specified location.
static check_box 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 check_box that represent next check_box with specified parent,...
static check_box paste(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent paste check_box with specified parent,...
static check_box ignore(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent ignore check_box with specified parent,...
static check_box 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 check_box that represent apply check_box with specified parent,...
static check_box back(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent back check_box with specified three_state,...
static check_box font(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent font check_box with specified parent,...
static check_box customize(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent customize check_box with specified parent,...
static check_box window(bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent window check_box with specified three_state,...
static check_box remove(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent remove check_box with specified parent,...
static check_box ignore(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent ignore check_box with specified check_state,...
static check_box 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 check_box that represent home check_box with specified parent,...
static check_box ignore(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent ignore check_box with specified parent,...
static check_box contents(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent contents check_box with specified parent,...
static check_box cut(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent cut check_box with specified parent,...
static check_box undo(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent undo check_box with specified parent,...
static check_box stop(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent stop check_box with specified check_state,...
static check_box find(const control &parent)
Create a system-defined check_box that represent find check_box with specified parent.
static check_box about(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent about check_box with specified check_state,...
static check_box descending(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent descending check_box with specified check_state,...
static check_box strikeout(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent strikeout check_box with specified parent,...
static check_box index(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent index check_box with specified three_state,...
static check_box 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 check_box that represent previous check_box with specified three_state,...
static check_box underline(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent underline check_box with specified parent,...
static check_box 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 check_box that represent undo check_box with specified parent,...
static check_box harddisk(xtd::forms::check_state check_state)
Create a system-defined check_box that represent harddisk check_box with specified and check_state.
static check_box paste(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent paste check_box with specified three_state,...
static check_box add(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent add check_box with specified check_state,...
static check_box 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 check_box that represent file check_box with specified parent,...
static check_box next(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent next check_box with specified check_state,...
static check_box 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 check_box that represent down check_box with specified three_state,...
static check_box 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 check_box that represent ascending check_box with specified parent,...
static check_box next()
Create a system-defined check_box that represent next check_box.
static check_box cut(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent cut check_box with specified check_state,...
static check_box 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 check_box that represent execute check_box with specified parent,...
static check_box 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 check_box that represent down check_box with specified parent,...
static check_box 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 check_box that represent home check_box with specified three_state,...
static check_box contents(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent contents check_box with specified parent,...
static check_box select_all(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent select_all check_box with specified parent,...
static check_box align_left(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent align_left check_box with specified check_state,...
static check_box settings(xtd::forms::check_state check_state)
Create a system-defined check_box that represent settings check_box with specified and check_state.
static check_box 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 check_box that represent floppy check_box with specified three_state,...
static check_box network(const control &parent)
Create a system-defined check_box that represent network check_box with specified parent.
static check_box 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 check_box that represent settings check_box with specified parent,...
static check_box alignment()
Create a system-defined check_box that represent alignment check_box.
static check_box home(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent home check_box with specified three_state,...
static check_box 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 check_box that represent floppy check_box with specified parent,...
static check_box up(const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent up check_box with specified parent,...
static check_box file(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent file check_box with specified check_state,...
static check_box paste(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent paste check_box with specified parent,...
static check_box info(const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent info check_box with specified parent,...
static check_box 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 check_box that represent previous check_box with specified parent,...
static check_box network(const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent network check_box with specified parent,...
static check_box contents()
Create a system-defined check_box that represent contents check_box.
static check_box previous(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent previous check_box with specified parent,...
static check_box actual_size(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent actual_size check_box with specified three_state,...
static check_box add(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent add check_box with specified location,...
static check_box new_(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent new_ check_box with specified check_state,...
static check_box 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 check_box that represent help check_box with specified parent,...
static check_box 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 check_box that represent save_as check_box with specified parent,...
static check_box bold(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent bold check_box with specified parent,...
static check_box tools(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent tools check_box with specified parent,...
static check_box 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 check_box that represent cdrom check_box with specified parent,...
static check_box 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 check_box that represent convert check_box with specified parent,...
static check_box bold(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent bold check_box with specified check_state,...
static check_box 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 check_box that represent ascending check_box with specified parent,...
static check_box underline(const control &parent, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent underline check_box with specified parent,...
static check_box ignore(bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent ignore check_box with specified three_state,...
static check_box next(bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent next check_box with specified three_state,...
static check_box bottom(const control &parent, const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent bottom check_box with specified parent,...
static check_box bold(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent bold check_box with specified location,...
static check_box last(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent last check_box with specified parent,...
static check_box bold(const control &parent, xtd::forms::check_state check_state)
Create a system-defined check_box that represent bold check_box with specified parent,...
static check_box align_right(const drawing::point &location)
Create a system-defined check_box that represent align_right check_box with specified location.
static check_box undelete(const control &parent, bool three_state, xtd::forms::check_state check_state)
Create a system-defined check_box that represent undelete check_box with specified parent,...
static check_box del(const control &parent, const drawing::point &location)
Create a system-defined check_box that represent del check_box with specified parent,...
static check_box network(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent network check_box with specified check_state,...
static check_box previous(const control &parent)
Create a system-defined check_box that represent previous check_box with specified parent.
static check_box no(const drawing::point &location, const drawing::size &size, const xtd::string &name)
Create a system-defined check_box that represent no check_box with specified location,...
static check_box back(xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent back check_box with specified check_state,...
static check_box convert(const drawing::point &location, const drawing::size &size)
Create a system-defined check_box that represent convert check_box with specified location,...
static check_box 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 check_box that represent italic check_box with specified parent,...
static check_box undelete(const control &parent)
Create a system-defined check_box that represent undelete check_box with specified parent.
static check_box retry(xtd::forms::check_state check_state, const drawing::point &location)
Create a system-defined check_box that represent retry check_box with specified check_state,...
Defines the base class for controls, which are components with visual representation.
Definition control.h:81
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
size_t size
Represents a size of any object in bytes.
Definition size.h:23
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::check_box control.