xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
check_boxes.h
Go to the documentation of this file.
1
4#pragma once
5#include "check_box.h"
6#include "system_texts.h"
7
9namespace xtd {
11 namespace forms {
21 class check_boxes final static_ {
22 public:
29 static std::unique_ptr<check_box> abort(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::abort(), location, size, back_color, fore_color);}
37 static std::unique_ptr<check_box> abort(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::abort(), location, size, back_color, fore_color);}
44 static std::unique_ptr<check_box> about(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::about(), location, size, back_color, fore_color);}
52 static std::unique_ptr<check_box> about(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::about(), location, size, back_color, fore_color);}
59 static std::unique_ptr<check_box> actual_size(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::actual_size(), location, size, back_color, fore_color);}
67 static std::unique_ptr<check_box> actual_size(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::actual_size(), location, size, back_color, fore_color);}
74 static std::unique_ptr<check_box> add(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::add(), location, size, back_color, fore_color);}
82 static std::unique_ptr<check_box> add(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::add(), location, size, back_color, fore_color);}
89 static std::unique_ptr<check_box> alignment(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::alignment(), location, size, back_color, fore_color);}
97 static std::unique_ptr<check_box> alignment(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::alignment(), location, size, back_color, fore_color);}
104 static std::unique_ptr<check_box> align_left(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::align_left(), location, size, back_color, fore_color);}
112 static std::unique_ptr<check_box> align_left(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::align_left(), location, size, back_color, fore_color);}
119 static std::unique_ptr<check_box> align_right(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::align_right(), location, size, back_color, fore_color);}
127 static std::unique_ptr<check_box> align_right(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::align_right(), location, size, back_color, fore_color);}
134 static std::unique_ptr<check_box> apply(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::apply(), location, size, back_color, fore_color);}
142 static std::unique_ptr<check_box> apply(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::apply(), location, size, back_color, fore_color);}
149 static std::unique_ptr<check_box> ascending(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::ascending(), location, size, back_color, fore_color);}
157 static std::unique_ptr<check_box> ascending(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::ascending(), location, size, back_color, fore_color);}
164 static std::unique_ptr<check_box> back(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::back(), location, size, back_color, fore_color);}
172 static std::unique_ptr<check_box> back(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::back(), location, size, back_color, fore_color);}
179 static std::unique_ptr<check_box> bold(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::bold(), location, size, back_color, fore_color);}
187 static std::unique_ptr<check_box> bold(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::bold(), location, size, back_color, fore_color);}
194 static std::unique_ptr<check_box> bottom(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::bottom(), location, size, back_color, fore_color);}
202 static std::unique_ptr<check_box> bottom(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::bottom(), location, size, back_color, fore_color);}
209 static std::unique_ptr<check_box> cancel(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::cancel(), location, size, back_color, fore_color);}
217 static std::unique_ptr<check_box> cancel(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::cancel(), location, size, back_color, fore_color);}
224 static std::unique_ptr<check_box> cdrom(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::cdrom(), location, size, back_color, fore_color);}
232 static std::unique_ptr<check_box> cdrom(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::cdrom(), location, size, back_color, fore_color);}
239 static std::unique_ptr<check_box> centered(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::centered(), location, size, back_color, fore_color);}
247 static std::unique_ptr<check_box> centered(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::centered(), location, size, back_color, fore_color);}
254 static std::unique_ptr<check_box> clear(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::clear(), location, size, back_color, fore_color);}
262 static std::unique_ptr<check_box> clear(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::clear(), location, size, back_color, fore_color);}
269 static std::unique_ptr<check_box> close(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::close(), location, size, back_color, fore_color);}
277 static std::unique_ptr<check_box> close(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::close(), location, size, back_color, fore_color);}
284 static std::unique_ptr<check_box> color(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::color(), location, size, back_color, fore_color);}
292 static std::unique_ptr<check_box> color(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::color(), location, size, back_color, fore_color);}
299 static std::unique_ptr<check_box> contents(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::contents(), location, size, back_color, fore_color);}
307 static std::unique_ptr<check_box> contents(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::contents(), location, size, back_color, fore_color);}
314 static std::unique_ptr<check_box> convert(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::convert(), location, size, back_color, fore_color);}
322 static std::unique_ptr<check_box> convert(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::convert(), location, size, back_color, fore_color);}
329 static std::unique_ptr<check_box> copy(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::copy(), location, size, back_color, fore_color);}
337 static std::unique_ptr<check_box> copy(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::copy(), location, size, back_color, fore_color);}
344 static std::unique_ptr<check_box> customize(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::customize(), location, size, back_color, fore_color);}
352 static std::unique_ptr<check_box> customize(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::customize(), location, size, back_color, fore_color);}
359 static std::unique_ptr<check_box> cut(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::cut(), location, size, back_color, fore_color);}
367 static std::unique_ptr<check_box> cut(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::cut(), location, size, back_color, fore_color);}
374 static std::unique_ptr<check_box> del(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::del(), location, size, back_color, fore_color);}
382 static std::unique_ptr<check_box> del(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::del(), location, size, back_color, fore_color);}
389 static std::unique_ptr<check_box> descending(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::descending(), location, size, back_color, fore_color);}
397 static std::unique_ptr<check_box> descending(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::descending(), location, size, back_color, fore_color);}
404 static std::unique_ptr<check_box> down(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::down(), location, size, back_color, fore_color);}
412 static std::unique_ptr<check_box> down(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::down(), location, size, back_color, fore_color);}
419 static std::unique_ptr<check_box> edit(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::edit(), location, size, back_color, fore_color);}
427 static std::unique_ptr<check_box> edit(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::edit(), location, size, back_color, fore_color);}
434 static std::unique_ptr<check_box> execute(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::execute(), location, size, back_color, fore_color);}
442 static std::unique_ptr<check_box> execute(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::execute(), location, size, back_color, fore_color);}
449 static std::unique_ptr<check_box> file(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::file(), location, size, back_color, fore_color);}
457 static std::unique_ptr<check_box> file(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::file(), location, size, back_color, fore_color);}
464 static std::unique_ptr<check_box> find(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::find(), location, size, back_color, fore_color);}
472 static std::unique_ptr<check_box> find(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::find(), location, size, back_color, fore_color);}
479 static std::unique_ptr<check_box> first(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::first(), location, size, back_color, fore_color);}
487 static std::unique_ptr<check_box> first(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::first(), location, size, back_color, fore_color);}
494 static std::unique_ptr<check_box> floppy(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::floppy(), location, size, back_color, fore_color);}
502 static std::unique_ptr<check_box> floppy(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::floppy(), location, size, back_color, fore_color);}
509 static std::unique_ptr<check_box> font(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::font(), location, size, back_color, fore_color);}
517 static std::unique_ptr<check_box> font(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::font(), location, size, back_color, fore_color);}
524 static std::unique_ptr<check_box> forward(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::forward(), location, size, back_color, fore_color);}
532 static std::unique_ptr<check_box> forward(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::forward(), location, size, back_color, fore_color);}
539 static std::unique_ptr<check_box> harddisk(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::harddisk(), location, size, back_color, fore_color);}
547 static std::unique_ptr<check_box> harddisk(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::harddisk(), location, size, back_color, fore_color);}
554 static std::unique_ptr<check_box> help(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::help(), location, size, back_color, fore_color);}
562 static std::unique_ptr<check_box> help(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::help(), location, size, back_color, fore_color);}
569 static std::unique_ptr<check_box> home(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::home(), location, size, back_color, fore_color);}
577 static std::unique_ptr<check_box> home(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::home(), location, size, back_color, fore_color);}
584 static std::unique_ptr<check_box> ignore(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::ignore(), location, size, back_color, fore_color);}
592 static std::unique_ptr<check_box> ignore(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::ignore(), location, size, back_color, fore_color);}
599 static std::unique_ptr<check_box> indent(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::indent(), location, size, back_color, fore_color);}
607 static std::unique_ptr<check_box> indent(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::indent(), location, size, back_color, fore_color);}
614 static std::unique_ptr<check_box> index(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::index(), location, size, back_color, fore_color);}
622 static std::unique_ptr<check_box> index(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::index(), location, size, back_color, fore_color);}
629 static std::unique_ptr<check_box> info(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::info(), location, size, back_color, fore_color);}
637 static std::unique_ptr<check_box> info(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::info(), location, size, back_color, fore_color);}
644 static std::unique_ptr<check_box> italic(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::italic(), location, size, back_color, fore_color);}
652 static std::unique_ptr<check_box> italic(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::italic(), location, size, back_color, fore_color);}
659 static std::unique_ptr<check_box> justified(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::justified(), location, size, back_color, fore_color);}
667 static std::unique_ptr<check_box> justified(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::justified(), location, size, back_color, fore_color);}
674 static std::unique_ptr<check_box> jump_to(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::jump_to(), location, size, back_color, fore_color);}
682 static std::unique_ptr<check_box> jump_to(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::jump_to(), location, size, back_color, fore_color);}
689 static std::unique_ptr<check_box> last(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::last(), location, size, back_color, fore_color);}
697 static std::unique_ptr<check_box> last(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::last(), location, size, back_color, fore_color);}
704 static std::unique_ptr<check_box> network(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::network(), location, size, back_color, fore_color);}
712 static std::unique_ptr<check_box> network(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::network(), location, size, back_color, fore_color);}
719 static std::unique_ptr<check_box> new_(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::new_(), location, size, back_color, fore_color);}
727 static std::unique_ptr<check_box> new_(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::new_(), location, size, back_color, fore_color);}
734 static std::unique_ptr<check_box> no(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::no(), location, size, back_color, fore_color);}
742 static std::unique_ptr<check_box> no(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::no(), location, size, back_color, fore_color);}
749 static std::unique_ptr<check_box> ok(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::ok(), location, size, back_color, fore_color);}
757 static std::unique_ptr<check_box> ok(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::ok(), location, size, back_color, fore_color);}
764 static std::unique_ptr<check_box> open(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::open(), location, size, back_color, fore_color);}
772 static std::unique_ptr<check_box> open(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::open(), location, size, back_color, fore_color);}
779 static std::unique_ptr<check_box> options(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::options(), location, size, back_color, fore_color);}
787 static std::unique_ptr<check_box> options(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::options(), location, size, back_color, fore_color);}
794 static std::unique_ptr<check_box> paste(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::paste(), location, size, back_color, fore_color);}
802 static std::unique_ptr<check_box> paste(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::paste(), location, size, back_color, fore_color);}
809 static std::unique_ptr<check_box> preferences(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::preferences(), location, size, back_color, fore_color);}
817 static std::unique_ptr<check_box> preferences(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::preferences(), location, size, back_color, fore_color);}
824 static std::unique_ptr<check_box> print(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::print(), location, size, back_color, fore_color);}
832 static std::unique_ptr<check_box> print(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::print(), location, size, back_color, fore_color);}
839 static std::unique_ptr<check_box> print_preview(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::print_preview(), location, size, back_color, fore_color);}
847 static std::unique_ptr<check_box> print_preview(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::print_preview(), location, size, back_color, fore_color);}
854 static std::unique_ptr<check_box> properties(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::properties(), location, size, back_color, fore_color);}
862 static std::unique_ptr<check_box> properties(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::properties(), location, size, back_color, fore_color);}
869 static std::unique_ptr<check_box> quit(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::quit(), location, size, back_color, fore_color);}
877 static std::unique_ptr<check_box> quit(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::quit(), location, size, back_color, fore_color);}
884 static std::unique_ptr<check_box> redo(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::redo(), location, size, back_color, fore_color);}
892 static std::unique_ptr<check_box> redo(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::redo(), location, size, back_color, fore_color);}
899 static std::unique_ptr<check_box> refresh(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::refresh(), location, size, back_color, fore_color);}
907 static std::unique_ptr<check_box> refresh(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::refresh(), location, size, back_color, fore_color);}
914 static std::unique_ptr<check_box> remove(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::remove(), location, size, back_color, fore_color);}
922 static std::unique_ptr<check_box> remove(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::remove(), location, size, back_color, fore_color);}
929 static std::unique_ptr<check_box> replace(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::replace(), location, size, back_color, fore_color);}
937 static std::unique_ptr<check_box> replace(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::replace(), location, size, back_color, fore_color);}
944 static std::unique_ptr<check_box> retry(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::retry(), location, size, back_color, fore_color);}
952 static std::unique_ptr<check_box> retry(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::retry(), location, size, back_color, fore_color);}
959 static std::unique_ptr<check_box> revert_to_saved(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::revert_to_saved(), location, size, back_color, fore_color);}
967 static std::unique_ptr<check_box> revert_to_saved(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::revert_to_saved(), location, size, back_color, fore_color);}
974 static std::unique_ptr<check_box> save(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::save(), location, size, back_color, fore_color);}
982 static std::unique_ptr<check_box> save(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::save(), location, size, back_color, fore_color);}
989 static std::unique_ptr<check_box> save_as(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::save_as(), location, size, back_color, fore_color);}
997 static std::unique_ptr<check_box> save_as(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::save_as(), location, size, back_color, fore_color);}
1004 static std::unique_ptr<check_box> search(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::search(), location, size, back_color, fore_color);}
1012 static std::unique_ptr<check_box> search(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::search(), location, size, back_color, fore_color);}
1019 static std::unique_ptr<check_box> select_all(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::select_all(), location, size, back_color, fore_color);}
1027 static std::unique_ptr<check_box> select_all(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::select_all(), location, size, back_color, fore_color);}
1034 static std::unique_ptr<check_box> spell_check(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::spell_check(), location, size, back_color, fore_color);}
1042 static std::unique_ptr<check_box> spell_check(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::spell_check(), location, size, back_color, fore_color);}
1049 static std::unique_ptr<check_box> stop(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::stop(), location, size, back_color, fore_color);}
1057 static std::unique_ptr<check_box> stop(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::stop(), location, size, back_color, fore_color);}
1064 static std::unique_ptr<check_box> strikeout(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::strikeout(), location, size, back_color, fore_color);}
1072 static std::unique_ptr<check_box> strikeout(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::strikeout(), location, size, back_color, fore_color);}
1079 static std::unique_ptr<check_box> tools(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::tools(), location, size, back_color, fore_color);}
1087 static std::unique_ptr<check_box> tools(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::tools(), location, size, back_color, fore_color);}
1094 static std::unique_ptr<check_box> top(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::top(), location, size, back_color, fore_color);}
1102 static std::unique_ptr<check_box> top(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::top(), location, size, back_color, fore_color);}
1109 static std::unique_ptr<check_box> undelete(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::undelete(), location, size, back_color, fore_color);}
1117 static std::unique_ptr<check_box> undelete(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::undelete(), location, size, back_color, fore_color);}
1124 static std::unique_ptr<check_box> underline(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::underline(), location, size, back_color, fore_color);}
1132 static std::unique_ptr<check_box> underline(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::underline(), location, size, back_color, fore_color);}
1139 static std::unique_ptr<check_box> undo(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::undo(), location, size, back_color, fore_color);}
1147 static std::unique_ptr<check_box> undo(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::undo(), location, size, back_color, fore_color);}
1154 static std::unique_ptr<check_box> unindent(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::unindent(), location, size, back_color, fore_color);}
1162 static std::unique_ptr<check_box> unindent(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::unindent(), location, size, back_color, fore_color);}
1169 static std::unique_ptr<check_box> up(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::up(), location, size, back_color, fore_color);}
1177 static std::unique_ptr<check_box> up(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::up(), location, size, back_color, fore_color);}
1184 static std::unique_ptr<check_box> view(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::view(), location, size, back_color, fore_color);}
1192 static std::unique_ptr<check_box> view(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::view(), location, size, back_color, fore_color);}
1199 static std::unique_ptr<check_box> yes(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::yes(), location, size, back_color, fore_color);}
1207 static std::unique_ptr<check_box> yes(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::yes(), location, size, back_color, fore_color);}
1214 static std::unique_ptr<check_box> zoom_in(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::zoom_in(), location, size, back_color, fore_color);}
1222 static std::unique_ptr<check_box> zoom_in(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::zoom_in(), location, size, back_color, fore_color);}
1229 static std::unique_ptr<check_box> zoom_out(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::zoom_out(), location, size, back_color, fore_color);}
1237 static std::unique_ptr<check_box> zoom_out(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::zoom_out(), location, size, back_color, fore_color);}
1244 static std::unique_ptr<check_box> zoom_to_fit(const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(system_texts::zoom_to_fit(), location, size, back_color, fore_color);}
1252 static std::unique_ptr<check_box> zoom_to_fit(const control& parent, const drawing::point& location = {-1, -1}, const drawing::size& size = {-1, -1}, const drawing::color& back_color = drawing::color::empty, const drawing::color& fore_color = drawing::color::empty) {return control::create<check_box>(parent, system_texts::zoom_to_fit(), location, size, back_color, fore_color);}
1253 };
1254 }
1255}
Contains xtd::forms::check_box control.
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:39
static const xtd::drawing::color empty
Represents a color that is null.
Definition color.h:42
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:48
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:25
Provides a collection of check_box objects for use by a Windows Forms application.
Definition check_boxes.h:21
static std::unique_ptr< check_box > add(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent add check_box.
Definition check_boxes.h:82
static std::unique_ptr< check_box > italic(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent italic check_box.
Definition check_boxes.h:652
static std::unique_ptr< check_box > spell_check(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent spell check check_box.
Definition check_boxes.h:1042
static std::unique_ptr< check_box > yes(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent yes check_box.
Definition check_boxes.h:1199
static std::unique_ptr< check_box > close(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent close check_box.
Definition check_boxes.h:269
static std::unique_ptr< check_box > align_right(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent align right check_box.
Definition check_boxes.h:127
static std::unique_ptr< check_box > about(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent about check_box.
Definition check_boxes.h:52
static std::unique_ptr< check_box > cdrom(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent CD-Rom check_box.
Definition check_boxes.h:232
static std::unique_ptr< check_box > font(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent font check_box.
Definition check_boxes.h:509
static std::unique_ptr< check_box > bold(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent bold check_box.
Definition check_boxes.h:179
static std::unique_ptr< check_box > abort(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent abort check_box.
Definition check_boxes.h:37
static std::unique_ptr< check_box > last(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent last check_box.
Definition check_boxes.h:697
static std::unique_ptr< check_box > del(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent delete check_box.
Definition check_boxes.h:374
static std::unique_ptr< check_box > save_as(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent save as check_box.
Definition check_boxes.h:989
static std::unique_ptr< check_box > print(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent print check_box.
Definition check_boxes.h:832
static std::unique_ptr< check_box > align_left(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent align left check_box.
Definition check_boxes.h:112
static std::unique_ptr< check_box > print(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent print check_box.
Definition check_boxes.h:824
static std::unique_ptr< check_box > yes(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent yes check_box.
Definition check_boxes.h:1207
static std::unique_ptr< check_box > add(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent add check_box.
Definition check_boxes.h:74
static std::unique_ptr< check_box > no(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent no check_box.
Definition check_boxes.h:734
static std::unique_ptr< check_box > zoom_to_fit(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent zoom to fit check_box.
Definition check_boxes.h:1244
static std::unique_ptr< check_box > undo(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent undo check_box.
Definition check_boxes.h:1147
static std::unique_ptr< check_box > preferences(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent preferences check_box.
Definition check_boxes.h:809
static std::unique_ptr< check_box > properties(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent properties check_box.
Definition check_boxes.h:862
static std::unique_ptr< check_box > home(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent home check_box.
Definition check_boxes.h:577
static std::unique_ptr< check_box > floppy(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent floppy check_box.
Definition check_boxes.h:502
static std::unique_ptr< check_box > undelete(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent undelete check_box.
Definition check_boxes.h:1117
static std::unique_ptr< check_box > first(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent first check_box.
Definition check_boxes.h:487
static std::unique_ptr< check_box > info(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent info check_box.
Definition check_boxes.h:637
static std::unique_ptr< check_box > execute(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent execute check_box.
Definition check_boxes.h:434
static std::unique_ptr< check_box > justified(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent justified check_box.
Definition check_boxes.h:667
static std::unique_ptr< check_box > zoom_to_fit(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent zoom to fit check_box.
Definition check_boxes.h:1252
static std::unique_ptr< check_box > select_all(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent select all check_box.
Definition check_boxes.h:1027
static std::unique_ptr< check_box > apply(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent apply check_box.
Definition check_boxes.h:142
static std::unique_ptr< check_box > new_(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent new check_box.
Definition check_boxes.h:719
static std::unique_ptr< check_box > apply(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent apply check_box.
Definition check_boxes.h:134
static std::unique_ptr< check_box > ignore(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent ignore check_box.
Definition check_boxes.h:584
static std::unique_ptr< check_box > copy(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent copy check_box.
Definition check_boxes.h:329
static std::unique_ptr< check_box > descending(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent descending check_box.
Definition check_boxes.h:397
static std::unique_ptr< check_box > unindent(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represents an unindented check_box.
Definition check_boxes.h:1162
static std::unique_ptr< check_box > find(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent find check_box.
Definition check_boxes.h:472
static std::unique_ptr< check_box > spell_check(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent spell check check_box.
Definition check_boxes.h:1034
static std::unique_ptr< check_box > about(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent about check_box.
Definition check_boxes.h:44
static std::unique_ptr< check_box > find(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent find check_box.
Definition check_boxes.h:464
static std::unique_ptr< check_box > ascending(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent ascending check_box.
Definition check_boxes.h:157
static std::unique_ptr< check_box > cut(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent cut check_box.
Definition check_boxes.h:359
static std::unique_ptr< check_box > options(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent options check_box.
Definition check_boxes.h:779
static std::unique_ptr< check_box > new_(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent new check_box.
Definition check_boxes.h:727
static std::unique_ptr< check_box > zoom_out(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent zoom out check_box.
Definition check_boxes.h:1237
static std::unique_ptr< check_box > harddisk(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent hard disk check_box.
Definition check_boxes.h:547
static std::unique_ptr< check_box > font(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent font check_box.
Definition check_boxes.h:517
static std::unique_ptr< check_box > open(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent open check_box.
Definition check_boxes.h:764
static std::unique_ptr< check_box > save_as(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent save as check_box.
Definition check_boxes.h:997
static std::unique_ptr< check_box > down(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent down check_box.
Definition check_boxes.h:404
static std::unique_ptr< check_box > search(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent search check_box.
Definition check_boxes.h:1012
static std::unique_ptr< check_box > options(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent options check_box.
Definition check_boxes.h:787
static std::unique_ptr< check_box > properties(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent properties check_box.
Definition check_boxes.h:854
static std::unique_ptr< check_box > top(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent top check_box.
Definition check_boxes.h:1102
static std::unique_ptr< check_box > retry(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent retry check_box.
Definition check_boxes.h:952
static std::unique_ptr< check_box > home(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent home check_box.
Definition check_boxes.h:569
static std::unique_ptr< check_box > help(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent help check_box.
Definition check_boxes.h:562
static std::unique_ptr< check_box > color(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent color check_box.
Definition check_boxes.h:284
static std::unique_ptr< check_box > select_all(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent select all check_box.
Definition check_boxes.h:1019
static std::unique_ptr< check_box > forward(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent forward check_box.
Definition check_boxes.h:524
static std::unique_ptr< check_box > stop(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent stop check_box.
Definition check_boxes.h:1057
static std::unique_ptr< check_box > info(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent info check_box.
Definition check_boxes.h:629
static std::unique_ptr< check_box > ok(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent ok check_box.
Definition check_boxes.h:757
static std::unique_ptr< check_box > print_preview(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent print preview check_box.
Definition check_boxes.h:839
static std::unique_ptr< check_box > paste(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent paste check_box.
Definition check_boxes.h:794
static std::unique_ptr< check_box > abort(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent abort check_box.
Definition check_boxes.h:29
static std::unique_ptr< check_box > remove(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent remove check_box.
Definition check_boxes.h:914
static std::unique_ptr< check_box > jump_to(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent jump to check_box.
Definition check_boxes.h:682
static std::unique_ptr< check_box > replace(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent replace check_box.
Definition check_boxes.h:937
static std::unique_ptr< check_box > down(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent down check_box.
Definition check_boxes.h:412
static std::unique_ptr< check_box > indent(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent indent check_box.
Definition check_boxes.h:607
static std::unique_ptr< check_box > zoom_out(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent zoom out check_box.
Definition check_boxes.h:1229
static std::unique_ptr< check_box > cancel(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent cancel check_box.
Definition check_boxes.h:209
static std::unique_ptr< check_box > network(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent network check_box.
Definition check_boxes.h:704
static std::unique_ptr< check_box > index(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent index check_box.
Definition check_boxes.h:622
static std::unique_ptr< check_box > clear(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent clear check_box.
Definition check_boxes.h:254
static std::unique_ptr< check_box > file(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent file check_box.
Definition check_boxes.h:457
static std::unique_ptr< check_box > index(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent index check_box.
Definition check_boxes.h:614
static std::unique_ptr< check_box > file(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent file check_box.
Definition check_boxes.h:449
static std::unique_ptr< check_box > zoom_in(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent zoom in check_box.
Definition check_boxes.h:1222
static std::unique_ptr< check_box > stop(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent stop check_box.
Definition check_boxes.h:1049
static std::unique_ptr< check_box > redo(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent redo check_box.
Definition check_boxes.h:884
static std::unique_ptr< check_box > tools(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent tools check_box.
Definition check_boxes.h:1079
static std::unique_ptr< check_box > first(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent first check_box.
Definition check_boxes.h:479
static std::unique_ptr< check_box > ignore(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent ignore check_box.
Definition check_boxes.h:592
static std::unique_ptr< check_box > up(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent up check_box.
Definition check_boxes.h:1177
static std::unique_ptr< check_box > up(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent up check_box.
Definition check_boxes.h:1169
static std::unique_ptr< check_box > zoom_in(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent zoom in check_box.
Definition check_boxes.h:1214
static std::unique_ptr< check_box > actual_size(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent actual size check_box.
Definition check_boxes.h:59
static std::unique_ptr< check_box > bottom(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent bottom check_box.
Definition check_boxes.h:194
static std::unique_ptr< check_box > network(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent network check_box.
Definition check_boxes.h:712
static std::unique_ptr< check_box > ascending(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent ascending check_box.
Definition check_boxes.h:149
static std::unique_ptr< check_box > color(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent color check_box.
Definition check_boxes.h:292
static std::unique_ptr< check_box > indent(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent indent check_box.
Definition check_boxes.h:599
static std::unique_ptr< check_box > ok(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent ok check_box.
Definition check_boxes.h:749
static std::unique_ptr< check_box > copy(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent copy check_box.
Definition check_boxes.h:337
static std::unique_ptr< check_box > strikeout(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent strikeout check_box.
Definition check_boxes.h:1064
static std::unique_ptr< check_box > align_left(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent align left check_box.
Definition check_boxes.h:104
static std::unique_ptr< check_box > refresh(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent refresh check_box.
Definition check_boxes.h:899
static std::unique_ptr< check_box > revert_to_saved(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent revert to saved check_box.
Definition check_boxes.h:959
static std::unique_ptr< check_box > contents(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent contents check_box.
Definition check_boxes.h:307
static std::unique_ptr< check_box > customize(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent customize check_box.
Definition check_boxes.h:344
static std::unique_ptr< check_box > paste(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent paste check_box.
Definition check_boxes.h:802
static std::unique_ptr< check_box > cdrom(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent CD-Rom check_box.
Definition check_boxes.h:224
static std::unique_ptr< check_box > centered(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent centered check_box.
Definition check_boxes.h:247
static std::unique_ptr< check_box > close(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent close check_box.
Definition check_boxes.h:277
static std::unique_ptr< check_box > jump_to(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent jump_to check_box.
Definition check_boxes.h:674
static std::unique_ptr< check_box > edit(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent edit check_box.
Definition check_boxes.h:427
static std::unique_ptr< check_box > help(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent help check_box.
Definition check_boxes.h:554
static std::unique_ptr< check_box > print_preview(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent print preview check_box.
Definition check_boxes.h:847
static std::unique_ptr< check_box > convert(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent convert check_box.
Definition check_boxes.h:322
static std::unique_ptr< check_box > edit(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent edit check_box.
Definition check_boxes.h:419
static std::unique_ptr< check_box > strikeout(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent strikeout check_box.
Definition check_boxes.h:1072
static std::unique_ptr< check_box > clear(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent clear check_box.
Definition check_boxes.h:262
static std::unique_ptr< check_box > contents(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent contents check_box.
Definition check_boxes.h:299
static std::unique_ptr< check_box > floppy(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent floppy check_box.
Definition check_boxes.h:494
static std::unique_ptr< check_box > cancel(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent cancel check_box.
Definition check_boxes.h:217
static std::unique_ptr< check_box > forward(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent forward check_box.
Definition check_boxes.h:532
static std::unique_ptr< check_box > justified(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent justified check_box.
Definition check_boxes.h:659
static std::unique_ptr< check_box > convert(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent convert check_box.
Definition check_boxes.h:314
static std::unique_ptr< check_box > execute(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent execute check_box.
Definition check_boxes.h:442
static std::unique_ptr< check_box > retry(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent retry check_box.
Definition check_boxes.h:944
static std::unique_ptr< check_box > align_right(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent align right check_box.
Definition check_boxes.h:119
static std::unique_ptr< check_box > redo(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent redo check_box.
Definition check_boxes.h:892
static std::unique_ptr< check_box > alignment(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent alignment check_box.
Definition check_boxes.h:89
static std::unique_ptr< check_box > centered(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent centered check_box.
Definition check_boxes.h:239
static std::unique_ptr< check_box > preferences(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent preferences check_box.
Definition check_boxes.h:817
static std::unique_ptr< check_box > underline(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent underline check_box.
Definition check_boxes.h:1124
static std::unique_ptr< check_box > back(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent back check_box.
Definition check_boxes.h:172
static std::unique_ptr< check_box > remove(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent remove check_box.
Definition check_boxes.h:922
static std::unique_ptr< check_box > actual_size(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent actual size check_box.
Definition check_boxes.h:67
static std::unique_ptr< check_box > open(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent open check_box.
Definition check_boxes.h:772
static std::unique_ptr< check_box > italic(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent italic check_box.
Definition check_boxes.h:644
static std::unique_ptr< check_box > tools(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent tools check_box.
Definition check_boxes.h:1087
static std::unique_ptr< check_box > bottom(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent bottom check_box.
Definition check_boxes.h:202
static std::unique_ptr< check_box > undelete(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent undelete check_box.
Definition check_boxes.h:1109
static std::unique_ptr< check_box > replace(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent replace check_box.
Definition check_boxes.h:929
static std::unique_ptr< check_box > last(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent last check_box.
Definition check_boxes.h:689
static std::unique_ptr< check_box > back(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent back check_box.
Definition check_boxes.h:164
static std::unique_ptr< check_box > revert_to_saved(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent revert to saved check_box.
Definition check_boxes.h:967
static std::unique_ptr< check_box > undo(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent undo check_box.
Definition check_boxes.h:1139
static std::unique_ptr< check_box > del(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent delete check_box.
Definition check_boxes.h:382
static std::unique_ptr< check_box > view(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent view check_box.
Definition check_boxes.h:1184
static std::unique_ptr< check_box > cut(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent cut check_box.
Definition check_boxes.h:367
static std::unique_ptr< check_box > view(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent view check_box.
Definition check_boxes.h:1192
static std::unique_ptr< check_box > harddisk(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent hard disk check_box.
Definition check_boxes.h:539
static std::unique_ptr< check_box > quit(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent quit check_box.
Definition check_boxes.h:869
static std::unique_ptr< check_box > search(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent search check_box.
Definition check_boxes.h:1004
static std::unique_ptr< check_box > bold(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent bold check_box.
Definition check_boxes.h:187
static std::unique_ptr< check_box > unindent(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represents an unindented check_box.
Definition check_boxes.h:1154
static std::unique_ptr< check_box > top(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent top check_box.
Definition check_boxes.h:1094
static std::unique_ptr< check_box > customize(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent customize check_box.
Definition check_boxes.h:352
static std::unique_ptr< check_box > underline(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent underline check_box.
Definition check_boxes.h:1132
static std::unique_ptr< check_box > save(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent save check_box.
Definition check_boxes.h:982
static std::unique_ptr< check_box > save(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent save check_box.
Definition check_boxes.h:974
static std::unique_ptr< check_box > quit(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent quit check_box.
Definition check_boxes.h:877
static std::unique_ptr< check_box > descending(const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent descending check_box.
Definition check_boxes.h:389
static std::unique_ptr< check_box > refresh(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent refresh check_box.
Definition check_boxes.h:907
static std::unique_ptr< check_box > alignment(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent alignment check_box.
Definition check_boxes.h:97
static std::unique_ptr< check_box > no(const control &parent, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const drawing::color &back_color=drawing::color::empty, const drawing::color &fore_color=drawing::color::empty)
Create a system-defined check_box that represent no check_box.
Definition check_boxes.h:742
Defines the base class for controls, which are components with visual representation.
Definition control.h:67
static xtd::ustring align_right()
Gets a system-defined text that has a string value of "Align Right". This field is constant.
static xtd::ustring actual_size()
Gets a system-defined text that has a string value of "&Actual Size". This field is constant.
static xtd::ustring network()
Gets a system-defined text that has a string value of "&Network". This field is constant.
static xtd::ustring last()
Gets a system-defined text that has a string value of "&Last". This field is constant.
static xtd::ustring file()
Gets a system-defined text that has a string value of "&File". This field is constant.
static xtd::ustring yes()
Gets a system-defined text that has a string value of "&Yes". This field is constant.
static xtd::ustring unindent()
Gets a system-defined text that has a string value of "Unindent". This field is constant.
static xtd::ustring options()
Gets a system-defined text that has a string value of "&Options". This field is constant.
static xtd::ustring home()
Gets a system-defined text that has a string value of "&Home". This field is constant.
static xtd::ustring print_preview()
Gets a system-defined text that has a string value of "Print Re&view". This field is constant.
static xtd::ustring customize()
Gets a system-defined text that has a string value of "&Customize". This field is constant.
static xtd::ustring bottom()
Gets a system-defined text that has a string value of "&Bottom". This field is constant.
static xtd::ustring ascending()
Gets a system-defined text that has a string value of "&Ascending". This field is constant.
static xtd::ustring search()
Gets a system-defined text that has a string value of "&Search". This field is constant.
static xtd::ustring undo()
Gets a system-defined text that has a string value of "&Undo". This field is constant.
static xtd::ustring zoom_to_fit()
Gets a system-defined text that has a string value of "Zoom to &Fit". This field is constant.
static xtd::ustring harddisk()
Gets a system-defined text that has a string value of "&Harddisk". This field is constant.
static xtd::ustring help()
Gets a system-defined text that has a string value of "&Help". This field is constant.
static xtd::ustring select_all()
Gets a system-defined text that has a string value of "Select &All". This field is constant.
static xtd::ustring clear()
Gets a system-defined text that has a string value of "&Clear". This field is constant.
static xtd::ustring index()
Gets a system-defined text that has a string value of "&Index". This field is constant.
static xtd::ustring no()
Gets a system-defined text that has a string value of "&No". This field is constant.
static xtd::ustring zoom_in()
Gets a system-defined text that has a string value of "Zoom &In". This field is constant.
static xtd::ustring first()
Gets a system-defined text that has a string value of "&First". This field is constant.
static xtd::ustring alignment()
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static xtd::ustring refresh()
Gets a system-defined text that has a string value of "Refresh". This field is constant.
static xtd::ustring add()
Gets a system-defined text that has a string value of "Add". This field is constant.
static xtd::ustring save()
Gets a system-defined text that has a string value of "&Save". This field is constant.
static xtd::ustring down()
Gets a system-defined text that has a string value of "&Down". This field is constant.
static xtd::ustring new_()
Gets a system-defined text that has a string value of "&New". This field is constant.
static xtd::ustring jump_to()
Gets a system-defined text that has a string value of "&Jump to". This field is constant.
static xtd::ustring forward()
Gets a system-defined text that has a string value of "&Forward". This field is constant.
static xtd::ustring apply()
Gets a system-defined text that has a string value of "&Apply". This field is constant.
static xtd::ustring back()
Gets a system-defined text that has a string value of "&Back". This field is constant.
static xtd::ustring paste()
Gets a system-defined text that has a string value of "&Paste". This field is constant.
static xtd::ustring justified()
Gets a system-defined text that has a string value of "Justified". This field is constant.
static xtd::ustring save_as()
Gets a system-defined text that has a string value of "Save &As...". This field is constant.
static xtd::ustring execute()
Gets a system-defined text that has a string value of "&Execute". This field is constant.
static xtd::ustring cdrom()
Gets a system-defined text that has a string value of "&CD-Rom". This field is constant.
static xtd::ustring quit()
Gets a system-defined text that has a string value of "&Quit". This field is constant.
static xtd::ustring print()
Gets a system-defined text that has a string value of "&Print...". This field is constant.
static xtd::ustring revert_to_saved()
Gets a system-defined text that has a string value of "Revert to Saved". This field is constant.
static xtd::ustring bold()
Gets a system-defined text that has a string value of "&Bold". This field is constant.
static xtd::ustring convert()
Gets a system-defined text that has a string value of "&Convert". This field is constant.
static xtd::ustring retry()
Gets a system-defined text that has a string value of "&Retry". This field is constant.
static xtd::ustring view()
Gets a system-defined text that has a string value of "&View". This field is constant.
static xtd::ustring contents()
Gets a system-defined text that has a string value of "&Contents". This field is constant.
static xtd::ustring stop()
Gets a system-defined text that has a string value of "&Stop". This field is constant.
static xtd::ustring copy()
Gets a system-defined text that has a string value of "&Copy". This field is constant.
static xtd::ustring italic()
Gets a system-defined text that has a string value of "&Italic". This field is constant.
static xtd::ustring edit()
Gets a system-defined text that has a string value of "&Edit". This field is constant.
static xtd::ustring undelete()
Gets a system-defined text that has a string value of "Undelete". This field is constant.
static xtd::ustring redo()
Gets a system-defined text that has a string value of "&Redo". This field is constant.
static xtd::ustring indent()
Gets a system-defined text that has a string value of "Indent". This field is constant.
static xtd::ustring preferences()
Gets a system-defined text that has a string value of "&Preference". This field is constant.
static xtd::ustring tools()
Gets a system-defined text that has a string value of "&Tools". This field is constant.
static xtd::ustring open()
Gets a system-defined text that has a string value of "&Open...". This field is constant.
static xtd::ustring ignore()
Gets a system-defined text that has a string value of "&Ignore". This field is constant.
static xtd::ustring zoom_out()
Gets a system-defined text that has a string value of "Zoom &Out". This field is constant.
static xtd::ustring find()
Gets a system-defined text that has a string value of "&Find...". This field is constant.
static xtd::ustring replace()
Gets a system-defined text that has a string value of "Rep&lace". This field is constant.
static xtd::ustring info()
Gets a system-defined text that has a string value of "&Info". This field is constant.
static xtd::ustring color()
Gets a system-defined text that has a string value of "&Color". This field is constant.
static xtd::ustring cancel()
Gets a system-defined text that has a string value of "&Cancel". This field is constant.
static xtd::ustring centered()
Gets a system-defined text that has a string value of "Centered". This field is constant.
static xtd::ustring del()
Gets a system-defined text that has a string value of "&Delete". This field is constant.
static xtd::ustring ok()
Gets a system-defined text that has a string value of "&OK". This field is constant.
static xtd::ustring properties()
Gets a system-defined text that has a string value of "&Properties". This field is constant.
static xtd::ustring underline()
Gets a system-defined text that has a string value of "&Underline". This field is constant.
static xtd::ustring descending()
Gets a system-defined text that has a string value of "&Descending". This field is constant.
static xtd::ustring about()
Gets a system-defined text that has a string value of "&About". This field is constant.
static xtd::ustring cut()
Gets a system-defined text that has a string value of "Cu&t". This field is constant.
static xtd::ustring abort()
Gets a system-defined text that has a string value of "&Abort". This field is constant.
static xtd::ustring strikeout()
Gets a system-defined text that has a string value of "&Strikeout". This field is constant.
static xtd::ustring up()
Gets a system-defined text that has a string value of "&Up". This field is constant.
static xtd::ustring floppy()
Gets a system-defined text that has a string value of "&Floppy". This field is constant.
static xtd::ustring top()
Gets a system-defined text that has a string value of "&Top". This field is constant.
static xtd::ustring font()
Gets a system-defined text that has a string value of "&Font". This field is constant.
static xtd::ustring spell_check()
Gets a system-defined text that has a string value of "&Spell Check". This field is constant.
static xtd::ustring align_left()
Gets a system-defined text that has a string value of "Align Left". This field is constant.
static xtd::ustring remove()
Gets a system-defined text that has a string value of "Remove". This field is constant.
static xtd::ustring close()
Gets a system-defined text that has a string value of "&Close". This field is constant.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:38
size_t size
Represents a size of any object in bytes.
Definition types.h:171
@ 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 about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::forms::system_texts factory.