xtd 0.2.0
xtd::forms::check_boxes Class Referencefinal

Definition

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

Header
#include <xtd/forms/check_boxes>
Namespace
xtd::forms
Library
xtd.forms
Examples
The following code example demonstrates the use of check_boxes control factory.
#include <xtd/forms/application>
#include <xtd/forms/check_boxes>
#include <xtd/forms/group_box>
#include <xtd/forms/form>
using namespace xtd::forms;
auto main()->int {
auto main_form = form::create("Check boxes example");
auto font_group_box = group_box::create(main_form, system_texts::font(), {10, 10}, {150, 180});
auto bold_check_box = check_boxes::bold(font_group_box, false, check_state::unchecked, {20, 20});
auto italic_check_box = check_boxes::italic(font_group_box, false, check_state::unchecked, {20, 50});
auto underline_check_box = check_boxes::underline(font_group_box, false, check_state::unchecked, {20, 80});
auto strikeout_check_box = check_boxes::strikeout(font_group_box, false, check_state::unchecked, {20, 110});
application::run(main_form);
}

Methods

static check_box abort (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent abort check_box. More...
 
static check_box abort (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent abort check_box. More...
 
static check_box about (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent about check_box. More...
 
static check_box about (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent about check_box. More...
 
static check_box actual_size (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent actual size check_box. More...
 
static check_box actual_size (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent actual size check_box. More...
 
static check_box add (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent add check_box. More...
 
static check_box add (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent add check_box. More...
 
static check_box alignment (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent alignment check_box. More...
 
static check_box alignment (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent alignment check_box. More...
 
static check_box align_left (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent align left check_box. More...
 
static check_box align_left (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent align left check_box. More...
 
static check_box align_right (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent align right check_box. More...
 
static check_box align_right (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent align right check_box. More...
 
static check_box apply (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent apply check_box. More...
 
static check_box apply (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent apply check_box. More...
 
static check_box ascending (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent ascending check_box. More...
 
static check_box ascending (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent ascending check_box. More...
 
static check_box back (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent back check_box. More...
 
static check_box back (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent back check_box. More...
 
static check_box bold (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent bold check_box. More...
 
static check_box bold (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent bold check_box. More...
 
static check_box bottom (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent bottom check_box. More...
 
static check_box bottom (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent bottom check_box. More...
 
static check_box cancel (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent cancel check_box. More...
 
static check_box cancel (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent cancel check_box. More...
 
static check_box cdrom (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent CD-Rom check_box. More...
 
static check_box cdrom (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent CD-Rom check_box. More...
 
static check_box centered (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent centered check_box. More...
 
static check_box centered (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent centered check_box. More...
 
static check_box clear (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent clear check_box. More...
 
static check_box clear (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent clear check_box. More...
 
static check_box close (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent close check_box. More...
 
static check_box close (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent close check_box. More...
 
static check_box color (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent color check_box. More...
 
static check_box color (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent color check_box. More...
 
static check_box contents (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent contents check_box. More...
 
static check_box contents (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent contents check_box. More...
 
static check_box convert (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent convert check_box. More...
 
static check_box convert (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent convert check_box. More...
 
static check_box copy (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent copy check_box. More...
 
static check_box copy (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent copy check_box. More...
 
static check_box customize (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent customize check_box. More...
 
static check_box customize (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent customize check_box. More...
 
static check_box cut (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent cut check_box. More...
 
static check_box cut (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent cut check_box. More...
 
static check_box del (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent delete check_box. More...
 
static check_box del (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent delete check_box. More...
 
static check_box descending (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent descending check_box. More...
 
static check_box descending (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent descending check_box. More...
 
static check_box down (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent down check_box. More...
 
static check_box down (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent down check_box. More...
 
static check_box edit (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent edit check_box. More...
 
static check_box edit (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent edit check_box. More...
 
static check_box execute (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent execute check_box. More...
 
static check_box execute (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent execute check_box. More...
 
static check_box file (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent file check_box. More...
 
static check_box file (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent file check_box. More...
 
static check_box find (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent find check_box. More...
 
static check_box find (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent find check_box. More...
 
static check_box first (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent first check_box. More...
 
static check_box first (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent first check_box. More...
 
static check_box floppy (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent floppy check_box. More...
 
static check_box floppy (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent floppy check_box. More...
 
static check_box font (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent font check_box. More...
 
static check_box font (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent font check_box. More...
 
static check_box forward (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent forward check_box. More...
 
static check_box forward (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent forward check_box. More...
 
static check_box harddisk (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent hard disk check_box. More...
 
static check_box harddisk (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent hard disk check_box. More...
 
static check_box help (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent help check_box. More...
 
static check_box help (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent help check_box. More...
 
static check_box home (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent home check_box. More...
 
static check_box home (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent home check_box. More...
 
static check_box ignore (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent ignore check_box. More...
 
static check_box ignore (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent ignore check_box. More...
 
static check_box indent (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent indent check_box. More...
 
static check_box indent (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent indent check_box. More...
 
static check_box index (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent index check_box. More...
 
static check_box index (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent index check_box. More...
 
static check_box info (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent info check_box. More...
 
static check_box info (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent info check_box. More...
 
static check_box italic (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent italic check_box. More...
 
static check_box italic (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent italic check_box. More...
 
static check_box justified (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent justified check_box. More...
 
static check_box justified (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent justified check_box. More...
 
static check_box jump_to (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent jump_to check_box. More...
 
static check_box jump_to (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent jump to check_box. More...
 
static check_box last (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent last check_box. More...
 
static check_box last (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent last check_box. More...
 
static check_box network (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent network check_box. More...
 
static check_box network (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent network check_box. More...
 
static check_box new_ (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent new check_box. More...
 
static check_box new_ (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent new check_box. More...
 
static check_box no (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent no check_box. More...
 
static check_box no (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent no check_box. More...
 
static check_box ok (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent ok check_box. More...
 
static check_box ok (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent ok check_box. More...
 
static check_box open (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent open check_box. More...
 
static check_box open (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent open check_box. More...
 
static check_box options (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent options check_box. More...
 
static check_box options (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent options check_box. More...
 
static check_box paste (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent paste check_box. More...
 
static check_box paste (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent paste check_box. More...
 
static check_box preferences (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent preferences check_box. More...
 
static check_box preferences (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent preferences check_box. More...
 
static check_box print (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent print check_box. More...
 
static check_box print (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent print check_box. More...
 
static check_box print_preview (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent print preview check_box. More...
 
static check_box print_preview (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent print preview check_box. More...
 
static check_box properties (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent properties check_box. More...
 
static check_box properties (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent properties check_box. More...
 
static check_box quit (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent quit check_box. More...
 
static check_box quit (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent quit check_box. More...
 
static check_box redo (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent redo check_box. More...
 
static check_box redo (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent redo check_box. More...
 
static check_box refresh (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent refresh check_box. More...
 
static check_box refresh (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent refresh check_box. More...
 
static check_box remove (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent remove check_box. More...
 
static check_box remove (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent remove check_box. More...
 
static check_box replace (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent replace check_box. More...
 
static check_box replace (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent replace check_box. More...
 
static check_box retry (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent retry check_box. More...
 
static check_box retry (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent retry check_box. More...
 
static check_box revert_to_saved (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent revert to saved check_box. More...
 
static check_box revert_to_saved (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent revert to saved check_box. More...
 
static check_box save (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent save check_box. More...
 
static check_box save (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent save check_box. More...
 
static check_box save_as (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent save as check_box. More...
 
static check_box save_as (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent save as check_box. More...
 
static check_box search (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent search check_box. More...
 
static check_box search (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent search check_box. More...
 
static check_box select_all (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent select all check_box. More...
 
static check_box select_all (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent select all check_box. More...
 
static check_box spell_check (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent spell check check_box. More...
 
static check_box spell_check (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent spell check check_box. More...
 
static check_box stop (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent stop check_box. More...
 
static check_box stop (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent stop check_box. More...
 
static check_box strikeout (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent strikeout check_box. More...
 
static check_box strikeout (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent strikeout check_box. More...
 
static check_box tools (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent tools check_box. More...
 
static check_box tools (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent tools check_box. More...
 
static check_box top (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent top check_box. More...
 
static check_box top (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent top check_box. More...
 
static check_box undelete (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent undelete check_box. More...
 
static check_box undelete (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent undelete check_box. More...
 
static check_box underline (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent underline check_box. More...
 
static check_box underline (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent underline check_box. More...
 
static check_box undo (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent undo check_box. More...
 
static check_box undo (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent undo check_box. More...
 
static check_box unindent (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represents an unindented check_box. More...
 
static check_box unindent (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represents an unindented check_box. More...
 
static check_box up (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent up check_box. More...
 
static check_box up (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent up check_box. More...
 
static check_box view (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent view check_box. More...
 
static check_box view (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent view check_box. More...
 
static check_box yes (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent yes check_box. More...
 
static check_box yes (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent yes check_box. More...
 
static check_box zoom_in (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent zoom in check_box. More...
 
static check_box zoom_in (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent zoom in check_box. More...
 
static check_box zoom_out (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent zoom out check_box. More...
 
static check_box zoom_out (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent zoom out check_box. More...
 
static check_box zoom_to_fit (bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent zoom to fit check_box. More...
 
static check_box zoom_to_fit (const control &parent, bool three_state=false, xtd::forms::check_state check_state=xtd::forms::check_state::unchecked, const drawing::point &location={-1, -1}, const drawing::size &size={-1, -1}, const xtd::ustring &name=xtd::ustring::empty_string)
 Create a system-defined check_box that represent zoom to fit check_box. More...
 

Member Function Documentation

◆ abort() [1/2]

static check_box xtd::forms::check_boxes::abort ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent abort check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ abort() [2/2]

static check_box xtd::forms::check_boxes::abort ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent abort check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ about() [1/2]

static check_box xtd::forms::check_boxes::about ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent about check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ about() [2/2]

static check_box xtd::forms::check_boxes::about ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent about check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ actual_size() [1/2]

static check_box xtd::forms::check_boxes::actual_size ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ actual_size() [2/2]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ add() [1/2]

static check_box xtd::forms::check_boxes::add ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent add check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ add() [2/2]

static check_box xtd::forms::check_boxes::add ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent add check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ align_left() [1/2]

static check_box xtd::forms::check_boxes::align_left ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ align_left() [2/2]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ align_right() [1/2]

static check_box xtd::forms::check_boxes::align_right ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ align_right() [2/2]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ alignment() [1/2]

static check_box xtd::forms::check_boxes::alignment ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent alignment check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ alignment() [2/2]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent alignment check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ apply() [1/2]

static check_box xtd::forms::check_boxes::apply ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent apply check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ apply() [2/2]

static check_box xtd::forms::check_boxes::apply ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent apply check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ascending() [1/2]

static check_box xtd::forms::check_boxes::ascending ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent ascending check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ascending() [2/2]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent ascending check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ back() [1/2]

static check_box xtd::forms::check_boxes::back ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent back check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ back() [2/2]

static check_box xtd::forms::check_boxes::back ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent back check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ bold() [1/2]

static check_box xtd::forms::check_boxes::bold ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent bold check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.
Examples:
check_boxes.cpp.

◆ bold() [2/2]

static check_box xtd::forms::check_boxes::bold ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent bold check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ bottom() [1/2]

static check_box xtd::forms::check_boxes::bottom ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent bottom check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ bottom() [2/2]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent bottom check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cancel() [1/2]

static check_box xtd::forms::check_boxes::cancel ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent cancel check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cancel() [2/2]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent cancel check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cdrom() [1/2]

static check_box xtd::forms::check_boxes::cdrom ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cdrom() [2/2]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ centered() [1/2]

static check_box xtd::forms::check_boxes::centered ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent centered check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ centered() [2/2]

static check_box xtd::forms::check_boxes::centered ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent centered check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ clear() [1/2]

static check_box xtd::forms::check_boxes::clear ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent clear check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ clear() [2/2]

static check_box xtd::forms::check_boxes::clear ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent clear check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ close() [1/2]

static check_box xtd::forms::check_boxes::close ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent close check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ close() [2/2]

static check_box xtd::forms::check_boxes::close ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent close check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ color() [1/2]

static check_box xtd::forms::check_boxes::color ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent color check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ color() [2/2]

static check_box xtd::forms::check_boxes::color ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent color check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ contents() [1/2]

static check_box xtd::forms::check_boxes::contents ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent contents check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ contents() [2/2]

static check_box xtd::forms::check_boxes::contents ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent contents check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ convert() [1/2]

static check_box xtd::forms::check_boxes::convert ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent convert check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ convert() [2/2]

static check_box xtd::forms::check_boxes::convert ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent convert check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ copy() [1/2]

static check_box xtd::forms::check_boxes::copy ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent copy check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ copy() [2/2]

static check_box xtd::forms::check_boxes::copy ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent copy check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ customize() [1/2]

static check_box xtd::forms::check_boxes::customize ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent customize check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ customize() [2/2]

static check_box xtd::forms::check_boxes::customize ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent customize check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cut() [1/2]

static check_box xtd::forms::check_boxes::cut ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent cut check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cut() [2/2]

static check_box xtd::forms::check_boxes::cut ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent cut check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ del() [1/2]

static check_box xtd::forms::check_boxes::del ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent delete check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ del() [2/2]

static check_box xtd::forms::check_boxes::del ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent delete check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ descending() [1/2]

static check_box xtd::forms::check_boxes::descending ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent descending check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ descending() [2/2]

static check_box xtd::forms::check_boxes::descending ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent descending check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ down() [1/2]

static check_box xtd::forms::check_boxes::down ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent down check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ down() [2/2]

static check_box xtd::forms::check_boxes::down ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent down check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ edit() [1/2]

static check_box xtd::forms::check_boxes::edit ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent edit check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ edit() [2/2]

static check_box xtd::forms::check_boxes::edit ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent edit check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ execute() [1/2]

static check_box xtd::forms::check_boxes::execute ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent execute check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ execute() [2/2]

static check_box xtd::forms::check_boxes::execute ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent execute check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ file() [1/2]

static check_box xtd::forms::check_boxes::file ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent file check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ file() [2/2]

static check_box xtd::forms::check_boxes::file ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent file check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ find() [1/2]

static check_box xtd::forms::check_boxes::find ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent find check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ find() [2/2]

static check_box xtd::forms::check_boxes::find ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent find check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ first() [1/2]

static check_box xtd::forms::check_boxes::first ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent first check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ first() [2/2]

static check_box xtd::forms::check_boxes::first ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent first check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ floppy() [1/2]

static check_box xtd::forms::check_boxes::floppy ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent floppy check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ floppy() [2/2]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent floppy check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ font() [1/2]

static check_box xtd::forms::check_boxes::font ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent font check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ font() [2/2]

static check_box xtd::forms::check_boxes::font ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent font check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ forward() [1/2]

static check_box xtd::forms::check_boxes::forward ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent forward check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ forward() [2/2]

static check_box xtd::forms::check_boxes::forward ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent forward check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ harddisk() [1/2]

static check_box xtd::forms::check_boxes::harddisk ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ harddisk() [2/2]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ help() [1/2]

static check_box xtd::forms::check_boxes::help ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent help check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ help() [2/2]

static check_box xtd::forms::check_boxes::help ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent help check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ home() [1/2]

static check_box xtd::forms::check_boxes::home ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent home check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ home() [2/2]

static check_box xtd::forms::check_boxes::home ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent home check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ignore() [1/2]

static check_box xtd::forms::check_boxes::ignore ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent ignore check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ignore() [2/2]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent ignore check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ indent() [1/2]

static check_box xtd::forms::check_boxes::indent ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent indent check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ indent() [2/2]

static check_box xtd::forms::check_boxes::indent ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent indent check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ index() [1/2]

static check_box xtd::forms::check_boxes::index ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent index check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ index() [2/2]

static check_box xtd::forms::check_boxes::index ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent index check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ info() [1/2]

static check_box xtd::forms::check_boxes::info ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent info check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ info() [2/2]

static check_box xtd::forms::check_boxes::info ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent info check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ italic() [1/2]

static check_box xtd::forms::check_boxes::italic ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent italic check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.
Examples:
check_boxes.cpp.

◆ italic() [2/2]

static check_box xtd::forms::check_boxes::italic ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent italic check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ jump_to() [1/2]

static check_box xtd::forms::check_boxes::jump_to ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent jump_to check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ jump_to() [2/2]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ justified() [1/2]

static check_box xtd::forms::check_boxes::justified ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent justified check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ justified() [2/2]

static check_box xtd::forms::check_boxes::justified ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent justified check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ last() [1/2]

static check_box xtd::forms::check_boxes::last ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent last check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ last() [2/2]

static check_box xtd::forms::check_boxes::last ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent last check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ network() [1/2]

static check_box xtd::forms::check_boxes::network ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent network check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ network() [2/2]

static check_box xtd::forms::check_boxes::network ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent network check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ new_() [1/2]

static check_box xtd::forms::check_boxes::new_ ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent new check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ new_() [2/2]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent new check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ no() [1/2]

static check_box xtd::forms::check_boxes::no ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent no check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ no() [2/2]

static check_box xtd::forms::check_boxes::no ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent no check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ok() [1/2]

static check_box xtd::forms::check_boxes::ok ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent ok check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ok() [2/2]

static check_box xtd::forms::check_boxes::ok ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent ok check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ open() [1/2]

static check_box xtd::forms::check_boxes::open ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent open check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ open() [2/2]

static check_box xtd::forms::check_boxes::open ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent open check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ options() [1/2]

static check_box xtd::forms::check_boxes::options ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent options check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ options() [2/2]

static check_box xtd::forms::check_boxes::options ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent options check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ paste() [1/2]

static check_box xtd::forms::check_boxes::paste ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent paste check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ paste() [2/2]

static check_box xtd::forms::check_boxes::paste ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent paste check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ preferences() [1/2]

static check_box xtd::forms::check_boxes::preferences ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent preferences check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ preferences() [2/2]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent preferences check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ print() [1/2]

static check_box xtd::forms::check_boxes::print ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent print check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ print() [2/2]

static check_box xtd::forms::check_boxes::print ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent print check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ print_preview() [1/2]

static check_box xtd::forms::check_boxes::print_preview ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ print_preview() [2/2]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ properties() [1/2]

static check_box xtd::forms::check_boxes::properties ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent properties check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ properties() [2/2]

static check_box xtd::forms::check_boxes::properties ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent properties check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ quit() [1/2]

static check_box xtd::forms::check_boxes::quit ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent quit check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ quit() [2/2]

static check_box xtd::forms::check_boxes::quit ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent quit check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ redo() [1/2]

static check_box xtd::forms::check_boxes::redo ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent redo check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ redo() [2/2]

static check_box xtd::forms::check_boxes::redo ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent redo check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ refresh() [1/2]

static check_box xtd::forms::check_boxes::refresh ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent refresh check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ refresh() [2/2]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent refresh check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ remove() [1/2]

static check_box xtd::forms::check_boxes::remove ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent remove check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ remove() [2/2]

static check_box xtd::forms::check_boxes::remove ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent remove check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ replace() [1/2]

static check_box xtd::forms::check_boxes::replace ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent replace check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ replace() [2/2]

static check_box xtd::forms::check_boxes::replace ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent replace check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ retry() [1/2]

static check_box xtd::forms::check_boxes::retry ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent retry check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ retry() [2/2]

static check_box xtd::forms::check_boxes::retry ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent retry check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ revert_to_saved() [1/2]

static check_box xtd::forms::check_boxes::revert_to_saved ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ revert_to_saved() [2/2]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ save() [1/2]

static check_box xtd::forms::check_boxes::save ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent save check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ save() [2/2]

static check_box xtd::forms::check_boxes::save ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent save check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ save_as() [1/2]

static check_box xtd::forms::check_boxes::save_as ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ save_as() [2/2]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ search() [1/2]

static check_box xtd::forms::check_boxes::search ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent search check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ search() [2/2]

static check_box xtd::forms::check_boxes::search ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent search check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ select_all() [1/2]

static check_box xtd::forms::check_boxes::select_all ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ select_all() [2/2]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ spell_check() [1/2]

static check_box xtd::forms::check_boxes::spell_check ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ spell_check() [2/2]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ stop() [1/2]

static check_box xtd::forms::check_boxes::stop ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent stop check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ stop() [2/2]

static check_box xtd::forms::check_boxes::stop ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent stop check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ strikeout() [1/2]

static check_box xtd::forms::check_boxes::strikeout ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent strikeout check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.
Examples:
check_boxes.cpp.

◆ strikeout() [2/2]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent strikeout check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ tools() [1/2]

static check_box xtd::forms::check_boxes::tools ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent tools check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ tools() [2/2]

static check_box xtd::forms::check_boxes::tools ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent tools check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ top() [1/2]

static check_box xtd::forms::check_boxes::top ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent top check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ top() [2/2]

static check_box xtd::forms::check_boxes::top ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent top check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ undelete() [1/2]

static check_box xtd::forms::check_boxes::undelete ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent undelete check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ undelete() [2/2]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent undelete check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ underline() [1/2]

static check_box xtd::forms::check_boxes::underline ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent underline check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.
Examples:
check_boxes.cpp.

◆ underline() [2/2]

static check_box xtd::forms::check_boxes::underline ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent underline check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ undo() [1/2]

static check_box xtd::forms::check_boxes::undo ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent undo check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ undo() [2/2]

static check_box xtd::forms::check_boxes::undo ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent undo check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ unindent() [1/2]

static check_box xtd::forms::check_boxes::unindent ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ unindent() [2/2]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ up() [1/2]

static check_box xtd::forms::check_boxes::up ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent up check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ up() [2/2]

static check_box xtd::forms::check_boxes::up ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent up check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ view() [1/2]

static check_box xtd::forms::check_boxes::view ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent view check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ view() [2/2]

static check_box xtd::forms::check_boxes::view ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent view check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ yes() [1/2]

static check_box xtd::forms::check_boxes::yes ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent yes check_box.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ yes() [2/2]

static check_box xtd::forms::check_boxes::yes ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

Create a system-defined check_box that represent yes check_box.

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ zoom_in() [1/2]

static check_box xtd::forms::check_boxes::zoom_in ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ zoom_in() [2/2]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ zoom_out() [1/2]

static check_box xtd::forms::check_boxes::zoom_out ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ zoom_out() [2/2]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ zoom_to_fit() [1/2]

static check_box xtd::forms::check_boxes::zoom_to_fit ( bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ zoom_to_fit() [2/2]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
bool  three_state = false,
xtd::forms::check_state  check_state = xtd::forms::check_state::unchecked,
const drawing::point location = {-1, -1},
const drawing::size size = {-1, -1},
const xtd::ustring name = xtd::ustring::empty_string 
)
inlinestatic

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

Parameters
parentThe control that contains the check_box.
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

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