xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Static Public Member Functions | List of all members
xtd::forms::check_boxes Class Referencefinal

#include <check_boxes.h>

Definition

Provides a collection of check_box objects for use by a Windows Forms application.

Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrate the use of check_boxes control factory.
#include <xtd/xtd>
using namespace xtd::forms;
int main() {
auto main_form = control::create<form>("Check boxes example");
auto font_group_box = control::create<group_box>(*main_form, system_texts::font(), {10, 10}, {150, 180});
auto bold_check_box = check_boxes::bold(*font_group_box, {20, 20});
auto italic_check_box = check_boxes::italic(*font_group_box, {20, 50});
auto underline_check_box = check_boxes::underline(*font_group_box, {20, 80});
auto strikeout_check_box = check_boxes::strikeout(*font_group_box, {20, 110});
application::run(*main_form);
}
static void run()
Begins running a standard application message loop on the current thread, without a form.
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 > 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 > 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 > 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 xtd::ustring font()
Gets a system-defined text that has a string value of "&Font". This field is constant.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13

Inherits xtd::static_object.

Static Public Member Functions

static std::unique_ptr< check_boxabort (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.
 
static std::unique_ptr< check_boxabort (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxabout (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.
 
static std::unique_ptr< check_boxabout (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxactual_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.
 
static std::unique_ptr< check_boxactual_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.
 
static std::unique_ptr< check_boxadd (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.
 
static std::unique_ptr< check_boxadd (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxalign_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.
 
static std::unique_ptr< check_boxalign_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.
 
static std::unique_ptr< check_boxalign_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.
 
static std::unique_ptr< check_boxalign_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.
 
static std::unique_ptr< check_boxalignment (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.
 
static std::unique_ptr< check_boxalignment (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxapply (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.
 
static std::unique_ptr< check_boxapply (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxascending (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.
 
static std::unique_ptr< check_boxascending (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxback (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.
 
static std::unique_ptr< check_boxback (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxbold (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.
 
static std::unique_ptr< check_boxbold (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxbottom (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.
 
static std::unique_ptr< check_boxbottom (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxcancel (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.
 
static std::unique_ptr< check_boxcancel (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxcdrom (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.
 
static std::unique_ptr< check_boxcdrom (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxcentered (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.
 
static std::unique_ptr< check_boxcentered (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxclear (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.
 
static std::unique_ptr< check_boxclear (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxclose (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.
 
static std::unique_ptr< check_boxclose (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxcolor (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.
 
static std::unique_ptr< check_boxcolor (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxcontents (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.
 
static std::unique_ptr< check_boxcontents (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxconvert (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.
 
static std::unique_ptr< check_boxconvert (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxcopy (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.
 
static std::unique_ptr< check_boxcopy (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxcustomize (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.
 
static std::unique_ptr< check_boxcustomize (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxcut (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.
 
static std::unique_ptr< check_boxcut (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxdel (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.
 
static std::unique_ptr< check_boxdel (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxdescending (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.
 
static std::unique_ptr< check_boxdescending (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxdown (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.
 
static std::unique_ptr< check_boxdown (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxedit (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.
 
static std::unique_ptr< check_boxedit (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxexecute (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.
 
static std::unique_ptr< check_boxexecute (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxfile (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.
 
static std::unique_ptr< check_boxfile (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxfind (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.
 
static std::unique_ptr< check_boxfind (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxfirst (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.
 
static std::unique_ptr< check_boxfirst (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxfloppy (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.
 
static std::unique_ptr< check_boxfloppy (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxfont (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.
 
static std::unique_ptr< check_boxfont (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxforward (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.
 
static std::unique_ptr< check_boxforward (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxharddisk (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.
 
static std::unique_ptr< check_boxharddisk (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxhelp (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.
 
static std::unique_ptr< check_boxhelp (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxhome (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.
 
static std::unique_ptr< check_boxhome (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxignore (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.
 
static std::unique_ptr< check_boxignore (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxindent (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.
 
static std::unique_ptr< check_boxindent (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxindex (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.
 
static std::unique_ptr< check_boxindex (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxinfo (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.
 
static std::unique_ptr< check_boxinfo (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxitalic (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.
 
static std::unique_ptr< check_boxitalic (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxjump_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.
 
static std::unique_ptr< check_boxjump_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.
 
static std::unique_ptr< check_boxjustified (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.
 
static std::unique_ptr< check_boxjustified (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxlast (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.
 
static std::unique_ptr< check_boxlast (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxnetwork (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.
 
static std::unique_ptr< check_boxnetwork (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxnew_ (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.
 
static std::unique_ptr< check_boxnew_ (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxno (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.
 
static std::unique_ptr< check_boxno (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxok (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.
 
static std::unique_ptr< check_boxok (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxopen (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.
 
static std::unique_ptr< check_boxopen (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxoptions (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.
 
static std::unique_ptr< check_boxoptions (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxpaste (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.
 
static std::unique_ptr< check_boxpaste (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxpreferences (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.
 
static std::unique_ptr< check_boxpreferences (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxprint (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.
 
static std::unique_ptr< check_boxprint (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxprint_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.
 
static std::unique_ptr< check_boxprint_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.
 
static std::unique_ptr< check_boxproperties (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.
 
static std::unique_ptr< check_boxproperties (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxquit (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.
 
static std::unique_ptr< check_boxquit (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxredo (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.
 
static std::unique_ptr< check_boxredo (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxrefresh (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.
 
static std::unique_ptr< check_boxrefresh (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxremove (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.
 
static std::unique_ptr< check_boxremove (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxreplace (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.
 
static std::unique_ptr< check_boxreplace (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxretry (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.
 
static std::unique_ptr< check_boxretry (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxrevert_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.
 
static std::unique_ptr< check_boxrevert_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.
 
static std::unique_ptr< check_boxsave (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.
 
static std::unique_ptr< check_boxsave (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxsave_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.
 
static std::unique_ptr< check_boxsave_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.
 
static std::unique_ptr< check_boxsearch (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.
 
static std::unique_ptr< check_boxsearch (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxselect_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.
 
static std::unique_ptr< check_boxselect_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.
 
static std::unique_ptr< check_boxspell_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.
 
static std::unique_ptr< check_boxspell_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.
 
static std::unique_ptr< check_boxstop (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.
 
static std::unique_ptr< check_boxstop (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxstrikeout (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.
 
static std::unique_ptr< check_boxstrikeout (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxtools (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.
 
static std::unique_ptr< check_boxtools (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxtop (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.
 
static std::unique_ptr< check_boxtop (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxundelete (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.
 
static std::unique_ptr< check_boxundelete (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxunderline (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.
 
static std::unique_ptr< check_boxunderline (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxundo (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.
 
static std::unique_ptr< check_boxundo (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxunindent (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.
 
static std::unique_ptr< check_boxunindent (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxup (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.
 
static std::unique_ptr< check_boxup (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxview (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.
 
static std::unique_ptr< check_boxview (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxyes (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.
 
static std::unique_ptr< check_boxyes (const drawing::point &location={-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.
 
static std::unique_ptr< check_boxzoom_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.
 
static std::unique_ptr< check_boxzoom_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.
 
static std::unique_ptr< check_boxzoom_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.
 
static std::unique_ptr< check_boxzoom_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.
 
static std::unique_ptr< check_boxzoom_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.
 
static std::unique_ptr< check_boxzoom_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.
 

Member Function Documentation

◆ abort() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent abort check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ abort() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent abort check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ about() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent about check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ about() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent about check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ actual_size() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent actual size check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ actual_size() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent actual size check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ add() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent add check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ add() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent add check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ align_left() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent align left check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ align_left() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent align left check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ align_right() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent align right check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ align_right() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent align right check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ alignment() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent alignment check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ alignment() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent alignment check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ apply() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent apply check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ apply() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent apply check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ ascending() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent ascending check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ ascending() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent ascending check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ back() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent back check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ back() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent back check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ bold() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent bold check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ bold() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent bold check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ bottom() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent bottom check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ bottom() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent bottom check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ cancel() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent cancel check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ cancel() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent cancel check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ cdrom() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent CD-Rom check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ cdrom() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent CD-Rom check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ centered() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent centered check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ centered() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent centered check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ clear() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent clear check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ clear() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent clear check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ close() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent close check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ close() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent close check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ color() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent color check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ color() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent color check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ contents() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent contents check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ contents() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent contents check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ convert() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent convert check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ convert() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent convert check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ copy() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent copy check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ copy() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent copy check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ customize() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent customize check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ customize() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent customize check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ cut() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent cut check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ cut() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent cut check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ del() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent delete check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ del() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent delete check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ descending() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent descending check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ descending() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent descending check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ down() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent down check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ down() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent down check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ edit() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent edit check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ edit() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent edit check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ execute() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent execute check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ execute() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent execute check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ file() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent file check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ file() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent file check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ find() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent find check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ find() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent find check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ first() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent first check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ first() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent first check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ floppy() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent floppy check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ floppy() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent floppy check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ font() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent font check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ font() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent font check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ forward() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent forward check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ forward() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent forward check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ harddisk() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent hard disk check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ harddisk() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent hard disk check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ help() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent help check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ help() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent help check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ home() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent home check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ home() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent home check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ ignore() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent ignore check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ ignore() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent ignore check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ indent() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent indent check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ indent() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent indent check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ index() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent index check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ index() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent index check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ info() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent info check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ info() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent info check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ italic() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent italic check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ italic() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent italic check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ jump_to() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent jump to check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ jump_to() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent jump_to check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ justified() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent justified check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ justified() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent justified check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ last() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent last check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ last() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent last check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ network() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent network check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ network() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent network check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ new_() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent new check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ new_() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent new check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ no() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent no check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ no() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent no check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ ok() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent ok check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ ok() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent ok check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ open() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent open check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ open() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent open check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ options() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent options check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ options() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent options check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ paste() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent paste check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ paste() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent paste check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ preferences() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent preferences check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ preferences() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent preferences check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ print() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent print check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ print() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent print check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ print_preview() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent print preview check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ print_preview() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent print preview check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ properties() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent properties check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ properties() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent properties check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ quit() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent quit check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ quit() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent quit check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ redo() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent redo check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ redo() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent redo check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ refresh() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent refresh check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ refresh() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent refresh check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ remove() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent remove check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ remove() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent remove check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ replace() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent replace check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ replace() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent replace check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ retry() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent retry check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ retry() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent retry check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ revert_to_saved() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent revert to saved check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ revert_to_saved() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent revert to saved check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ save() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent save check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ save() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent save check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ save_as() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent save as check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ save_as() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent save as check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ search() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent search check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ search() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent search check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ select_all() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent select all check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ select_all() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent select all check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ spell_check() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent spell check check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ spell_check() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent spell check check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ stop() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent stop check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ stop() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent stop check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ strikeout() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent strikeout check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ strikeout() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent strikeout check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ tools() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent tools check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ tools() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent tools check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ top() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent top check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ top() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent top check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ undelete() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent undelete check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ undelete() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent undelete check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ underline() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent underline check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ underline() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent underline check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ undo() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent undo check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ undo() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent undo check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ unindent() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represents an unindented check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ unindent() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represents an unindented check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ up() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent up check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ up() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent up check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ view() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent view check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ view() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent view check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ yes() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent yes check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ yes() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent yes check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ zoom_in() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent zoom in check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ zoom_in() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent zoom in check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ zoom_out() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent zoom out check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ zoom_out() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent zoom out check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ zoom_to_fit() [1/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent zoom to fit check_box.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

◆ zoom_to_fit() [2/2]

static std::unique_ptr< check_box > xtd::forms::check_boxes::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 
)
inlinestatic

Create a system-defined check_box that represent zoom to fit check_box.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
back_colorThe check_box background color.
fore_coreThe check_box foreground color.
Returns
The created check_box.

The documentation for this class was generated from the following file: